Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27453 - iptraf 2.7.0 ebuild fails on 'function src-compile line 19 exitcode 2'
Summary: iptraf 2.7.0 ebuild fails on 'function src-compile line 19 exitcode 2'
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-08-27 20:29 UTC by jhmartin
Modified: 2003-09-06 09:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
log from the attempted ebuild (iptraf2.7.0-gcc-log.txt,11.83 KB, text/plain)
2003-08-27 20:30 UTC, jhmartin
Details
log from the attempted ebuild (iptraf2.7.0-gcc-log.txt,11.83 KB, text/plain)
2003-08-27 20:30 UTC, jhmartin
Details
log from the attempted ebuild (iptraf2.7.0-gcc-log.txt,11.83 KB, text/plain)
2003-08-27 20:30 UTC, jhmartin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jhmartin 2003-08-27 20:29:31 UTC
See attachment for gcc log. I did an emerge iptraf to get it. The system is a 
fairly new install, installed on 8/26/03.

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

Actual Results:  
ebuild fails to compile correctly.

Expected Results:  
Compile and install.

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 AMD Athlon(tm) XP 2600+
GENTOO_MIRRORS="rsync://gentoo.seren.com/gentoo 
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo ftp://ftp.ussg.iu.edu/pub/linux/gentoo 
http://gentoo.seren.com/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi
g /usr/kde/3/share/config /var/bind"
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=""
USE="x86 oss 3dnow apm arts avi crypt cups encode foomaticdb gif gtk imlib java 
jpeg kde gnome libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis 
opengl pdflib png qt quicktime sdl slang spell truetype X xml2 xmms xv zlib 
gdbm berkdb readline svga gpm tcpd pam ssl perl python"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe"
CXXFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 jhmartin 2003-08-27 20:30:22 UTC
Created attachment 16702 [details]
log from the attempted ebuild
Comment 2 jhmartin 2003-08-27 20:30:42 UTC
Created attachment 16703 [details]
log from the attempted ebuild
Comment 3 jhmartin 2003-08-27 20:30:51 UTC
Created attachment 16704 [details]
log from the attempted ebuild
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-08-28 01:15:44 UTC
try CFLAGS="i686 -O2"
Comment 5 jhmartin 2003-08-28 18:18:49 UTC
Using CFLAGS="-march=i686 -O2" allowed iptraf to compile successfully.
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-08-30 06:48:40 UTC
if you'd like find out wich flag causes this so we can filter it
if not post a little msg, so we can close this as WORKSFORME
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-09-06 09:10:24 UTC
wrong CFLAGS settings