Summary: | PEAR-Console_CommandLine-1.2.1 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Stein <himbeere> |
Component: | Current packages | Assignee: | PHP Bugs <php-bugs> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Thomas Stein
2016-05-24 13:15:06 UTC
Created attachment 435228 [details]
build.log
which version of dev-php/PEAR-PEAR do you have installed? php 7 requires at least PEAR-PEAR-1.10 to function properly The error does not look to be specific to any one PEAR package, but to PEAR itself. * Searching for PEAR-PEAR ... [IP-] [ ] dev-php/PEAR-PEAR-1.10.1:0 So i should be fine? thanks and cheers Hm. After reemerging PEAR i had a new /etc/pear.conf which i used. After that emerge PEAR-Console_CommandLine works. Strange. Sorry for the noise. This wasn't really a problem with Console_CommandLine, but with our PEAR-PEAR upgrade procedure. When the pear command-line tool is updated, you have to stop and run etc-update before it will work. That makes it crashy when e.g. you have a bunch of PEAR ebuilds scheduled to be emerged right after the PEAR-PEAR upgrade. I don't really know how to fix that. Most of our pear ebuilds need only be a few lines, essentially "cp -r ${PN} /usr/share/php/". I'm slowly dropping the eclass in favor of simpler stuff like that when I can. |