Code review comment for lp:~cr3/checkbox/setup_virtualenv

Revision history for this message
Daniel Manrique (roadmr) wrote :

Sorry :(

sbuild fails with this error:

xgettext: error while opening "./../qt/frontend/ui_qtfront.h" for reading: No such file or directory
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.
error: command 'intltool-update' failed with exit status 1
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Apparently the qt build process is not running properly, thus the UI .h file is not being generated, and I suspect the qt binaries aren't either.

From the branch I did:

bzr-buildpackage -S

then to build the package:

sbuild -A --arch=amd64 -d quantal checkbox_0.14.10.dsc

review: Needs Fixing

« Back to merge proposal