Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49838 - libgphoto2 fails to build due to SGML errors
Summary: libgphoto2 fails to build due to SGML errors
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 46268
  Show dependency tree
 
Reported: 2004-05-03 06:56 UTC by John Goerzen
Modified: 2004-06-07 15:26 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 John Goerzen 2004-05-03 06:56:58 UTC
I was running ACCEPT_KEYWORDS="~amd64" emerge kde.  I got this:

[ many errors snipped ]
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:123:66:E: element "LISTITEM" undefined
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:123:75:E: element "SIMPARA" undefined
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:126:9:E: element "REFSECT2" undefined
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:127:6:E: element "TITLE" undefined
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:127:38:E: element "ANCHOR" undefined
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:127:67:E: end tag for "ANCHOR" omitted, but OMITTAG NO was specified
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:127:7: start tag was here
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:128:10:E: element "INDEXTERM" undefined
/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:128:19:E: element "PRIMARY" undefined

[ snip ]

/usr/bin/openjade:.././sgml/gphoto2-port-log.sgml:128:95:E: element "LINK" undefined
/usr/bin/openjade:I: maximum number of errors (200) reached; change with -E option
make[4]: *** [html] Error 1
make[4]: Leaving directory `/var/tmp/portage/libgphoto2-2.1.4/work/libgphoto2-2.1.4/libgphoto2_port/doc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/libgphoto2-2.1.4/work/libgphoto2-2.1.4/libgphoto2_port'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/libgphoto2-2.1.4/work/libgphoto2-2.1.4/libgphoto2_port'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libgphoto2-2.1.4/work/libgphoto2-2.1.4'
make: *** [all] Error 2

!!! ERROR: media-libs/libgphoto2-2.1.4 failed.
!!! Function src_compile, Line 71, Exitcode 2
!!! make failed


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# emerge info 
Portage 2.0.50-r6 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.2-r9, 
2.6.5-gentoo 
-r1) 
================================================================= 
System uname: 2.6.5-gentoo-r1 x86_64 4 
Gentoo Base System version 1.4.9 
Autoconf: sys-devel/autoconf-2.58-r1 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="amd64" 
AUTOCLEAN="yes" 
CFLAGS="-O2" 
CHOST="x86_64-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs buildpkg ccache sandbox" 
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo 
ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage_packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X alsa amd64 apm arts avi berkdb caps cdr crypt cscope cups curl dga 
divx4linux doc dvd dvd4 encode foomaticdb gdbm ggi gif gnome gphoto2 gpm gps 
gtk gtk2 imap imlib ipv6 jpeg kde lesstif libg++ libwww maildir mikmod mpeg 
ncurses nls nogcj offensive oggvorbis opengl oss pam pdflib perl png python qt 
quicktime readline sdl slang spell ssl tcpd tetex truetype usb wmf xml2 xmms 
xosd xv zlib"
Comment 1 John Goerzen 2004-05-03 07:01:01 UTC
This package can be successfully installed with:

USE="-doc" ACCEPT_KEYWORDS="~amd64" emerge libgphoto2
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2004-05-05 23:32:29 UTC
Hello. Could you please post the full emerge log as a plain/text attachment?

This seems to be related to a missing catalog on your system. Make sure you have version 3.0 of the docbook-sgml-dtd package. In case it's missing, try emerging it:

  emerge =docbook-sgml-dtd-3.0*

And then try emerging libgphoto2 again (with the `doc' USE flag enabled), and tell us what happens.

Thanks.
Comment 3 Leonardo Boshell (RETIRED) gentoo-dev 2004-06-07 15:26:08 UTC
No further feedback.