Launchpad failed to dh_auto_configure : "failed to to execute: No such file or directory" with unusable error mess.
In my Launchpad PPA "Photo Video Applications"
https:/
After Building successfully on my own Trusty 14.04 system I tried to build in launchpad "smartdeblur".
However, Launchpad failed in the debian/rules at override_
%:
dh $@ --buildsystem=cmake --parallel
override_
dh_auto_configure -- \
-DCMAKE_
-DQT_
-DUSE_
The error message is itself unusable as it fails to list any name for the supposedly missing file or directory. Here is the error message:
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_auto_configure -- \
-DCMAKE_
-DUSE_
# -DQT_QMAKE_
dh_auto_configure: cmake .. -DCMAKE_
make[1]: *** [override_
[second from https:/
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_auto_configure -- \
-DCMAKE_
-DQT_
-DUSE_
dh_auto_configure: cmake .. -DCMAKE_
make[1]: *** [override_
I don't see what "failed to to execute" ? (why a double 'to' ?). Then it fails as well to give a specific name for the supposedly missing file or directory.
/usr/bin/qmake-qt4 is part of the qt4-qmake package which is listed in the debian/control Depends: field. In my second attemps I commented out this cmake directive. However that did not change anything as to the failure.
I have even try to match the command line from Launchpad with this :
dh_auto_configure -- cmake .. \
-DCMAKE_
-DQT_
-DUSE_
And it went through successfully again on my system.
On my system it is building flawlessly. It's the first time I see this kind of behaviour. Why ?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Colin Watson
- Solved:
- Last query:
- Last reply: