From: Operating system: Debian etch PHP version: 5.3SVN-2010-03-15 (snap) Package: Compile Failure Bug Type: Bug Bug description:wierd error with latest snapshot
Description: ------------ This error shows with snapshot "php5.3-201003151330.tar.gz". I haven't tried another yet. Test script: --------------- # ./configure --with-apxs2=/usr/bin/apxs2 --with-config-file-path=/etc/php5/apache2 --with-config-file-scan-dir=/etc/php5/apache2/conf.d --with-gd --with-freetype-dir --with-xpm-dir --with-jpeg-dir --with-png-dir --with-t1lib --enable-gd-native-ttf --enable-gd-jis-conv --with-zlib --enable-mbstring --with-mcrypt --with-mhash --with-pcre-regex --disable-short-tags --with-bz2 --enable-zip --with-openssl --enable-bcmath --enable-calendar --enable-exif --enable-ftp --with-gettext --with-ldap --with-pspell --enable-soap --enable-sockets --with-tidy --enable-wddx --with-xmlrpc --with-xsl --with-kerberos --enable-sqlite-utf8 --with-pgsql --with-pdo-pgsql --with-mysqli --with-mysql --with-pdo-mysql --disable-phar --without-pear # make clean # make Expected result: ---------------- PHP compiled Actual result: -------------- /bin/sh /trash/php5.3-201003151330/libtool --silent --preserve-dup-deps --mode=compile /trash/php5.3-201003151330/meta_ccld -I/trash/php5.3-201003151330/ext/fileinfo/libmagic -Iext/fileinfo/ -I/trash/php5.3-201003151330/ext/fileinfo/ -DPHP_ATOM_INC -I/trash/php5.3-201003151330/include -I/trash/php5.3-201003151330/main -I/trash/php5.3-201003151330 -I/trash/php5.3-201003151330/ext/date/lib -I/trash/php5.3-201003151330/ext/ereg/regex -I/usr/include/libxml2 -I/usr/include/freetype2 -I/trash/php5.3-201003151330/ext/mbstring/oniguruma -I/trash/php5.3-201003151330/ext/mbstring/libmbfl -I/trash/php5.3-201003151330/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql -I/usr/include/postgresql -I/trash/php5.3-201003151330/ext/sqlite3/libsqlite -I/usr/include/pspell -I/usr/include/tidy -I/trash/php5.3-201003151330/TSRM -I/trash/php5.3-201003151330/Zend -D_REENTRANT -DTHREAD=1 -I/usr/include -g -O2 -fvisibility=hidden -pthread -DZTS -c /trash/php5.3-201003151330/ext/fileinfo/libmagic/apprentice.c -o ext/fileinfo/libmagic/apprentice.lo gcc: Internal error: Terminated (program cc1) Please submit a full bug report. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>. make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 -- Edit bug report at http://bugs.php.net/bug.php?id=51302&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=51302&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=51302&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=51302&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=51302&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=51302&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=51302&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=51302&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=51302&r=needscript Try newer version: http://bugs.php.net/fix.php?id=51302&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=51302&r=support Expected behavior: http://bugs.php.net/fix.php?id=51302&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=51302&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=51302&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=51302&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=51302&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=51302&r=dst IIS Stability: http://bugs.php.net/fix.php?id=51302&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=51302&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=51302&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=51302&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=51302&r=mysqlcfg
