Source: phpunit
Version: 6.5.5-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/phpunit.html

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/phpunit-6.5.5'
# Build static classloader for shipping
phpab --output src/Autoload.php \
        --template debian/Autoload.php.tpl src
phpab %development% - Copyright (C) 2009 - 2017 by Arne Blankerts and 
Contributors

Scanning directory src

Autoload file src/Autoload.php generated.

# Build classloader for tests
mkdir --parents vendor
phpab \
        --output vendor/autoload.php \
        --template debian/autoload.test.php.tpl \
        --exclude tests/_files/BankAccountTest2.php \
        --exclude tests/Regression/Trac/783/OneTest.php \
        tests
phpab %development% - Copyright (C) 2009 - 2017 by Arne Blankerts and 
Contributors

Scanning directory tests

Autoload file vendor/autoload.php generated.

# Workaround to ensure the local class takes precedence during tests.
ln -s src PHPUnit
make[1]: Leaving directory '/build/1st/phpunit-6.5.5'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/phpunit-6.5.5'
./phpunit
Class 'DOMDocument' not found
debian/rules:28: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

Reply via email to