Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29562 - mod_php compiling crashes
Summary: mod_php compiling crashes
Status: RESOLVED DUPLICATE of bug 30331
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 00:46 UTC by Jay
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 Jay 2003-09-25 00:46:12 UTC
[root@Jay ~#] USE="-qt +apache2 +curl +flash +gd +gd-external +imap +informix
+mcal +memlimit +snmp +tiff" emerge mod_php
[skipping]
in/output.lo main/memory_streams.lo main/user_streams.lo
Zend/zend_language_parser.lo Zend/zend_language_scanner.lo
Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo
Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo
Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo
Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo
Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo
Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo
Zend/zend_builtin_functions.lo Zend/zend_sprintf.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
-lmcal -lc-client -lssl -lcrypto -lsablot -lexpat -lexpat -lswf -lpspell -lpq
-lpdf -lz -ltiff -lpng -ljpeg -lmysqlclient -lming -lm -lmhash -lmcrypt -lltdl
-lldap -llber -lcrypt -lpam -lgd -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt
-lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl
-lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lssl
-lcrypto -ldl -lz -lxml2 -lz -lm -lnetsnmp -lcrypto -lm -lcrypt  -o sapi/cli/php
libtool: link: warning: library `/usr/lib/libsablot.la' was moved.
libtool: link: warning: library `/usr/lib/libsablot.la' was moved.
/usr/lib/libsablot.so: warning: `sys_nerr' is deprecated; use `strerror' or
`strerror_r' instead
/usr/lib/libsablot.so: warning: `sys_errlist' is deprecated; use `strerror' or
`strerror_r' instead
/usr/lib/libsablot.so: warning: the `llseek' function may be dangerous; use
`lseek64' instead.
/usr/lib/libc-client.a(osdep.o)(.text+0x9b27): In function `ssl_onceonlyinit':
/var/tmp/portage/c-client-2002d-r1/work/imap-2002d/c-client/osdep.c:287:
warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/lib/libswf.a(swfimage.o)(.text+0x672): In function `swf_definebitmap':
: warning: the use of `mktemp' is dangerous, better use `mkstemp'
/lib/libpthread.so.0(*IND*+0x0): multiple definition of `longjmp'
/lib/libpthread.so.0(.text+0x2de3): first defined here
/lib/libpthread.so.0(*IND*+0x0): multiple definition of `siglongjmp'
/lib/libpthread.so.0(.text+0x2dbd): first defined here
/lib/libpthread.so.0(*IND*+0x0): multiple definition of `sigaction'
/lib/libpthread.so.0(.text+0x3f30): first defined here
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....
make: *** Waiting for unfinished jobs....
 
!!! ERROR: dev-php/mod_php-4.3.3 failed.
!!! Function php_src_compile, Line 408, Exitcode 2
!!! compile problem
 
[root@Jay ~#]


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Erwin (RETIRED) gentoo-dev 2003-09-25 05:48:31 UTC
not a doc bug.
Comment 2 James Harlow (RETIRED) gentoo-dev 2003-09-25 06:35:06 UTC
What gcc version?
Comment 3 James Harlow (RETIRED) gentoo-dev 2003-09-25 07:50:41 UTC
Actually, post up all of emerge --info, please.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-01 17:55:11 UTC
looks like an error with your glibc.
please re-merge it.
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-08 15:43:26 UTC

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