Dear Maintainer,
There is an error trying to build the package with PHP 8.5. Logs can be
seen in:
https://launchpadlibrarian.net/848122790/buildlog_ubuntu-resolute-amd64.php-composer-class-map-generator_1.7.1-1_BUILDING.txt.gz
In the logs:
phpunit
PHPUnit 12.5.8 by Sebastian Bergmann and contributors.
Runtime: PHP 8.5.2
Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
.........E........ 18 / 18 (100%)
Time: 00:00.133, Memory: 10.00 MB
There was 1 error:
1) Composer\ClassMapGenerator\ClassMapGeneratorTest::testStreamWrapperSupport
RuntimeException: File at "test://BackslashLineEndingString.php" does not exist, check your classmap definitions
The following message may be helpful:
file_exists(): class@anonymous::url_stat is not implemented!
/<<PKGBUILDDIR>>/src/PhpFileParser.php:58
/<<PKGBUILDDIR>>/src/ClassMapGenerator.php:187
/<<PKGBUILDDIR>>/src/ClassMapGenerator.php:89
/<<PKGBUILDDIR>>/tests/ClassMapGeneratorTest.php:230
ERRORS!
Tests: 18, Assertions: 40, Errors: 1, Warnings: 1, Deprecations: 1, PHPUnit Deprecations: 1.
make[1]: *** [debian/rules:23: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2a
Seems the wrapper class in the test is missing url_stat.