Comment 4 for bug 1215175

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote : Re: git-buildpackage ftbfs in saucy

Well, this particular bug is fixed in proposed, but now it's failing with a different problem.

https://launchpadlibrarian.net/150732571/buildlog_ubuntu-saucy-i386.git-buildpackage_0.6.3ubuntu1_FAILEDTOBUILD.txt.gz

error: /usr/lib/python2.7/dist-packages/coverage/htmlfiles/jquery.hotkeys.js: No such file or directory
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/build/buildd/git-buildpackage-0.6.3ubuntu1'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Strangely, it build in a saucy pbuilder for me, but not on the LP buildd. python-coverage 3.6-0ubuntu5 is installed on the buildd.

$ dpkg -L python-coverage | grep hotkeys
/usr/share/pyshared/coverage/htmlfiles/jquery.hotkeys.js
/usr/lib/python2.7/dist-packages/coverage/htmlfiles/jquery.hotkeys.js

Anyone got an idea?