Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73293 - Wine-20041201 fails because of the documentation
Summary: Wine-20041201 fails because of the documentation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-03 19:52 UTC by Pablo De Nápoli
Modified: 2004-12-08 10:54 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 Pablo De Nápoli 2004-12-03 19:52:39 UTC
Wine-20041019 fails because it fails to build the documentation.
pdfTex fails
(the same thing used to happend with the previous release
wine-20041019-r3)

I'm using the following applications related to building the documentation

app-text/tetex-2.0.2-r4
app-doc/doxygen-1.3.8
app-text/opensp-1.5-r1  
app-text/openjade-1.3.2-r1  
app-text/docbook-sgml-dtd-4.1-r2  
app-text/docbook-sgml-dtd-4.0-r2  
app-text/docbook-xml-simple-dtd-4.1.2.4  
dev-perl/SGMLSpm-1.03-r5  
app-text/docbook-dsssl-stylesheets-1.77-r2  
app-text/docbook-sgml-dtd-3.0-r2  
app-text/docbook-sgml-dtd-3.1-r2
app-text/build-docbook-catalog-1.2  
app-text/docbook-xsl-stylesheets-1.65.1  
app-text/docbook-xml-dtd-4.3  
app-text/docbook-sgml-utils-0.6.12 

Here you can see the error messages
(in standard ouput)

[...]
Wine build complete.
doc
make: Entering directory `/var/tmp/portage/wine-20041201/work/wine-20041201/documentation'
docbook2html -u wine-devel.sgml
docbook2html -u wine-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /var/tmp/portage/wine-20041201/work/wine-20041201/documentation/wine-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /var/tmp/portage/wine-20041201/work/wine-20041201/documentation/wine-devel.sgml
Done.
docbook2html -u winelib-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /var/tmp/portage/wine-20041201/work/wine-20041201/documentation/winelib-user.sgml
Done.
docbook2html -u wine-faq.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /var/tmp/portage/wine-20041201/work/wine-20041201/documentation/wine-faq.sgml
Done.
docbook2pdf wine-devel.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#print
Working on: /var/tmp/portage/wine-20041201/work/wine-20041201/documentation/wine-devel.sgml
Done.
docbook2pdf wine-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#print
Working on: /var/tmp/portage/wine-20041201/work/wine-20041201/documentation/wine-user.sgml
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(Fatal format file error; I'm stymied)
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(Fatal format file error; I'm stymied)
make: Leaving directory `/var/tmp/portage/wine-20041201/work/wine-20041201/documentation'
    ...done!

(and here to standard error)

head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
make: *** [wine-devel.pdf] Error 9
make: *** Waiting for unfinished jobs....
make: *** [wine-user.pdf] Error 9



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-12-03 19:58:28 UTC

*** This bug has been marked as a duplicate of 71697 ***
Comment 2 Pablo De Nápoli 2004-12-03 20:09:01 UTC
Seems to be different from bug #71697 as I have both
docbook2pdf (from docbook-sgml-utils) and lynx installed
(so that the cause must be a different one)
Comment 3 SpanKY gentoo-dev 2004-12-03 20:27:32 UTC
you didnt post the error

head: `-1' option is obsolete; use `-n 1' since this will be removed in the future

those are just warnings you can ignore
Comment 4 Pablo De Nápoli 2004-12-05 10:05:45 UTC
The only error message is in this part

This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(Fatal format file error; I'm stymied)
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(Fatal format file error; I'm stymied)
make: Leaving directory `/var/tmp/portage/wine-20041201/work/wine-20041201/documentation'
    ...done!

(in the output to standard output)
Not a very clear message, thought.
Comment 5 SpanKY gentoo-dev 2004-12-05 14:25:53 UTC
well you neglected to provide `emerge info` like the bug report page says to ... please re-open once you have
Comment 6 Pablo De Nápoli 2004-12-06 20:27:08 UTC
Ok, here is my emerge info 

Gentoo Base System version 1.4.3.13
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25)
=================================================================
System uname: 2.4.25 i686 AMD Duron(tm) 
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=athlon -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache sandbox usersandbox"
GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/ http://mirrors.tds.net/gentoo http://mirror.clarkson.edu/pub/distributions/gentoo/ http://www.gtlib.cc.gatech.edu/pub/gentoo ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo ftp://mirrors.tds.net/gentoo ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.mirrors.pair.com/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib apm arts avi berkdb build cdr crypt cups doc encode esd fbcon foomaticdb gdbm gif gimpprint gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod mmx motif mozilla mpeg nas ncurses nls oggvorbis opengl oss pam pdflib perl plotutils png python qt quicktime readline sdl slang sld spell sse ssl svga tcltk tcpd tetex tiff truetype x86 xchattext xml xml2 xmms xv zlib ~dvd ~dvdr"

Morover, I have tried re-emerging docbook-sgml-utils as suggested in bug #71697  (comment #7), but as expected it didn't help
Comment 7 Pablo De Nápoli 2004-12-08 10:54:50 UTC
It seems that something was broken in my installation of docbook. After 
rebuilding (re-emerging) all my docbook/sgml-related tools, I've succeded in emerging wine. Thanks.