Help!

Bug#436393: php-cache-lite: FTBFS: /bin/sh: -c: line 0: sy..


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Bugs RC RSS
Next:  Bug#436382: loop-aes: FTBFS: unmet b-dep linux-su..  
Author Message
Lucas Nussbaum
External


Since: Nov 25, 2004
Posts: 879



PostPosted: Tue Aug 07, 2007 9:40 am    Post subject: Bug#436393: php-cache-lite: FTBFS: /bin/sh: -c: line 0: syntax error near unexpected token `('
Archived from groups: linux>debian>bugs>rc (more info?)

Package: php-cache-lite
version: 1.7.2-2
Severity: serious
User: debian-qa.TakeThisOut@lists.debian.org
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
-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 /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/ Cache_Lite-1.7.2/package.xml
warning: pear/Cache_Lite requires package "pear/PEAR"
install ok: channel://pear.php.net/Cache_Lite-1.7.2
# move documentation to correct location
mkdir -p /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/usr/share/doc/php-cache-lite
if [ -d /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/usr/share/php/docs/Cache_Lite ] ; then \
mv -i /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/usr/share/php/docs/Cache_Lite/* /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/usr/share/doc/php-cache-lite; \
rmdir /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/usr/share/php/docs/Cache_Lite; \
ln -s ../../doc/php-cache-lite /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/usr/share/php/docs/Cache_Lite; \
fi ;
# create upstream changelog
Version 1.7.2 - 2006-06-03 (stable) ---------------------------------------- Notes: Bugs fixed : - #7799 : setToDebug() doesn't work - #7732 (or #7598) : hashedDirectory refactoring to get rid of some warnings (in some particular cases) Version 1.7.1 - 2006-05-14 (stable) ---------------------------------------- Notes: Bugs fixed : - #7618 : can't save cache correctly (in some particular cases) (thanks to neta-master at ywcafe dot net) Other changes : - new unit test file (about bug #7618) Version 1.7.0 - 2006-02-21 (stable) ---------------------------------------- Notes: No change (just some modifications into online documentation) Version 1.7.0beta2 - 2006-02-04 (beta) ---------------------------------------- Notes: Bugs fixed : - 3 unit test files was forgotten in beta1 package.xml New features : - request #6681 : new extendLife() method (thanks to alex at vegagames dot net) - request #6617 : "$this->method()" calls are ok with Cache_Lite_Function without workaround (thanks to thomas dot nicolai at unisg dot ch) - request #6575 : new options 'dontCacheWhenTheOutputContainsNOCACHE', 'dontCacheWhenTheResultIsFalse', 'dontCacheWhenTheResultIsNull' (thanks to thomas dot nicolai at unisg dot ch) - new debug option for Cache_Lite_Function - new test files Version 1.7.0beta1 - 2006-01-29 (beta) ---------------------------------------- Notes: New features : - 3 new unit tests - a new option is available in the constructor "errorHandlingAPIBreak" (boolean, false by default) ; if set to true, it introduces a little API break but the error handling is better in CACHE_LITE_ERROR_RETURN mode (specially with the save() method which can return a PEAR_Error object) Changes : - code refactoring for setToDebug() (thanks to moosh (at) php (dot) net) - code refactoring (thanks to code analyzer) Bugs fixed : - #6388 : add an explicit dependancy on PEAR package (for error handling) (thanks to moosh (at) php (dot) net) Version 1.6.0 - 2005-12-03 (stable) ---------------------------------------- Notes: No change (just some modifications into online documentation) Version 1.6.0beta2 - 2005-11-25 (beta) ---------------------------------------- Notes: New features : - a new phpt test script (eternal caching) - you can now call Cache_Lite constructor with any argument (thanks to ratibus at gmail dot com) Bug fixed : - bugfixes about eternal caching Other change : - better code factoring (thanks to ratibus at gmail dot com) Version 1.6.0beta1 - 2005-11-17 (beta) ---------------------------------------- Notes: New features : - phpt test scripts - add of drop() method to Cache_Lite_Function (thanks to Hugo Morganho hjm at holos dot pt) - request #5495 : a null lifetime give an eternal caching (need tests) Bug fixed : - bugfix #5921 : a variable was unused (no consequence for the end user), thanks to moosh at php dot net - bugfix #5938 : little mistakes given by Zend Code Analyser - little mistake in the example for Cache_Lite_File Version 1.5.2 - 2005-07-18 (stable) ---------------------------------------- Notes: Bug Fixed : - a "package.xml" problem (a file was forgotten) Version 1.5.1 - 2005-07-10 (stable) ---------------------------------------- Notes: Changes : - juste a little more docs since 1.5.0 (beta) - the state in "stable" now Version 1.5.0 - 2005-06-18 (beta) ---------------------------------------- Notes: New features : - add of a doNotTestCacheValidity in Output (like in Lite.php) - request #4502 : better control on cache cleaning condition (thanks to vincent lascaux); introduce the idea of a user callback for the cleaning process - new Cache_Lite_File module (for a cache controlled by a master file, very usefull for templates or config caching) Bug fixed : - avoid a potential error message if cache doesn't exist - bug #4236 : fread PHP warning on zero length read (because of the change of fread() behaviour in PHP) (thanks to rick dot overman at gmail dot com) Version 1.4.1 - 2005-03-01 (stable) ---------------------------------------- Notes: Bug fixed : - problem of non-ISO-8859-1 characters in package.xml (bug #3621) - problem of the returning value in clean() method (integer and not void) (thanks to Demian Turner (demian (at) phpkitchen (dot) com)) Version 1.4.0 - 2005-01-21 (stable) ---------------------------------------- Notes: Changes : - juste a little more docs since 1.4.0beta1 Version 1.4.0beta1 - 2004-12-11 (beta) ---------------------------------------- Notes: New features : - hashed cache directory structure with the choice of the level (thanks to Mike Benoit (ipso at snappymail dot ca)) - new options for cleaning the cache ("not in group", "too old"...) (thanks to dontilooksweetandinnocent.TakeThisOut@ambience.ru) - automatic cleaning of too old cache files based on a customisable "random method" Version 1.3.1 - 2004-08-16 (stable) ---------------------------------------- Notes: Bug fixed : - problem with clean() method with memoryCaching activated (thanks to Bojan Mihelac (bmihelac at mihelac dot org)) - remove() method didn't deal with memoryCaching - bug fix #1758, thanks to Dave (djpenton at cs dot mu dot oz dot au) Version 1.3 - 2004-02-07 (stable) ---------------------------------------- Notes: Changes : - Add a warning in examples file because of http://pear.php.net/bugs/bug.php?id=660 Bug fixed : - little warning fix in Cache_Lite_Function (fab) - little bug fix in lastModified() method (thanks to Yavor Shahpasov) - fix http://pear.php.net/bugs/bug.php?id=513 (thanks to alan.TakeThisOut@aardwolfweb.com) Version 1.2 - 2003-10-25 (stable) ---------------------------------------- Notes: Changes : - Rewrite of Cache_Lite constructor (thanks to Brian E. Lozier) New Features : - Add of lastModified() method (for Cache_Lite hackers) (thanks to Harry Fuecks) - Introduce automatic serialization (false in default) (thanks to Dan Wilson) - Add of an url for a cache_lite tutorial (english (thanks to paj) and french) Bug fixed : - Change the Cache_Lite::raiseError calls in $this->raiseError (thanks to Holger Willenborg) - Set the default group for remove, since get and save both have it set (thanks to jellybob) - Little fix for caching binary data under Windows (thanks to Simeon Franklin) - little fix with fileNameProtection set to false (not the default (big thank to Harry Fuecks)) Version 1.1 - 2003-02-23 (stable) ---------------------------------------- Notes: Changes : - Move to usage of call_user_func_array() and call_user_func() as call_user_method() is depreciated (thanks to Sterling Hughes) New Features : - Introduce memoryCaching (idea of Mike Benoit) - Add of a file name protection option (can be faster if set to off) (thanks to Brian Webb for the idea) Bug fixed : - Little fix : cache was inefficient if the output is only 0 (thanks to Brian Webb) - notice fix (thanks to Lorenzo Alberton, Pierre-Alain Joye and Jon Parise) - Little fix to avoid file names problems with an exotic group name (thanks to Brian Webb) - Fix a possible bug when resave a cache file after a succesfull get (thanks to Michael Caplan) Version 1.0.1 - 2002-11-12 (stable) ---------------------------------------- Notes: Bug fixed : - clean() bug with group (Thanks to Ondrej Jombik) Version 1.0 - 2002-11-11 (stable) ---------------------------------------- Notes: This is the first stable release of Cache_Lite. There is no big change since the 0.4 beta release but two months of tests ! Changes : - fix magic_q issue (Thanks to Moshe Doron) Version 0.4 - 2002-09-25 (beta) ---------------------------------------- Notes: New features : - Add setLifeTime() method to change the cache lifetime dynamicaly Changes : - changes in the directory layout and in file names to (better) respect PEAR standards => incompatibility with 0.3 version even there is no incompatible change in the API Version 0.3 - 2002-08-31 (beta) ---------------------------------------- Notes: New features : - Add '$doNotTestCacheValidity' optional parameter for the get() method Changes : - raiseError() method becomes public - swap of two lines in _write() method (Thanks to Jean-Francois BUSTARRET) Bugs fixed : - remove blank spaces at the end of the class (Thanks to Jean-Francois BUSTARRET) - E_NOTICEs problems and maybe a minor bug of errors management (Thanks to Sebastian BERGMANN) Version 0.2.0 - 2002-08-10 (beta) ---------------------------------------- Notes: New features : - Adding Cache_Lite_Function (to cache the result and output of functions/methods) Bugs fixed : - In a few cases of cache corruption, it was possible to get some warnings (but the output was correct) - Cache_Lite_Output require_once (to load Cache_Lite) wasn't correct Version 0.1.1 - 2002-08-08 (beta) ---------------------------------------- Notes: A little packaging fix Version 0.1 - 2002-08-08 (beta) ---------------------------------------- Notes: This is the first release. | gzip -9 > /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/usr/share/doc/php-cache-lite/changelog.gz
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `Version 1.7.2 - 2006-06-03 (stable) ---------------------------------------- Notes: Bugs fixed : - #7799 : setToDebug() doesn't work - #7732 (or #7598) : hashedDirectory refactoring to get rid of some warnings (in some particular cases) Version 1.7.1 - 2006-05-14 (stable) ---------------------------------------- Notes: Bugs fixed : - #7618 : can't save cache correctly (in some particular cases) (thanks to neta-master at ywcafe dot net) Other changes : - new unit test file (about bug #7618) Version 1.7.0 - 2006-02-21 (stable) ---------------------------------------- Notes: No change (just some modifications into online documentation) Version 1.7.0beta2 - 2006-02-04 (beta) ---------------------------------------- Notes: Bugs fixed : - 3 unit test files was forgotten in beta1 package.xml New features : - request #6681 : new extendLife() method (thanks to alex at vegagames dot net) - request #6617 : "$this->method()" calls are ok with Cache_Lite_Function without workaround (thanks to thomas dot nicolai at unisg dot ch) - request #6575 : new options 'dontCacheWhenTheOutputContainsNOCACHE', 'dontCacheWhenTheResultIsFalse', 'dontCacheWhenTheResultIsNull' (thanks to thomas dot nicolai at unisg dot ch) - new debug option for Cache_Lite_Function - new test files Version 1.7.0beta1 - 2006-01-29 (beta) ---------------------------------------- Notes: New features : - 3 new unit tests - a new option is available in the constructor "errorHandlingAPIBreak" (boolean, false by default) ; if set to true, it introduces a little API break but the error handling is better in CACHE_LITE_ERROR_RETURN mode (specially with the save() method which can return a PEAR_Error object) Changes : - code refactoring for setToDebug() (thanks to moosh (at) php (dot) net) - code refactoring (thanks to code analyzer) Bugs fixed : - #6388 : add an explicit dependancy on PEAR package (for error handling) (thanks to moosh (at) php (dot) net) Version 1.6.0 - 2005-12-03 (stable) ---------------------------------------- Notes: No change (just some modifications into online documentation) Version 1.6.0beta2 - 2005-11-25 (beta) ---------------------------------------- Notes: New features : - a new phpt test script (eternal caching) - you can now call Cache_Lite constructor with any argument (thanks to ratibus at gmail dot com) Bug fixed : - bugfixes about eternal caching Other change : - better code factoring (thanks to ratibus at gmail dot com) Version 1.6.0beta1 - 2005-11-17 (beta) ---------------------------------------- Notes: New features : - phpt test scripts - add of drop() method to Cache_Lite_Function (thanks to Hugo Morganho hjm at holos dot pt) - request #5495 : a null lifetime give an eternal caching (need tests) Bug fixed : - bugfix #5921 : a variable was unused (no consequence for the end user), thanks to moosh at php dot net - bugfix #5938 : little mistakes given by Zend Code Analyser - little mistake in the example for Cache_Lite_File Version 1.5.2 - 2005-07-18 (stable) ---------------------------------------- Notes: Bug Fixed : - a "package.xml" problem (a file was forgotten) Version 1.5.1 - 2005-07-10 (stable) ---------------------------------------- Notes: Changes : - juste a little more docs since 1.5.0 (beta) - the state in "stable" now Version 1.5.0 - 2005-06-18 (beta) ---------------------------------------- Notes: New features : - add of a doNotTestCacheValidity in Output (like in Lite.php) - request #4502 : better control on cache cleaning condition (thanks to vincent lascaux); introduce the idea of a user callback for the cleaning process - new Cache_Lite_File module (for a cache controlled by a master file, very usefull for templates or config caching) Bug fixed : - avoid a potential error message if cache doesn't exist - bug #4236 : fread PHP warning on zero length read (because of the change of fread() behaviour in PHP) (thanks to rick dot overman at gmail dot com) Version 1.4.1 - 2005-03-01 (stable) ---------------------------------------- Notes: Bug fixed : - problem of non-ISO-8859-1 characters in package.xml (bug #3621) - problem of the returning value in clean() method (integer and not void) (thanks to Demian Turner (demian (at) phpkitchen (dot) com)) Version 1.4.0 - 2005-01-21 (stable) ---------------------------------------- Notes: Changes : - juste a little more docs since 1.4.0beta1 Version 1.4.0beta1 - 2004-12-11 (beta) ---------------------------------------- Notes: New features : - hashed cache directory structure with the choice of the level (thanks to Mike Benoit (ipso at snappymail dot ca)) - new options for cleaning the cache ("not in group", "too old"...) (thanks to dontilooksweetandinnocent.TakeThisOut@ambience.ru) - automatic cleaning of too old cache files based on a customisable "random method" Version 1.3.1 - 2004-08-16 (stable) ---------------------------------------- Notes: Bug fixed : - problem with clean() method with memoryCaching activated (thanks to Bojan Mihelac (bmihelac at mihelac dot org)) - remove() method didn't deal with memoryCaching - bug fix #1758, thanks to Dave (djpenton at cs dot mu dot oz dot au) Version 1.3 - 2004-02-07 (stable) ---------------------------------------- Notes: Changes : - Add a warning in examples file because of http://pear.php.net/bugs/bug.php?id=660 Bug fixed : - little warning fix in Cache_Lite_Function (fab) - little bug fix in lastModified() method (thanks to Yavor Shahpasov) - fix http://pear.php.net/bugs/bug.php?id=513 (thanks to alan.TakeThisOut@aardwolfweb.com) Version 1.2 - 2003-10-25 (stable) ---------------------------------------- Notes: Changes : - Rewrite of Cache_Lite constructor (thanks to Brian E. Lozier) New Features : - Add of lastModified() method (for Cache_Lite hackers) (thanks to Harry Fuecks) - Introduce automatic serialization (false in default) (thanks to Dan Wilson) - Add of an url for a cache_lite tutorial (english (thanks to paj) and french) Bug fixed : - Change the Cache_Lite::raiseError calls in $this->raiseError (thanks to Holger Willenborg) - Set the default group for remove, since get and save both have it set (thanks to jellybob) - Little fix for caching binary data under Windows (thanks to Simeon Franklin) - little fix with fileNameProtection set to false (not the default (big thank to Harry Fuecks)) Version 1.1 - 2003-02-23 (stable) ---------------------------------------- Notes: Changes : - Move to usage of call_user_func_array() and call_user_func() as call_user_method() is depreciated (thanks to Sterling Hughes) New Features : - Introduce memoryCaching (idea of Mike Benoit) - Add of a file name protection option (can be faster if set to off) (thanks to Brian Webb for the idea) Bug fixed : - Little fix : cache was inefficient if the output is only 0 (thanks to Brian Webb) - notice fix (thanks to Lorenzo Alberton, Pierre-Alain Joye and Jon Parise) - Little fix to avoid file names problems with an exotic group name (thanks to Brian Webb) - Fix a possible bug when resave a cache file after a succesfull get (thanks to Michael Caplan) Version 1.0.1 - 2002-11-12 (stable) ---------------------------------------- Notes: Bug fixed : - clean() bug with group (Thanks to Ondrej Jombik) Version 1.0 - 2002-11-11 (stable) ---------------------------------------- Notes: This is the first stable release of Cache_Lite. There is no big change since the 0.4 beta release but two months of tests ! Changes : - fix magic_q issue (Thanks to Moshe Doron) Version 0.4 - 2002-09-25 (beta) ---------------------------------------- Notes: New features : - Add setLifeTime() method to change the cache lifetime dynamicaly Changes : - changes in the directory layout and in file names to (better) respect PEAR standards => incompatibility with 0.3 version even there is no incompatible change in the API Version 0.3 - 2002-08-31 (beta) ---------------------------------------- Notes: New features : - Add '$doNotTestCacheValidity' optional parameter for the get() method Changes : - raiseError() method becomes public - swap of two lines in _write() method (Thanks to Jean-Francois BUSTARRET) Bugs fixed : - remove blank spaces at the end of the class (Thanks to Jean-Francois BUSTARRET) - E_NOTICEs problems and maybe a minor bug of errors management (Thanks to Sebastian BERGMANN) Version 0.2.0 - 2002-08-10 (beta) ---------------------------------------- Notes: New features : - Adding Cache_Lite_Function (to cache the result and output of functions/methods) Bugs fixed : - In a few cases of cache corruption, it was possible to get some warnings (but the output was correct) - Cache_Lite_Output require_once (to load Cache_Lite) wasn't correct Version 0.1.1 - 2002-08-08 (beta) ---------------------------------------- Notes: A little packaging fix Version 0.1 - 2002-08-08 (beta) ---------------------------------------- Notes: This is the first release. | gzip -9 > /build/user/php-cache-lite-1.7.2/debian/php-cache-lite/usr/share/doc/php-cache-lite/changelog.gz'
make: *** [common-install-indep] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment. Internet was not accessible from the build systems.

--
| Lucas Nussbaum
| lucas.TakeThisOut@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lucas.TakeThisOut@nussbaum.fr GPG: 1024D/023B3F4F |
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Bugs RC All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum