Just tried to install some PEAR packages, and one of the dependencies wouldn't install. It looks like dev-php/PEAR-Auth_SASL is itself missing a dependency, but I can't figure out what to install to get it. "Getopt.php" doesn't exist on my system. I'm running dev-lang/php-5.2.10-r1 ------ >>> Install PEAR-Auth_SASL-1.0.3 into /var/tmp/portage/dev-php/PEAR-Auth_SASL-1.0.3/image/ category dev-php Warning: require_once(Console/Getopt.php): failed to open stream: No such file or directory in System.php on line 21 Warning: require_once(Console/Getopt.php): failed to open stream: No such file or directory in /usr/share/php/System.php on line 21 Fatal error: require_once(): Failed opening required 'Console/Getopt.php' (include_path='/usr/share/php') in /usr/share/php/System.php on line 21 * * ERROR: dev-php/PEAR-Auth_SASL-1.0.3 failed.
Ah I just discovered that I need dev-php/pear installed for this to work. Maybe it should be added as a dependency?
Fixed in CVS