Your message dated Sun, 19 Nov 2006 05:15:29 -0800 with message-id <[EMAIL PROTECTED]> and subject line phpunit2: FTBFS on amd64: memory size exhausted 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 ---Version: 5.2.0-3 I believe this bug as fixed in the upload of php5 5.2.0-3. The changelog for this upload says: php5 (5.2.0-3) unstable; urgency=high * Unify PHP options for pear binaries to: -d output_buffering=1 -d open_basedir="" -d safe_mode=0 -d memory_limit="-1" (Closes: #397625) * [debian/rules]: Enable PDO building only in apache2 build. -- Ondřej Surý <[EMAIL PROTECTED]> Fri, 10 Nov 2006 14:09:00 +0100 The '-d memory_limit="-1"' should take care of this. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
--- End Message ---

