Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144587 - net-misc/iputils-021109-r3 compile fails due to recent ipv6 patch
Summary: net-misc/iputils-021109-r3 compile fails due to recent ipv6 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 144655 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-20 23:09 UTC by Raymond Lewis Rebbeck
Modified: 2006-08-21 09:26 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 Raymond Lewis Rebbeck 2006-08-20 23:09:23 UTC
net-misc/iputils-021109-r3 will fail when compiling. Commenting out the line 'epatch "${FILESDIR}"/${P}-ipv6-updates.patch #134751' from the ebuild fixes this. This error was experienced on x86 and amd64 systems. The error is as follows:

i686-pc-linux-gnu-gcc -D_GNU_SOURCE -O2 -march=pentium-m -fomit-frame-pointer -pipe -Wstrict-prototypes -Wall -g -Iinclude-glibc -include include-glibc/glibc-bugs.h  -I../include       rarpd.c  -lresolv -o rarpd
i686-pc-linux-gnu-gcc -D_GNU_SOURCE -O2 -march=pentium-m -fomit-frame-pointer -pipe -Wstrict-prototypes -Wall -g -Iinclude-glibc -include include-glibc/glibc-bugs.h  -I../include       tracepath6.c  -lresolv -o tracepath6
tracepath6.c: In function `recverr':
tracepath6.c:114: error: `IPV6_2292HOPLIMIT' undeclared (first use in this function)
tracepath6.c:114: error: (Each undeclared identifier is reported only once
tracepath6.c:114: error: for each function it appears in.)
tracepath6.c: In function `main':
tracepath6.c:352: error: `IPV6_2292HOPLIMIT' undeclared (first use in this function)
make: *** [tracepath6] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: net-misc/iputils-021109-r3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  iputils-021109-r3.ebuild, line 56:   Called die

!!! make main failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

The emerge --info for the x86 system is as follows:

Portage 2.1-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.17-gentoo-r4 i686)
=================================================================
System uname: 2.6.17-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_AU.UTF-8"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://ymir/gentoo-portage"
USE="x86 X aac acpi alsa arts avi bash-completion berkdb bitmap-fonts bzip2 caps cjk cli crypt dlloader dri dts dvd dvdr eds emboss encode exif ffmpeg flac foomaticdb fortran gdbm gif gpm gtk gtk2 hal idn ieee1394 imlib ipv6 isdnlog java jpeg kde kdeenablefinal libg++ libwww mad mikmod mmx mp3 mpeg ncurses nls nptl nsplugin offensive ogg opengl pam pcmcia pcre pdflib perl png pppd python qt3 quicktime readline reflection sasl sdl session spell spl sse sse2 ssl svg tcpd truetype truetype-fonts type1-fonts udev unicode vcd vorbis wifi xml xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_synaptics kernel_linux linguas_en userland_GNU video_cards_i810"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 SpanKY gentoo-dev 2006-08-21 00:32:32 UTC
fixed in cvs
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-21 09:26:33 UTC
*** Bug 144655 has been marked as a duplicate of this bug. ***