Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453474 - dev-python/pyopenssl-0.13 fails to build docs
Summary: dev-python/pyopenssl-0.13 fails to build docs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-22 05:34 UTC by Patrick Lauer
Modified: 2013-02-04 07:29 UTC (History)
0 users

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 Patrick Lauer gentoo-dev 2013-01-22 05:34:04 UTC
building 'OpenSSL.SSL' extension
creating build-3.2/temp.linux-x86_64-3.2/OpenSSL/ssl
x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -I/usr/include/python3.2 -c OpenSSL/ssl/connection.c -o build-3.2/temp.linux-x86_64-3.2/OpenSSL/ssl/connection.o
x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -I/usr/include/python3.2 -c OpenSSL/ssl/context.c -o build-3.2/temp.linux-x86_64-3.2/OpenSSL/ssl/context.o
x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -I/usr/include/python3.2 -c OpenSSL/ssl/ssl.c -o build-3.2/temp.linux-x86_64-3.2/OpenSSL/ssl/ssl.o
x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -I/usr/include/python3.2 -c OpenSSL/util.c -o build-3.2/temp.linux-x86_64-3.2/OpenSSL/util.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe build-3.2/temp.linux-x86_64-3.2/OpenSSL/ssl/connection.o build-3.2/temp.linux-x86_64-3.2/OpenSSL/ssl/context.o build-3.2/temp.linux-x86_64-3.2/OpenSSL/ssl/ssl.o build-3.2/temp.linux-x86_64-3.2/OpenSSL/util.o -L/usr/lib64 -lssl -lcrypto -lpython3.2 -o build-3.2/lib.linux-x86_64-3.2/OpenSSL/SSL.cpython-32.so
make -j4 -j1 html ps dvi 
python2 tools/mkhowto --a4 --html --iconserver . pyOpenSSL.tex
+++ TEXINPUTS=.:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc/tools/paper-a4:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc/tools/texinputs:
+++ latex pyOpenSSL
+++ latex2html -init_file pyOpenSSL.l2h -dir pyOpenSSL pyOpenSSL.tex
*** Session transcript and error messages are in pyOpenSSL.how.
The relevant lines from the transcript are:
------------------------------------------------------------------------
+++ latex2html -init_file pyOpenSSL.l2h -dir pyOpenSSL pyOpenSSL.tex
defined(%hash) is deprecated at /usr/lib64/latex2html/latex2html.pl line 492.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at /usr/lib64/latex2html/latex2html.pl line 2064.
        (Maybe you should just omit the defined()?)
defined(%hash) is deprecated at /usr/lib64/latex2html/latex2html.pl line 9065.
        (Maybe you should just omit the defined()?)
Error: No such image type ''.
       This installation supports (first is default): 
Compilation failed in require at /usr/bin/latex2html line 39.
*** Session transcript and error messages are in pyOpenSSL.how.
rm -rf html
mv pyOpenSSL html
python2 tools/mkhowto --a4 --ps pyOpenSSL.tex
+++ TEXINPUTS=.:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc/tools/paper-a4:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc/tools/texinputs:
+++ latex pyOpenSSL
+++ latex pyOpenSSL
+++ latex pyOpenSSL
+++ dvips -N0 -o pyOpenSSL.ps pyOpenSSL
python2 tools/mkhowto --a4 --dvi pyOpenSSL.tex
+++ TEXINPUTS=.:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc/tools/paper-a4:/var/tmp/portage/dev-python/pyopenssl-0.13/work/pyOpenSSL-0.13/doc/tools/texinputs:
+++ latex pyOpenSSL
+++ latex pyOpenSSL
+++ latex pyOpenSSL
>>> Source compiled.

[snip]

running install_egg_info
Writing /var/tmp/portage/dev-python/pyopenssl-0.13/temp/images/3.2/usr/lib64/python3.2/site-packages/pyOpenSSL-0.13-py3.2.egg-info
!!! dohtml: doc/html/* does not exist
dohtml failed
 * ERROR: dev-python/pyopenssl-0.13 failed (install phase):
 *   dohtml failed
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_install
 *   environment, line 3722:  Called die
 * The specific snippet of code:
 *           dohtml doc/html/* || die "dohtml failed";

The doc/html/ dir is empty.


Portage 2.1.11.42 (default/linux/amd64/10.0, gcc-4.6.3, glibc-2.16.0, 3.7.1-vs2.3.5.4 x86_64)
=================================================================
System uname: Linux-3.7.1-vs2.3.5.4-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.2
Timestamp of tree: Unknown
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p42
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/pkgconfig:       0.27.1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6
sys-devel/autoconf:       2.69
sys-devel/automake:       1.12.6, 1.13.1
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:           2.16.0
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 cli cracklib crypt cxx dri egl fortran gdbm gpm iconv ipv6 mmx modules mudflap multilib ncurses nls nptl openmp openvg pam pcre readline session sqlite sse sse2 ssl tcpd unicode xa xvfb zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-01-27 13:30:14 UTC
I got this persistently with dev-tex/latex2html not emerged, for both -0.1 and -0.13.  On emerging it, comes up fine. 

Hence, could not replicate.  Need more testers.
Comment 2 Patrick Lauer gentoo-dev 2013-02-04 07:29:22 UTC
+  04 Feb 2013; Patrick Lauer <patrick@gentoo.org> +pyopenssl-0.13-r1.ebuild:
+  Fix doc generation #453474

Useflags of latex2html were to blame for it. Thanks for the hint :)