Source: kanboard
Version: 1.2.31+ds2-1
Severity: serious
Tags: ftbfs

kanboard fails to build from source when built with the nocheck build
profile. Presumably, a required dependency has been annotated
<!nocheck> in error. Note that since trixie such a failure is considered
release critical by the release team. A log ends as follows:

|    debian/rules override_dh_auto_build
| make[1]: Entering directory '/<<PKGBUILDDIR>>'
| mkdir --parents vendor/app
| phpabtpl composer.json > debian/autoload.php.tpl
| phpab \
|         --output vendor/autoload.php \
|         --template debian/autoload.php.tpl \
|         app \
|         libs \
|         libs/picodb/lib \
|         libs/jsonrpc/src
| phpab %development% - Copyright (C) 2009 - 2023 by Arne Blankerts and 
Contributors
| 
| Scanning directory app
| Scanning directory libs
| Scanning directory libs/picodb/lib
| Scanning directory libs/jsonrpc/src
| 
| Autoload file vendor/autoload.php generated.
| 
| ln -s ../../app/functions.php vendor/app/functions.php
| printf '%s\n' "1.2.31+ds2-1" > /<<PKGBUILDDIR>>/app/version.txt
|   [*] Building and minimizing the CSS
| /<<PKGBUILDDIR>>/cli css
| PHP Warning:  require_once(ChristianRiesen/Otp/autoload.php): Failed to open 
stream: No such file or directory in /<<PKGBUILDDIR>>/vendor/autoload.php on 
line 4
| PHP Fatal error:  Uncaught Error: Failed opening required 
'ChristianRiesen/Otp/autoload.php' (include_path='.:/usr/share/php') in 
/<<PKGBUILDDIR>>/vendor/autoload.php:4
| Stack trace:
| #0 /<<PKGBUILDDIR>>/app/common.php(3): require()
| #1 /<<PKGBUILDDIR>>/cli(13): require('...')
| #2 {main}
|   thrown in /<<PKGBUILDDIR>>/vendor/autoload.php on line 4
| make[1]: *** [debian/rules:17: override_dh_auto_build] Error 255
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:8: build] Error 2
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Helmut

Reply via email to