pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Ignored error message while building ap-php



Hi,

i have php 5.3 installed and try to build the ap-php package which
itself will build the apache 2.4 package and notice a strange line:
  sh: cannot open 5.4: no such file

This is a part of the output where it happens:

[..]
===> Installing dependencies for ap24-php53-5.3.15
==========================================================================
[..]
Based on these variables, the following variables have been set:
  
        * APACHE_PKG_PREFIX = ap24
        * PKG_APACHE = apache24

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/bin/make clean' after
the changes. 
========================================================================== 
sh: cannot open 5.4: no such file
=> Build dependency libtool-base>=2.2.6bnb3: found libtool-base-2.2.6bnb8
=> Build dependency perl>=5.0: found perl-5.14.2nb5
=> Build dependency checkperms>=1.1: found checkperms-1.11
=> Full dependency libxml2>=2.8.0nb2: found libxml2-2.8.0nb2
=> Full dependency php>=5.3.2<5.4: found php-5.3.15nb1
=> Full dependency php>=5.3.2<5.4: found php-5.3.15nb1
=> Full dependency php>=5.3.13nb3<5.4: found php-5.3.15nb1
=> Full dependency apache>=2.4.1<2.5: NOT found
=> Verifying package for ../../www/apache24
=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Checksum SHA1 OK for httpd-2.4.2.tar.bz2


I assume the '5.4' message it about the php 5.4 package.

With PKG_DEBUG_LEVEL=1 I see this:

set -e; /usr/bin/env AWK=/usr/bin/awk PKG_ADMIN=/usr/sbin/pkg_admin\ -K\ 
/var/db/pkg  PKGSRCDIR=/pkgsrc PWD_CMD=/bin/pwd SED=/usr/bin/sed  /bin/sh 
/pkgsrc/mk/pkgformat/pkg/list-dependencies  " "\ \ 
digest\>=20010302:../../pkgtools/digest  " "\ 
libtool-base\>=2.2.6bnb3:../../devel/libtool-base\ perl\>=5.0:../../lang/perl5\ 
\ checkperms\>=1.1:../../sysutils/checkperms  " "\ \ 
libxml2\>=2.6.2:../../textproc/libxml2\ php\>=5.3.2\<5.4:../../lang/php53\ 
apache\>=2.4.1\<2.5:../../www/apache24\ \ 
libxml2\>=2.8.0nb2:../../textproc/libxml2\ 
php\>=5.3.13nb3\<5.4:../../lang/php53\ apache\>=2.4.1:../../www/apache24 > 
/pkgsrc/www/ap-php/work.i386/.depends
sh: cannot open 5.4: no such file

Bernd

P.S: NetBSD 6.0_BETA2 / i386



Home | Main Index | Thread Index | Old Index