Helmut Grohne
2024-11-05 16:40:01 UTC
Reply
PermalinkVersion: 22.12.3-1
Severity: serious
Tags: ftbfs trixie sid
Justification: nocheck ftbfs is serious since trixie
Hi,
kimap fails to build from source when enabling the nocheck build
profile. A build ends as follows:
| dh_install
| dh_install: warning: Cannot find (any matches for) "usr/include/KF5/KIMAPTest/kimaptest/fakeserver.h" (tried in ., debian/tmp)
|
| dh_install: warning: libkf5imap-dev missing files: usr/include/KF5/KIMAPTest/kimaptest/fakeserver.h
| dh_install: warning: Cannot find (any matches for) "usr/include/KF5/KIMAPTest/kimaptest/mockjob.h" (tried in ., debian/tmp)
|
| dh_install: warning: libkf5imap-dev missing files: usr/include/KF5/KIMAPTest/kimaptest/mockjob.h
| dh_install: warning: Cannot find (any matches for) "usr/lib/*/libkimaptest.a" (tried in ., debian/tmp)
|
| dh_install: warning: libkf5imap-dev missing files: usr/lib/*/libkimaptest.a
| dh_install: error: missing files, aborting
| make: *** [debian/rules:11: binary] Error 255
| dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
I suspect that the upstream build system uses BUILD_TESTING (which is
passed by debhelper) to conditionalize tests and has install rules in
thus guarded files.
Helmut