Gentoo Archives: gentoo-user

From: Javier Uribe <juribe@××××××××××.cl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] cannot emerge iptraf
Date: Tue, 19 Jul 2005 08:27:10
Message-Id: 1121761236.15654.5.camel@highwaystar.fireball.cl
1 Hi,
2
3 yes, cannot install iptraf in my system
4
5 the code error is:
6
7 >>> md5 files ;-) iptraf-2.7.0-r1.ebuild
8 >>> md5 files ;-) files/digest-iptraf-2.7.0-r1
9 >>> md5 files ;-) files/iptraf-2.7.0-atheros.patch
10 >>> md5 src_uri ;-) iptraf-2.7.0.tar.gz
11 >>> md5 src_uri ;-) iptraf-2.7.0-ipv6-alpha11.diff
12 >>> Unpacking source...
13 >>> Unpacking iptraf-2.7.0.tar.gz
14 to /var/tmp/portage/iptraf-2.7.0-r1/work
15 * Applying iptraf-2.7.0-atheros.patch ...
16 [ ok ]
17 * Applying iptraf-2.7.0-ipv6-alpha11.diff ...
18 [ ok ]
19 >>> Source unpacked.
20 rm -f *.o *~ core iptraf rvnamed rawtime cfconv
21 make -C ../support clean
22 make[1]: Entering directory
23 `/var/tmp/portage/iptraf-2.7.0-r1/work/iptraf-2.7.0/supp
24 ort'
25 rm -rf *.o *~ libtextbox.a libtextbox.so
26 make[1]: Leaving directory
27 `/var/tmp/portage/iptraf-2.7.0-r1/work/iptraf-2.7.0/suppo
28 rt'
29 gcc -march=athlon-xp -O2 -fomit-frame-pointer -ffast-math -pipe -m3dnow
30 -msse -mmmx -mfpmath=sse
31 -DWORKDIR=\"/var/lib/iptraf\" -DLOGDIR=\"/var/log/iptraf\" -DEXECDIR=
32 \" /usr/sbin\"
33 -I/usr/include/ncurses -I../support -DVERSION=\"2.7.0\" -DPLATFORM=\"Lin
34 ux/i386\" -c -o iptraf.o iptraf.c
35 In file included from tcptable.h:27,
36 from iptraf.c:54:
37 /usr/include/net/if.h:45: error: error de decodificación antes de una
38 constante numé rica
39 /usr/include/net/if.h:111: error: redefinición de `struct ifmap'
40 /usr/include/net/if.h:126: error: redefinición de `struct ifreq'
41 /usr/include/net/if.h:176: error: redefinición de `struct ifconf'
42 make: *** [iptraf.o] Error 1
43
44 !!! ERROR: net-analyzer/iptraf-2.7.0-r1 failed.
45 !!! Function src_compile, Line 34, Exitcode 2
46 !!! emake failed
47 !!! If you need support, post the topmost build error, NOT this status
48 message.
49
50 what the hell happen?
51
52 I use gcc 3.4.4
53
54 my CFLAG and CXXFLAG:
55 CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -ffast-math -pipe
56 -m3dnow -msse -mmmx -mfpmath=sse"
57
58 CXXFLAGS="-march=athlon-xp -O3 -fomit-frame-pointer -ffast-math -pipe
59 -m3dnow -msse -mmmx -mfpmath=sse"
60
61
62
63
64
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: cannot emerge iptraf James <wireless@×××××××××××.com>
Re: [gentoo-user] cannot emerge iptraf Aaron Walker <ka0ttic@g.o>