Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371481 - dev-python/pyzmq-2.1.7 - !!! dohtml: docs/build/html/* does not exist
Summary: dev-python/pyzmq-2.1.7 - !!! dohtml: docs/build/html/* does not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 371377
  Show dependency tree
 
Reported: 2011-06-13 20:56 UTC by Ian Delaney (RETIRED)
Modified: 2011-06-28 12:29 UTC (History)
1 user (show)

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


Attachments
my emerge --info (emerge.info,4.63 KB, text/plain)
2011-06-13 20:57 UTC, Ian Delaney (RETIRED)
Details
the build.log (build.log,55.76 KB, text/plain)
2011-06-13 20:58 UTC, Ian Delaney (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2011-06-13 20:56:32 UTC
Testing pyzmq-2.1.7.  Fails only with use = doc, at install phase.

Reproducible: Always

Steps to Reproduce:
1. Set use=doc
2. emerge package
3.
Actual Results:  
running install_egg_info
Writing /mnt/gen2/tmpdir/portage/dev-python/pyzmq-2.1.7/temp/images/3.1/usr/lib64/python3.1/site-packages/pyzmq-2.1.7-py3.1.egg-info
!!! dohtml: docs/build/html/* does not exist
dohtml failed
 * ERROR: dev-python/pyzmq-2.1.7 failed (install phase):
 *   Installation of documentation failed


Expected Results:  
install

Tested with both python 2.7 && 3.1 set.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-06-13 20:57:53 UTC
Created attachment 276963 [details]
my emerge --info
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-06-13 20:58:44 UTC
Created attachment 276965 [details]
the build.log
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-28 10:47:57 UTC
Can you please check what happens if you install dev-python/sphinx, then emerge pyzmq with USE=doc?
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2011-06-28 11:33:40 UTC
sadly:

emerge sphinx && USE=doc emerge pyzmq

 * The ebuild environment file is located at '/mnt/gen2/tmpdir/portage/dev-python/pyzmq-2.1.7/temp/environment'.
 * S: '/mnt/gen2/tmpdir/portage/dev-python/pyzmq-2.1.7/work/pyzmq-2.1.7'
 * QA Notice: file does not exist:
 * 
 *      dohtml: docs/build/html/* does not exist
Comment 5 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-28 12:29:53 UTC
I've removed the doc use flag, everything should work okay now.

(The docs apparently needed fairly heavy dependencies like matplotlib, and there are examples already, so I felt we could do without them.)