php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26284 Compile error
Submitted: 2003-11-17 05:01 UTC Modified: 2003-11-17 14:37 UTC
From: j dot j dot d dot e dot lammerts at vanlanschot dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2003-11-17 (stable) OS: AIX 5.1
Private report: No CVE-ID: None
 [2003-11-17 05:01 UTC] j dot j dot d dot e dot lammerts at vanlanschot dot com
Description:
------------
Got me the latest Stable version of 4.3 off snaps.php.net.
Configure went smoothly (except for one warning that bison 1.28 is needed, we have 1.25).
The very first compilation, however, fails with below messages :

        /bin/sh /home/USTJLA/php4-STABLE-200311170830/libtool --silent --preserve-dup-deps
 --mode=compile gcc  -Iext/zlib/ -I/home/USTJLA/php4-STABLE-200311170830/ext/zlib/ -DPHP_A
TOM_INC -I/home/USTJLA/php4-STABLE-200311170830/include -I/home/USTJLA/php4-STABLE-2003111
70830/main -I/home/USTJLA/php4-STABLE-200311170830 -I/home/USTJLA/php4-STABLE-200311170830
/Zend -I/usr/local/include -I/home/USTJLA/php4-STABLE-200311170830/ext/xml/expat  -I/home/
USTJLA/php4-STABLE-200311170830/TSRM  -g -O2  -prefer-pic -c /home/USTJLA/php4-STABLE-2003
11170830/ext/zlib/zlib.c -o ext/zlib/zlib.lo 
In file included from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/incl
ude/sys/signal.h:349,
                 from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/incl
ude/sys/wait.h:62,
                 from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/incl
ude/stdlib.h:233,
                 from /home/USTJLA/php4-STABLE-200311170830/Zend/../main/php_config.h:2489
,
                 from /home/USTJLA/php4-STABLE-200311170830/Zend/zend_config.h:1,
                 from /home/USTJLA/php4-STABLE-200311170830/Zend/zend.h:52,
                 from /home/USTJLA/php4-STABLE-200311170830/main/php.h:34,
                 from /home/USTJLA/php4-STABLE-200311170830/ext/zlib/zlib.c:28:
/usr/include/sys/context.h:155: parse error before `sigset64_t'
/usr/include/sys/context.h:155: warning: no semicolon at end of struct or union
/usr/include/sys/context.h:158: parse error before `}'
make: 1254-004 The error code from the last command is 1.


Stop.


Does this ring a bell anywhere ?

Your help much appreciated.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-17 14:37 UTC] sniper@php.net
Something broken in your system. (works fine for me with AIX 4.3.3 and GCC) Propably your gcc installation is borked.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC