Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285175 - dev-python/pylint-0.18.1 fails to install with USE=html
Summary: dev-python/pylint-0.18.1 fails to install with USE=html
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-16 11:30 UTC by Erik Zeek
Modified: 2009-09-20 17:59 UTC (History)
0 users

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


Attachments
Build log (dev-python:pylint-0.18.1:20090916-112842.log,11.64 KB, text/plain)
2009-09-16 11:41 UTC, Erik Zeek
Details
emerge --info (emerge_info.txt,9.97 KB, text/plain)
2009-09-16 11:42 UTC, Erik Zeek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Zeek 2009-09-16 11:30:19 UTC
It works if I turn off html.

running install_scripts
creating /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin
copying build-2.6/scripts-2.6/pyreverse -> /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin
copying build-2.6/scripts-2.6/symilar -> /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin
copying build-2.6/scripts-2.6/epylint -> /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin
copying build-2.6/scripts-2.6/pylint-gui -> /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin
copying build-2.6/scripts-2.6/pylint -> /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin
changing mode of /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin/pyreverse to 755
changing mode of /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin/symilar to 755
changing mode of /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin/epylint to 755
changing mode of /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin/pylint-gui to 755
changing mode of /gentoo/tmp/portage/dev-python/pylint-0.18.1/image/usr/bin/pylint to 755
!!! dohtml: doc/*.html does not exist
 *
 * ERROR: dev-python/pylint-0.18.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 3072:  Called die
 * The specific snippet of code:
 *           dohtml doc/*.html || die "dohtml failed";
 *  The die message:
 *   dohtml failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/dev-python:pylint-0.18.1:20090916-112842.log'.
 * The ebuild environment file is located at '/gentoo/tmp/portage/dev-python/pylint-0.18.1/temp/environment'.
 *
 * QA Notice: file does not exist:
 *
 *      dohtml: doc/*.html does not exist
Comment 1 Erik Zeek 2009-09-16 11:41:19 UTC
Created attachment 204308 [details]
Build log
Comment 2 Erik Zeek 2009-09-16 11:42:01 UTC
Created attachment 204309 [details]
emerge --info
Comment 3 Jesus Rivero (RETIRED) gentoo-dev 2009-09-20 17:59:33 UTC
Hello, 

   Fixed in CVS. Ive removed html USE flag because this version didn't have HTML documents, thats why dohtml failed. 

   Thanks for the report Erik. 

   Best regards,