Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16270 - iputils: build errors
Summary: iputils: build errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matthew Turk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-24 06:00 UTC by Sascha Silbe
Modified: 2003-03-27 17:53 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 Sascha Silbe 2003-02-24 06:00:23 UTC
The stable iputils ebuild fails to compile:

[...]
make -C doc man
make[1]: Entering directory `/tmp/portage/iputils-020124-r1/work/iputils/doc'
nsgmls:../index.db:1:59:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
nsgmls:../index.db:12:0:E: reference to entity "REFERENCE" for which no system identifier could be generated
nsgmls:../index.db:1:0: entity was defined here
[...]

For the full output see "http://sascha.silbe.org/gentoo/iputils-stable.log".

The unstable (i.e. KEYWORDS=~x86) iputils ebuild works fine, though:

[...]
make[1]: Leaving directory `/tmp/portage/iputils-020927/work/iputils/doc'
make -C doc man
make[1]: Entering directory `/tmp/portage/iputils-020927/work/iputils/doc'
make[1]: Nothing to be done for `man'.
make[1]: Leaving directory `/tmp/portage/iputils-020927/work/iputils/doc'
[..]

For the full output see "http://sascha.silbe.org/gentoo/iputils-unstable.log".

So I suggest you just mark iputils-020927 as stable.



Reproducible: Always
Steps to Reproduce:




Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-cube-8 i686 AMD Athlon(tm) processor
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/vice/etc /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/afs/modload /etc/afs/C /etc/afs/afsws /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 libg++ gtkhtml gdbm berkdb libwww gtk cdr scanner -3dfx 3dnow -aalib acl afs -alsa apm -arts avi -bonobo crypt -cups dga -directfb doc -dvd encode -esd -evo -fbcon -ggi gif -gnome -gnome-libs -gphoto2 -gpm guile -icc -icc-pgo imap imlib ipv6 -java jpeg kde kerberos lcms ldap -matrox maildir mbox mikmod mmx -motif mozilla mpeg -mule mysql nas ncurses nls -odbc oggvorbis opengl oss pam -pcmcia -pda pdflib -perl png -pnp postgres python qt qtmt quicktime readline -ruby samba sasl sdl slang -slp -snmp socks5 spell ssl -static -svga -tcltk -tcpd tetex tiff truetype -voodoo3 -wavelan X xml xml2 -xmms xv -zeo zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O3 -pipe"
CXXFLAGS="-march=athlon-tbird -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS=""
AUTOCLEAN="yes"
SYNC="rsync://hybrid.sascha.silbe.org/gentoo-portage"
FEATURES="ccache sandbox userpriv usersandbox"
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2003-03-27 17:53:23 UTC
I'm unmasking the stable one for x86 (020927), which will close this bug.