php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70386 Can't compile on NetBSD because of missing WCONTINUED and WIFCONTINUED
Submitted: 2015-08-29 05:53 UTC Modified: 2015-08-29 06:00 UTC
From: mbeccati@php.net Assigned: mbeccati (profile)
Status: Closed Package: Compile Failure
PHP Version: 7.0.0RC1 OS: NetBSD 6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mbeccati@php.net
New email:
PHP Version: OS:

 

 [2015-08-29 05:53 UTC] mbeccati@php.net
Description:
------------
I haven't been trying to compile PHP7 on my NetBSD box for a while. I did today and this is what I got.

--- ext/pcntl/pcntl.lo ---
/bin/ksh /root/compile/php-git/php-src/libtool --silent --preserve-dup-deps --mode=compile /root/compile/php-git/php-src/meta_ccld  -Iext/pcntl/ -I/root/compile/php-git/php-src/ext/pcntl/ -DPHP_ATOM_INC -I/root/compile/php-git/php-src/include -I/root/compile/php-git/php-src/main -I/root/compile/php-git/php-src -I/root/compile/php-git/php-src/ext/date/lib -I/usr/pkg/include -I/usr/local/pgsql/include -I/root/compile/php-git/php-src/ext/sqlite3/libsqlite -I/root/compile/php-git/php-src/TSRM -I/root/compile/php-git/php-src/Zend  -I/usr/pkg/include  -g -pthread -O0 -Wall -DZTS   -c /root/compile/php-git/php-src/ext/pcntl/pcntl.c -o ext/pcntl/pcntl.lo
/root/compile/php-git/php-src/ext/pcntl/pcntl.c: In function ‘php_register_signal_constants’:
/root/compile/php-git/php-src/ext/pcntl/pcntl.c:224:2: error: ‘WCONTINUED’ undeclared (first use in this function)
/root/compile/php-git/php-src/ext/pcntl/pcntl.c:224:2: note: each undeclared identifier is reported only once for each function it appears in
/root/compile/php-git/php-src/ext/pcntl/pcntl.c: In function ‘zif_pcntl_wifcontinued’:
/root/compile/php-git/php-src/ext/pcntl/pcntl.c:789:2: warning: implicit declaration of function ‘WIFCONTINUED’
*** [ext/pcntl/pcntl.lo] Error code 1

I'll look into it a soon as I have time.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-08-29 05:55 UTC] mbeccati@php.net
-Assigned To: +Assigned To: mbeccati
 [2015-08-29 06:00 UTC] mbeccati@php.net
-Summary: Can't compile because of missing WCONTINUED and WIFCONTINUED +Summary: Can't compile on NetBSD because of missing WCONTINUED and WIFCONTINUED
 [2015-08-29 06:08 UTC] mbeccati@php.net
Automatic comment on behalf of mbeccati
Revision: http://git.php.net/?p=php-src.git;a=commit;h=6b3e44369dd205152c0486ba30cd3a24b6a6c8e0
Log: Fixed bug #70386 Can't compile on NetBSD because of missing WCONTINUED
 [2015-08-29 06:08 UTC] mbeccati@php.net
-Status: Assigned +Status: Closed
 [2015-09-03 18:10 UTC] ab@php.net
Automatic comment on behalf of mbeccati
Revision: http://git.php.net/?p=php-src.git;a=commit;h=6b3e44369dd205152c0486ba30cd3a24b6a6c8e0
Log: Fixed bug #70386 Can't compile on NetBSD because of missing WCONTINUED
 [2016-07-20 11:36 UTC] davey@php.net
Automatic comment on behalf of mbeccati
Revision: http://git.php.net/?p=php-src.git;a=commit;h=6b3e44369dd205152c0486ba30cd3a24b6a6c8e0
Log: Fixed bug #70386 Can't compile on NetBSD because of missing WCONTINUED
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Nov 23 08:01:28 2024 UTC