Your message dated Wed, 08 Nov 2006 19:34:59 +0100
with message-id <[EMAIL PROTECTED]>
and subject line phpunit2: FTBFS: /usr/bin/pear: line 28: /usr/bin/php: No such
file or directory
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: phpunit2
Version: 2.3.6-2
Severity: serious
When building 'phpunit2' in a clean i386/unstable chroot,
I get the following error:
dh_installdirs -A
mkdir -p "."
ln -f -s ../package.xml PHPUnit2-2.3.6
# install everything in default locations
/usr/bin/pear \
-c debian/pearrc \
-d include_path=/usr/share/php \
-d php_bin=/usr/bin/php \
-d bin_dir=/usr/bin \
-d php_dir=/usr/share/php \
-d data_dir=/usr/share/php/data \
-d doc_dir=/usr/share/php/docs \
-d test_dir=/usr/share/php/tests \
install --nodeps -R /phpunit2-2.3.6/debian/phpunit2/
PHPUnit2-2.3.6/package.xml
/usr/bin/pear: line 28: /usr/bin/php: No such file or directory
/usr/bin/pear: line 28: exec: /usr/bin/php: cannot execute: No such file or
directory
make: *** [common-install-indep] Error 126
Additionally, the 'phpunit2' package FTBFS on amd64 even if the missing
/usr/bin/php symlink is installed with the following error:
/usr/bin/pear \
-c debian/pearrc \
-d include_path=/usr/share/php \
-d php_bin=/usr/bin/php \
-d bin_dir=/usr/bin \
-d php_dir=/usr/share/php \
-d data_dir=/usr/share/php/data \
-d doc_dir=/usr/share/php/docs \
-d test_dir=/usr/share/php/tests \
install --nodeps -R
/srv/dbuild/tmp/phpunit2-2.3.6/debian/phpunit2/ PHPUnit2-2.3.6/package.xml
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate
92160 bytes) in /usr/share/php/PEAR/Dependency2.php on line 966
make: *** [common-install-indep] Error 255
This memory size problem could be fixed by adding something like
'-d memory_limit="32M"' to the 'exec $PHP' line in /usr/bin/pear.
Regards
Andreas Jochens
--- End Message ---
--- Begin Message ---
Solved in php5 5.2.0-1.
signature.asc
Description: This is a digitally signed message part
--- End Message ---