I uploaded my python project by running "quickly submitubuntu", but it failed to build on Launchpad. "quickly submitubuntu" is supposed to add package dependencies automatically, but the error log https://launchpadlibrarian.net/108711786/buildlog_ubuntu-precise-i386.indicator-launcher_12.06.24_FAILEDTOBUILD.txt.gz says some python modules aren't found; for example "ERROR: Python module gconf not found". Is this a bug in quickly, or is there something wrong in my program?
closed as too localized by Marco Ceppi♦ Oct 30 '12 at 15:31
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
Recommended fixThis was a bug in Quickly that has now been fixed in version 12.04-0ubuntu3. The fixed package is now available in the
Then:
This will install the fixed Quickly package, which will enable you to use the Alternative workaroundNote: the recommended fix should work for most cases. Apply this workaround only if the recommended fix did not work or if you are knowledgeable in packaging and know what you're doing. As andrewsomething explained, that dependency is missing and there is a workaround for now. Well from that I figured out how to get it uploaded and working as expected. In fact, I just officially submitted my app for the Ubuntu App Showdown! andrewsomething's instructions didn't quite work for me (I think the sed line was wrong, if you read this). Here's what I did:
(In the dput command be sure to have the right ppa name and the newest source.changes file which would have been created by the debuild command.) Thanks again to andrewsomething for his original instructions! |
|||||||||||||
|
|
The part of the log that describes why it fails to build is:
The build process tries to call This is a bug in quickly, not your app. I've file a bug about this: https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/1018038 Since Until the bug is fixed, you can work around it in this round about way:
|
|||||||||||||||
|
|
Sometimes quickly doesn't find dependencies.
|
|||
|
|
|
We have the same problem.
We had a line into our control file, but each time we made an |
|||
|
|
I still have the problem even if I am using quickly configure dependencies. My control is :
Section: python Priority: extra Build-Depends: cdbs (>= 0.4.43), debhelper (>= 6), python (>= 2.6.6-3~), python-distutils-extra (>= 2.10) Maintainer: christian246 Standards-Version: 3.8.3 XS-Python-Version: current Package: facebookupload Architecture: all XB-Python-Version: ${python:Versions} Depends: ${misc:Depends}, ${python:Depends}, gir1.2-gtk-3.0, gir1.2-nautilus-3.0, gir1.2-glib-2.0, gir1.2-gdkpixbuf-2.0, python-poster, gir1.2-launchpad-integration-3.0, yelp, libglib2.0-bin Description: UNKNOWN UNKNOWN |
|||
|
