#47777 [NEW]: Can't compile the pcntl extension

[email protected] ("matteo at beccati dot com")
Newsgroups php.bugs
Message-ID <[email protected]>
From:             matteo at beccati dot com
Operating system: FreeBSD 6.2
PHP version:      5.3CVS-2009-03-25 (CVS)
PHP Bug Type:     Compile Failure
Bug description:  Can't compile the pcntl extension

Description:
------------
Looks like PHP_5_3 doesn't compile on my FreeBSD 6.2 system if the pcntl
extension is enabled.

Reproduce code:
---------------
./configure --disable-cgi --enable-pcntl
make

Expected result:
----------------
No error :)

Actual result:
--------------
/usr/local/bin/bash /root/compile/php-5.3/libtool --silent
--preserve-dup-deps --mode=compile cc  -Iext/pcntl/
-I/root/compile/php-5.3/ext/pcntl/ -DPHP_ATOM_INC
-I/root/compile/php-5.3/include -I/root/compile/php-5.3/main
-I/root/compile/php-5.3 -I/root/compile/php-5.3/ext/ereg/regex
-I/usr/local/include/libxml2 -I/usr/local/include
-I/root/compile/php-5.3/ext/date/lib
-I/root/compile/php-5.3/ext/sqlite3/libsqlite -I/root/compile/php-5.3/TSRM
-I/root/compile/php-5.3/Zend    -I/usr/local/include -g -O2  -c
/root/compile/php-5.3/ext/pcntl/pcntl.c -o ext/pcntl/pcntl.lo
/root/compile/php-5.3/ext/pcntl/pcntl.c: In function
`php_register_signal_constants':
/root/compile/php-5.3/ext/pcntl/pcntl.c:293: error: `CLD_EXITED'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:293: error: (Each undeclared
identifier is reported only once
/root/compile/php-5.3/ext/pcntl/pcntl.c:293: error: for each function it
appears in.)
/root/compile/php-5.3/ext/pcntl/pcntl.c:294: error: `CLD_KILLED'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:295: error: `CLD_DUMPED'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:296: error: `CLD_TRAPPED'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:297: error: `CLD_STOPPED'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:298: error: `CLD_CONTINUED'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:301: error: `TRAP_BRKPT'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:302: error: `TRAP_TRACE'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:305: error: `POLL_IN' undeclared
(first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:306: error: `POLL_OUT' undeclared
(first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:307: error: `POLL_MSG' undeclared
(first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:308: error: `POLL_ERR' undeclared
(first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:309: error: `POLL_PRI' undeclared
(first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:310: error: `POLL_HUP' undeclared
(first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:312: error: `ILL_ILLOPC'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:313: error: `ILL_ILLOPN'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:314: error: `ILL_ILLADR'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:315: error: `ILL_ILLTRP'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:316: error: `ILL_PRVOPC'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:317: error: `ILL_PRVREG'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:318: error: `ILL_COPROC'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:319: error: `ILL_BADSTK'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:330: error: `SEGV_MAPERR'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:331: error: `SEGV_ACCERR'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:333: error: `BUS_ADRALN'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:334: error: `BUS_ADRERR'
undeclared (first use in this function)
/root/compile/php-5.3/ext/pcntl/pcntl.c:335: error: `BUS_OBJERR'
undeclared (first use in this function)
*** Error code 1


-- 
Edit bug report at http://bugs.php.net/?id=47777&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        http://bugs.php.net/fix.php?id=47777&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        http://bugs.php.net/fix.php?id=47777&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        http://bugs.php.net/fix.php?id=47777&r=trysnapshot60
Fixed in CVS:                        http://bugs.php.net/fix.php?id=47777&r=fixedcvs
Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=47777&r=needdocs
Fixed in release:                    http://bugs.php.net/fix.php?id=47777&r=alreadyfixed
Need backtrace:                      http://bugs.php.net/fix.php?id=47777&r=needtrace
Need Reproduce Script:               http://bugs.php.net/fix.php?id=47777&r=needscript
Try newer version:                   http://bugs.php.net/fix.php?id=47777&r=oldversion
Not developer issue:                 http://bugs.php.net/fix.php?id=47777&r=support
Expected behavior:                   http://bugs.php.net/fix.php?id=47777&r=notwrong
Not enough info:                     http://bugs.php.net/fix.php?id=47777&r=notenoughinfo
Submitted twice:                     http://bugs.php.net/fix.php?id=47777&r=submittedtwice
register_globals:                    http://bugs.php.net/fix.php?id=47777&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47777&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47777&r=dst
IIS Stability:                       http://bugs.php.net/fix.php?id=47777&r=isapi
Install GNU Sed:                     http://bugs.php.net/fix.php?id=47777&r=gnused
Floating point limitations:          http://bugs.php.net/fix.php?id=47777&r=float
No Zend Extensions:                  http://bugs.php.net/fix.php?id=47777&r=nozend
MySQL Configuration Error:           http://bugs.php.net/fix.php?id=47777&r=mysqlcfg
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.