block 642441 607372 thanks Hi,
It seems not a bug libxmpp-php itself but a bug in phpunit. >> PHP Warning: require_once(PHP/CodeCoverage/Filter.php): failed to open >> stream: >> No such file or directory in /usr/bin/phpunit on line 38 It is called by phpunit package, however, there is not such file in that. > henrich@hp:/tmp/phpunit-3.5.5$ find . -name Filter.php -print > ./PHPUnit-3.5.5/PHPUnit/Util/Filter.php > henrich@hp:/tmp/phpunit-3.5.5$ apt-file show phpunit|grep Filter.php > phpunit: /usr/share/php/PHPUnit/Util/Filter.php If it would call Filter.php, it should be as PHPUnit/Utils/Filter.php. And if it would be fixed with a patch, then another bug is there. > phpunit tests/AllTests.php > PHP Warning: require_once(File/Iterator/Factory.php): failed to open stream: > No such file or directory in /usr/share/php/PHPUnit/Util/Filter.php on line 46 > PHP Fatal error: require_once(): Failed opening required > 'File/Iterator/Factory.php' (include_path='.:/usr/share/php:/usr/share/pear') > in /usr/share/php/PHPUnit/Util/Filter.php on line 46 it is caused by below line in Filter.php in 3.5.x >>require_once 'PHPUnit/File/Iterator/Factory.php'; However, there is no such file in _any_ package now, and its line has been deleted in recent upstream version. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org