Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14587 - emergeing fails: iputils-020124-r1 and iputils-020927
Summary: emergeing fails: iputils-020124-r1 and iputils-020927
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-26 12:10 UTC by Thomas Preissler
Modified: 2003-02-04 19:42 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 Thomas Preissler 2003-01-26 12:10:37 UTC
Emerging them shows up the same error message.

[=== emerge iputils ===]
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -Iinclude-glibc -include include-glibc/glibc-bugs.h -I/usr/include -I../include     -c -o ping6.o ping6.c
gcc   ping6.o ping_common.o  -lresolv -o ping6
make -C doc html
make[1]: Entering directory `/var/tmp/portage/iputils-020124-r1/work/iputils/doc'
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.11/docbook-utils.dsl#html
Working on: /var/tmp/portage/iputils-020124-r1/work/iputils/doc/tmp.db2html/../index.db
jade:/usr/share/sgml/docbook/utils-0.6.11/docbook-utils.dsl:9:96:W: cannot generate system identifier for public text "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN"
jade:/usr/share/sgml/docbook/utils-0.6.11/docbook-utils.dsl:19:39:E: no style-specification or external-specification with ID "DOCBOOK"
System Manager's Manual: iputilsping8iputils-020124ping, ping6send ICMP ECHO_REQUEST to network hostsping-LRUbdfnqrvVaA-c count-i interval-l preload-p pattern-s packetsize-t ttl-w deadline-F flowlabel-I interface-M hint-Q tos-S sndbuf-T timestamp optionhopdestinationDESCRIPTIONping uses the ICMP protocol's mandatory ECHO_REQUEST
ECHO_REQUEST datagrams (``pings'') have an IP and ICMP
header, followed by a struct timeval and then an arbitrary
number of ``pad'' bytes used to fill out the packet.OPTIONS-aAudible ping.
  -AAdaptive ping. Interpacket interval adapts to round-trip time, so that
effectively not more than one (or more, if preload is set) unanswered probes
[...]
even by high-end machines. For example, it saturates gigabit link with
60 byte packets when used with Intel's e1000. In face of such stream
switches, routers and end hosts may deadlock, crash, explode.
Use only in test lab environment.AVAILABILITYpg3 is part of iputils package
and the latest versions are  available in source form for anonymous ftp
ftp://ftp.inr.ac.ru/ip-routing/iputils-current.tar.gz.Done.
mv: cannot stat `*.html': No such file or directory
make[1]: *** [arping.html] Error 1
make[1]: Leaving directory `/var/tmp/portage/iputils-020124-r1/work/iputils/doc'
make: *** [html] Error 2

!!! ERROR: net-misc/iputils-020124-r1 failed.
!!! Function src_compile, Line 23, Exitcode 2
!!! (no error message)

Calculating dependencies  ...done!
>>> emerge (1 of 1) net-misc/iputils-020124-r1 to /
>>> md5 ;-) iputils-ss020124.tar.gz

[=== emerge info ===]
Portage 2.0.46-r9 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19 i686 AMD Duron(tm) Processor 
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /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 oss 3dnow apm avi crypt cups encode gif jpeg kde gnome libg++ mikmod mmx mpeg ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline arts bonobo svga java X sdl gpm tcpd pam libwww ssl python imlib oggvorbis gtk qt motif opengl aalib acpi alsa cdr doc dvd esd evo fbcon gb gd gtkhtml guile imap innodb ipv6 jikes ldap mbox mozilla mysql nas perl pic samba snmp socks5 sse tcltk tetex"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS=""
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"

[=== epm -qa | grep -E "docbook|jade" ===]
docbook-dsssl-stylesheets-1.77-r1
docbook-sgml-1.0
docbook-sgml-dtd-3.1-r1
docbook-sgml-dtd-4.1-r1
docbook-sgml-utils-0.6.11-r2
docbook-xml-dtd-4.1.2-r3
docbook-xml-simple-dtd-4.1.2.4
docbook-xsl-stylesheets-1.52.2
jadetex-3.12
openjade-1.3.1-r6
docbook-sgml-dtd-3.0-r1
docbook-sgml-dtd-4.0-r1
Comment 1 Thomas Preissler 2003-01-26 12:14:48 UTC
I already checked bug #9569 and #12500, but it did not worked. 
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-01-26 12:22:05 UTC
try this

http://cvs.gentoo.org/~satai/sgmlfix.html
Comment 3 Thomas Preissler 2003-01-26 16:12:33 UTC
Yeehaw! Now it owkrs perfect. Thanks.
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-01-26 16:14:52 UTC
once more sgml issue