Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 59414

Summary: iputils-021109-r3 emerge fails
Product: Gentoo Linux Reporter: marc baier <gizmo>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: bugs-gentoo
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description marc baier 2004-08-04 09:24:50 UTC
gcc -march=athlon-xp -O2 -pipe -ftracer -fweb -include ../include-glibc/glibc-bugs.h -I../include-glibc -I//usr/include -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall   -c -o key_debug.o key_debug.c
bison -d -p __libyy policy_parse.y
mv y.tab.c policy_parse.c
mv: cannot stat `y.tab.c': No such file or directory
make: *** [policy_parse.c] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: net-misc/iputils-021109-r3 failed.
!!! Function src_compile, Line 63, Exitcode 2
!!! libipsec failed


Portage 2.0.50-r9 (gcc34-x86-2004.2, gcc-3.4.1, glibc-2.3.4.20040619-r0, 2.6.7-love8)
=================================================================
System uname: 2.6.7-love8 i686 AMD Athlon(TM) XP 1900+
Gentoo Base System version 1.5.2
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -ftracer -fweb"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -ftracer -fweb"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distcc sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm imlib jpeg libg++ libwww mad mikmod motif mpeg ncurses nls
oggvorbis opengl oss pam pdflib perl png python quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"



i'm rebuilding my system inside a working gentoo installation. switched to gcc-3.3.3, but that didn't help.

the package is installed on my main installation, but rebuilding it doesn't work either.
Comment 1 Chris Mathis 2004-08-04 09:49:35 UTC
same problem here though on amd64, the older iputils does work but it would be nice to get everything upto date.
Comment 2 marc baier 2004-08-04 10:08:10 UTC
try the following:

cd ${S}/libipsec

edit the Makefile

remove:

        mv y.tab.c policy_parse.c
        mv y.tab.h policy_parse.h

and add

        mv policy_parse.tab.c policy_parse.c
        mv policy_parse.tab.h policy_parse.h
Comment 3 Mike Gilbert gentoo-dev 2004-08-04 11:30:27 UTC
Ok, this bug was caused by the "fix" for bug #59191.
Comment 4 Jon Portnoy (RETIRED) gentoo-dev 2004-08-04 11:51:50 UTC
Fixed in CVS.