| Summary: | dev-lang/php-5.2.3-r3 cannot compute sizeof (char) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andrea Veroni <andreaveroni> |
| Component: | [OLD] Development | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2007.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Build log of dev-lang/php-5.2.3-r3
php 5.2.3-r3 config.log |
||
|
Description
Andrea Veroni
2007-08-05 14:26:03 UTC
> See `config.log' for more details.
Attach it please.
Created attachment 126963 [details]
Build log of dev-lang/php-5.2.3-r3
build.log != config.log; you attached the wrong one. Created attachment 127022 [details]
php 5.2.3-r3 config.log
here's the right one, config.log of php-5.2.3-r3
<snip> ./conftest: error while loading shared libraries: /usr/X11R6/lib64/libedit.so: invalid ELF header </snip> Uh, do you have some cruft in /usr/X11R6/lib64/??? Same here, on a i686 target. It seems that configure is telling gcc to look in /usr/X11R6/(lib|lib64) and finds a linker script for libedit.so, but does not follow this script. Btw, this seems to be a general problem with this configure script, there are more references to a "broken" libedit.so in the config.log... I also run revdep-rebuild to verify if all libraries were linked correctly, and it was a complete mess... But after running revdep-rebuil (which tried to rebuild this package too) the situation was the same, cannot compile php-5.2.3-r3. Is there something other i can do in order to verify? see also #165633 and upstream bug report http://bugs.php.net/42299 Dupe. *** This bug has been marked as a duplicate of bug 165633 *** |