Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23415 - PHP Ebuild crashes on libiconv
Summary: PHP Ebuild crashes on libiconv
Status: RESOLVED DUPLICATE of bug 22850
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-24 15:46 UTC by Frank Atteveld
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Atteveld 2003-06-24 15:46:52 UTC
When I try to emerge a mod_php package like 4.3.2-ebuildr2 or even the 4.2.3 
version. It keeps crashing on this error:

lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo 
Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo 
main/internal_functions_cli.lo -lcrypt -lsablot -lexpat -lexpat -lcrypt -lpdf -
lz -lpng -ljpeg -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lttf -lpng -lz -
ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -
lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lz -lssl -
lcrypto -ldl -lz -lxml2 -lz -lm -lnetsnmp -lcrypto -lm -lcrypt -lcrypt  -o 
sapi/cli/php
ext/iconv/iconv.lo(.text+0x974): In function `php_iconv_string':
: undefined reference to `libiconv_open'
ext/iconv/iconv.lo(.text+0x9c3): In function `php_iconv_string':
: undefined reference to `libiconv'
ext/iconv/iconv.lo(.text+0x9f7): In function `php_iconv_string':
: undefined reference to `libiconv'
ext/iconv/iconv.lo(.text+0xa1b): In function `php_iconv_string':
: undefined reference to `libiconv_close'
ext/xmlrpc/libxmlrpc/encodings.lo(.text+0xdc): In function `convert':
: undefined reference to `libiconv_open'
ext/xmlrpc/libxmlrpc/encodings.lo(.text+0x14c): In function `convert':
: undefined reference to `libiconv'
ext/xmlrpc/libxmlrpc/encodings.lo(.text+0x163): In function `convert':
: undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: dev-php/mod_php-4.3.2-r2 failed.
!!! Function php_src_compile, Line 342, Exitcode 2
!!! compile problem


Reproducible: Couldn't Reproduce
Steps to Reproduce:
1.
2.
3.



Expected Results:  
Compille :)
Comment 1 SpanKY gentoo-dev 2003-06-24 15:55:55 UTC

*** This bug has been marked as a duplicate of 22850 ***