Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338337 - dev-python/pycrypto-2.3[doc] requires >=epydoc-3
Summary: dev-python/pycrypto-2.3[doc] requires >=epydoc-3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 09:20 UTC by tonich
Modified: 2010-09-23 16:49 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tonich 2010-09-22 09:20:18 UTC
dev-python/pycrypto-2.3 failed build with USE="doc"

Reproducible: Always




...
...
building 'Crypto.Util._counter' extension
i686-pc-linux-gnu-gcc -pthread -march=i686 -m32 -fomit-frame-pointer -pipe -fno-inline-functions -fno-strict-aliasing -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/_counter.c -o build-2.6/temp.linux-i686-2.6/src/_counter.o
i686-pc-linux-gnu-gcc -pthread -shared -Wl,--as-needed -O2 -march=i686 -m32 -fomit-frame-pointer -pipe -fno-inline-functions -fno-strict-aliasing build-2.6/temp.linux-i686-2.6/src/_counter.o -L/usr/lib -lpython2.6 -o build-2.6/lib.linux-i686-2.6/Crypto/Util/_counter.so
 * Generation of documentation
option --config not recognized; run "epydoc -h" for usage
 * ERROR: dev-python/pycrypto-2.3 failed:
 *   Generation of documentation failed
 *
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 4823:  Called die
 * The specific snippet of code:
 *           PYTHONPATH="$(ls -d build-$(PYTHON --ABI -f)/lib.*)" epydoc --config=Doc/epydoc-config --exclude-introspect="^Crypto\.(Random\.OSRNG\.nt|Util\.winrandom)$" || die "Generation of documentation failed";
 *
 * If you need support, post the output of 'emerge --info =dev-python/pycrypto-2.3',
 * the complete build log and the output of 'emerge -pqv =dev-python/pycrypto-2.3'.
 * The complete build log is located at '/var/log/portage/dev-python:pycrypto-2.3:20100922-090850.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/pycrypto-2.3/temp/environment'.
 * S: '/var/tmp/portage/dev-python/pycrypto-2.3/work/pycrypto-2.3'
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-22 10:36:31 UTC
Please attach the complete build log and output of 'emerge --info python epydoc'.
Comment 2 tonich 2010-09-23 05:30:24 UTC
(In reply to comment #1)
> Please attach the complete build log and output of 'emerge --info python
> epydoc'.
> 

update:
builds successfully with epydoc-3.0.1, failed with epydoc-2.1
just dependency fix needed
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-09-23 16:49:43 UTC
Fixed.