Subject: pkg/37601: php5 compilation error
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <info@sicurezzarete.com>
List: pkgsrc-bugs
Date: 12/23/2007 13:35:00
>Number:         37601
>Category:       pkg
>Synopsis:       php5 compilation error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 23 13:35:00 +0000 2007
>Originator:     Matteo Garofano
>Release:        pkgsrc2007Q3
>Organization:
voltalinux
>Environment:
Linux teo 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux

>Description:
Compiling lang/php5 on linux platform it stop with the following error:


Live child 0x080eb7f8 (install-sapi) PID 6532
Reaping winning child 0x080eb7f8 PID 6532
Live child 0x080eb7f8 (install-sapi) PID 6533
Installing PHP CGI binary: @CGIDIR@/
cp: cannot create regular file `@CGIDIR@/#INST@6534#': No such file or directory
Reaping losing child 0x080eb7f8 PID 6533
make: *** [install-sapi] Error 1
Removing child 0x080eb7f8 PID 6533 from chain.
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/lang/php5
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/php5
+ exitcode=1
+ /usr/bin/env PATH=/usr/pkgsrc/lang/php5/work/.wrapper/bin:/usr/pkgsrc/lang/php
5/work/.buildlink/bin:/usr/pkgsrc/lang/php5/work/.gcc/bin:/usr/pkgsrc/lang/php5/
work/.tools/bin:/usr/pkg/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr
/bin:/bin:/usr/X11R6/bin:/usr/games:/usr/pkg/bin:/usr/pkg/sbin /usr/pkg/bin/bmak
e _MAKE=/usr/pkg/bin/bmake OPSYS=Linux OS_VERSION=2.6.21.5-smp LOWER_OS_VERSION=
2.6.21.5-smp LOWER_OPSYS=linux _PKGSRCDIR=/usr/pkgsrc PKGTOOLS_VERSION=20070927
_CC=/usr/bin/gcc _PATH_ORIG=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/
bin:/bin:/usr/X11R6/bin:/usr/games:/usr/pkg/bin:/usr/pkg/sbin _PKGSRC_BARRIER=ye
s barrier-error-check
+ /bin/rm -f '/usr/pkgsrc/lang/php5/work/.warning/*.tmp'
+ test -d /usr/pkgsrc/lang/php5/work/.warning
+ cd /usr/pkgsrc/lang/php5/work/.warning
+ for file in './*'
+ test './*' '!=' './*'
+ exit 0
+ /bin/rm -f '/usr/pkgsrc/lang/php5/work/.error/*.tmp'
+ test -d /usr/pkgsrc/lang/php5/work/.error
+ cd /usr/pkgsrc/lang/php5/work/.error
+ for file in './*'
+ test './*' '!=' './*'
+ exit 0
+ exit 1
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/php5

>How-To-Repeat:
cd /usr/pkgsrc/lang/php5
bmake package
>Fix:
unknown