Summary: | dev-python/scimath-4.1.0[doc] fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | sci |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://tinderboxlogs.s3.amazonaws.com/tbamd64.excelsior.flameeyes.eu/dev-python%3Ascimath-4.1.0%3A20130105-211932.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Diego Elio Pettenò (RETIRED)
![]() /dev-python/scimath $ sudo USE_PYTHON=2.7 USE=doc emerge scimath
>>> Emerging (1 of 1) dev-python/scimath-4.1.0
>>> Jobs: 0 of 1 complete, 1 running Load avg: 1.58, 1.44, 1.48 (null)*(null) (null)ACCESS DENIED(null): open_wr: /usr/lib64/python2.7/site-packages/sphinx/pycode/Grammar2.7.pickle
>>> Installing (1 of 1) dev-python/scimath-4.1.0
dev-python/scimath $ sudo USE_PYTHON=2.7 USE=doc ebuild scimath-4.1.0.ebuild clean install
-------------------------------------------------------------
Making output directory...
Running Sphinx v1.1.3
loading pickled environment... not yet created
building [html]: targets for 11 source files that are out of date
updating environment: 11 added, 0 changed, 0 removed
reading sources... [100%] units/user_ref
vs.
reading sources... [ 81%] units/unit_funcs
Unable to access the X Display, is $DISPLAY set properly?
make: *** [html] Error 1
outlined here. Must be some diff between the systems.
Unable to replicate
I believe the error message is very indicative. The doc should be built with virtualmake rather than plain emake in src_compile. At least that's what the message indicate. It is a very similar situation to the mayavi one: sphinx loads the module to build the documentation and some bits have graphical elements. Why some people don't see that kind of failures is a mistery to me. This version of scimath has been dropped from Portage and therefore this bug is OBSOLETE and should be closed. * dev-python/scimath Available versions: 4.1.2-r1 {doc test PYTHON_TARGETS="python2_7"} (In reply to dugz from comment #3) > This version of scimath has been dropped from Portage and therefore this bug > is OBSOLETE and should be closed. > > * dev-python/scimath > Available versions: 4.1.2-r1 {doc test PYTHON_TARGETS="python2_7"} Confirmed, thanks to dugz for the additional test. |