Gentoo Archives: gentoo-user

From: John Jolet <john@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ethereal compile error
Date: Tue, 18 Oct 2005 14:23:23
Message-Id: 200510180918.15340.john@jolet.net
In Reply to: [gentoo-user] Ethereal compile error by Dan
1 On Tuesday 18 October 2005 09:20, Dan wrote:
2 > Please help -- I can't emerge ethereal and I would really like to use it.
3 >
4 > I get a mess:
5 >
6 >
7 > i686 -march=athlon -fomit-frame-pointer -pipe -I/usr/local/include
8 > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
9 > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
10 > -I/usr/lib/glib-2.0/include -o .libs/dftest dftest.o util.o .libs/dftestS.o
11 > -Wl,--export-dynamic -Wl,--export-dynamic -pthread -L/usr/local/lib
12 > wiretap/.libs/libwiretap.so epan/.libs/libethereal.so -lcrypto
13 > /usr/lib/libpcre.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
14 > -lm -lpcap -lz creating dftest
15 > /usr/bin/perl ./perlnoutf.pl ./make-authors-format.pl < AUTHORS-SHORT >
16 > AUTHORS-SHORT-FORMAT (cd doc ; \
17 > make ../ethereal-filter.4 )
18 > make[3]: Entering directory
19 > `/var/tmp/portage/ethereal-0.10.12/work/ethereal-0.10.12/doc' ../tethereal
20 > -G fields | /usr/bin/perl ./dfilter2pod.pl ./ethereal-filter.pod.template >
21 > ethereal-filter.pod
22 >
23 > ** (process:20746): WARNING **: radius: Could not find the radius directory
24 > /usr/bin/pod2man \
25 > --section=4 \
26 > --center="The Ethereal Network Analyzer" \
27 > --release=0.10.12 \
28 > ethereal-filter.pod > ../ethereal-filter.4
29 > i686-pc-linux-gnu-gcc -DINET6 "-D_U_=__attribute__((unused))" -Wall -W -O
30 > -mcpu=i686 -march=athlon -fomit-frame-pointer -pipe -I/usr/local/include
31 > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
32 > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
33 > -I/usr/lib/glib-2.0/include -o text2pcap text2pcap.o text2pcap-scanner.o
34 > -Wl,--export-dynamic -pthread -L/usr/local/lib /usr/lib/libgmodule-2.0.so
35 > -ldl /usr/lib/libglib-2.0.so -lm -lz collect2: ld returned 1 exit status
36 > make[2]: *** [text2pcap] Error 1
37 > make[2]: *** Waiting for unfinished jobs....
38 > make[3]: Leaving directory
39 > `/var/tmp/portage/ethereal-0.10.12/work/ethereal-0.10.12/doc' make[2]:
40 > Leaving directory `/var/tmp/portage/ethereal-0.10.12/work/ethereal-0.10.12'
41 > make[1]: *** [all-recursive] Error 1
42 > make[1]: Leaving directory
43 > `/var/tmp/portage/ethereal-0.10.12/work/ethereal-0.10.12' make: *** [all]
44 > Error 2
45 >
46 > !!! ERROR: net-analyzer/ethereal-0.10.12 failed.
47 > !!! Function src_compile, Line 83, Exitcode 2
48 > !!! compile problem
49 >
50 >
51 >
52 >
53 >
54 >
55 >
56 >
57 >
58 >
59 > Why does it want a radius directory anyway? How do I fix this?
60 add -radius to your USE flags?
61 --
62 John Jolet
63 Your On-Demand IT Department
64 512-762-0729
65 www.jolet.net
66 john@×××××.net
67 --
68 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Ethereal compile error Christoph Gysin <cgysin@×××.ch>