I am trying to build, for Debian, a KDE based program and
debuild/dpkg-buildpackage is failing. When appstreamertest runs it seems
to look for and not find install_manifest.txt and dies. When I look the
file is not there. If I run CMake manually and then make install the
file is generated. This problem only started recently, possibly when the
latest appstreamtest hit the testing repository. How do I fix this?
Thank you.
make[1]: Leaving directory
'/home/benscott/debian/kvpm-0.9.10/obj-x86_64-linux-gnu'
dh_auto_test --buildsystem=kde -O--dbg-package=kvpm-dbg
make -j1 test ARGS\+=-j1
make[1]: Entering directory
'/home/benscott/debian/kvpm-0.9.10/obj-x86_64-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process -j1
Test project /home/benscott/debian/kvpm-0.9.10/obj-x86_64-linux-gnu
Start 1: appstreamtest
1/1 Test #1: appstreamtest ....................***Failed 0.02 sec
CMake Error at /usr/share/ECM/kde-modules/appstreamtest.cmake:1 (file):
file failed to open for reading (No such file or directory):
/home/benscott/debian/kvpm-0.9.10/obj-x86_64-linux-gnu/install_manifest.txt
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.02 sec
The following tests FAILED:
1 - appstreamtest (Failed)
Errors while running CTest
Makefile:130: recipe for target 'test' failed
make[1]: *** [test] Error 8
make[1]: Leaving directory
'/home/benscott/debian/kvpm-0.9.10/obj-x86_64-linux-gnu'
dh_auto_test: make -j1 test ARGS+=-j1 returned exit code 2
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed