ubuntu-packaging-guide-team team mailing list archive
-
ubuntu-packaging-guide-team team
-
Mailing list archive
-
Message #00668
[Bug 961107] Re: Build on lucid/maverick fails
OK. I've been banging by head on this. I'll let someone else take a stab
at it. The above build failure is resolved with the attached patch
hardcoding py3_site_packages in debian/rules.
/usr/share/python/python.mk, which is included in the rules file, didn't
begin returning /usr/lib/python3/dist-packages until 2.6.6-2 of python-
defaults. We don't want to backport that as then we'd be changing the
default python environment for anyone using the PPA.
Then we get a different failure. sphinx-common.install contains:
/usr/share/sphinx/
/usr/share/locale/
debian/dh-sphinxdoc/sphinxdoc.pm /usr/share/perl5/Debian/Debhelper/Sequence/
debian/dh-sphinxdoc/dh_sphinxdoc /usr/bin/
But for some reason, none of the common stuff seems to get installed:
dh_install -p sphinx-common -X /scripts/
dh_install -N sphinx-common --fail-missing
dh_install: usr/share/locale/da/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/lv/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/tr/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/fa/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/ja/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/fr/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/ne/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/zh_CN/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/zh_TW/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/pt_BR/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/fi/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/de/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/cs/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/nl/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/bn/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/it/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/et/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/lt/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/ca/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/sl/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/ru/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/es/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/uk_UA/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/pl/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/ko/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/hr/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/locale/sv/LC_MESSAGES/sphinx.mo exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/da/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/lv/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/tr/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/fa/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/ja/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/fr/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/ne/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/zh_CN/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/zh_TW/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/pt_BR/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/fi/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/de/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/cs/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/nl/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/bn/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/it/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/et/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/lt/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/ca/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/sl/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/ru/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/es/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/uk_UA/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/pl/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/ko/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/hr/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/locale/sv/sphinx.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/texinputs/tabulary.sty exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/texinputs/sphinx.sty exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/texinputs/Makefile exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/texinputs/python.ist exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/texinputs/sphinxhowto.cls exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/texinputs/fncychap.sty exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/texinputs/sphinxmanual.cls exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/ext/autosummary/templates/autosummary/class.rst exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/ext/autosummary/templates/autosummary/base.rst exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/ext/autosummary/templates/autosummary/module.rst exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/pycode/Grammar.txt exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/pycode/Grammar.pickle exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/sphinxdoc/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/sphinxdoc/layout.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/sphinxdoc/static/contents.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/sphinxdoc/static/navigation.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/default/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/default/layout.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/default/static/default.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/default/static/sidebar.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/haiku/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/haiku/layout.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/haiku/static/haiku.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/haiku/static/bullet_orange.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/haiku/static/alert_info_32.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/haiku/static/bg-page.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/haiku/static/alert_warning_32.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/page.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/search.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/sourcelink.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/localtoc.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/genindex-single.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/opensearch.xml exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/defindex.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/domainindex.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/genindex-split.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/relations.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/searchbox.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/genindex.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/layout.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/searchresults.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/globaltoc.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/changes/frameset.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/changes/rstsource.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/changes/versionchanges.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/up.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/minus.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/plus.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/websupport.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/jquery.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/up-pressed.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/file.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/comment-bright.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/down.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/basic.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/underscore.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/doctools.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/down-pressed.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/comment-close.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/searchtools.js_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/comment.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/basic/static/ajax-loader.gif exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/nature/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/nature/static/nature.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/epub/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/epub/epub-cover.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/epub/layout.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/epub/static/epub.css exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/layout.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/dialog-note.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/dialog-seealso.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/dialog-topic.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/footerbg.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/dialog-warning.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/middlebg.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/transparent.gif exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/epub.css exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/ie6.css exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/pyramid.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/pyramid/static/headerbg.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/traditional/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/traditional/static/traditional.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/agogo/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/agogo/layout.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/agogo/static/bgtop.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/agogo/static/agogo.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/agogo/static/bgfooter.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/theme.conf exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/layout.html exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/watermark_blur.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/logo.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/darkmetal.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/print.css exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/watermark.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/navigation.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/metal.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/scrolls.css_t exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/theme_extras.js exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/static/headerbg.png exists in debian/tmp but is not installed to anywhere
dh_install: usr/share/sphinx/themes/scrolls/artwork/logo.svg exists in debian/tmp but is not installed to anywhere
dh_install: missing files, aborting
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary gave error exit status 2
--
You received this bug notification because you are a member of Ubuntu
Packaging Guide Team, which is subscribed to Ubuntu Packaging Guide.
https://bugs.launchpad.net/bugs/961107
Title:
Build on lucid/maverick fails
Status in Ubuntu Packaging Guide:
Confirmed
Bug description:
As you can see on
https://code.launchpad.net/~ubuntu-packaging-guide-team/+recipe
/ubuntu-packaging-guide-daily
the new packaging guide (requiring sphinx 1.1) FTBFS on maverick and
lucid (LTS).
I spent some time fixing this, but am currently stuck. It seems like
the backported libjs-underscore is empty, which makes the backport of
sphinx fail.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/961107/+subscriptions
References