Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300788 - dev-python/buildutils-0.3 cannot compile docs
Summary: dev-python/buildutils-0.3 cannot compile docs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 22:58 UTC by A.C.Heron
Modified: 2010-04-04 16:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info =dev-python/buildutils-0.3 output (dev-python-buildutils-0.3-info.txt,6.89 KB, text/plain)
2010-01-12 22:59 UTC, A.C.Heron
Details
emerge -pqv =dev-python/buildutils-0.3 output (dev-python-buildutils-0.3-pqv.txt,54 bytes, text/plain)
2010-01-12 23:00 UTC, A.C.Heron
Details
/var/tmp/portage/dev-python/buildutils-0.3/temp/build.log (dev-python-buildutils-0.3-build.log,10.07 KB, text/plain)
2010-01-12 23:00 UTC, A.C.Heron
Details

Note You need to log in before you can comment on or make changes to this bug.
Description A.C.Heron 2010-01-12 22:58:35 UTC
Building dev-python/buildutils-0.3 with USE="doc" results in a crash. With USE="-doc" everyting is fine.

Reproducible: Always

Steps to Reproduce:
1. echo "dev-python/buildutils doc" >> /etc/portage/package.use
2. echo "~dev-python/buildutils-0.3 ~amd64" >> /etc/portage/package.keywords
3. emerge -v1 =dev-python/buildutils-0.3


Actual Results:  
See attached logs.


Expected Results:  
Docs should compile too.
Comment 1 A.C.Heron 2010-01-12 22:59:41 UTC
Created attachment 216298 [details]
emerge --info =dev-python/buildutils-0.3 output
Comment 2 A.C.Heron 2010-01-12 23:00:11 UTC
Created attachment 216300 [details]
emerge -pqv =dev-python/buildutils-0.3 output
Comment 3 A.C.Heron 2010-01-12 23:00:37 UTC
Created attachment 216302 [details]
/var/tmp/portage/dev-python/buildutils-0.3/temp/build.log
Comment 4 Patrick Lauer gentoo-dev 2010-01-12 23:02:13 UTC
pydoc.ErrorDuringImport: problem in buildutils.test.test_publish - <type 'exceptions.ImportError'>: No module named publish
Comment 5 ray keung 2010-04-04 02:27:48 UTC
to fix. modify buildutils/test/test_publish.py

replace
import buildutils.command.publish as publish
with this:
import buildutils.publish_command.publish as publish
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-04-04 16:41:09 UTC
Fixed.