Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395217 - net-analyzer/tcpdump-4.2.0 fails to install with error in print-babel
Summary: net-analyzer/tcpdump-4.2.0 fails to install with error in print-babel
Status: RESOLVED DUPLICATE of bug 395031
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-18 23:06 UTC by Sven Müller
Modified: 2011-12-19 01:32 UTC (History)
0 users

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


Attachments
build.log (build.log,37.55 KB, text/plain)
2011-12-18 23:07 UTC, Sven Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Müller 2011-12-18 23:06:50 UTC
x86_64-pc-linux-gnu-gcc -O2 -march=athlon64 -O2 -pipe -msse3 -DHAVE_CONFIG_H  -I./missing  -D_U_="__attribute__((unused))" -I. -I/usr/include  -I/usr/include -I./missing -march=athlon64 -O2 -pipe -msse3 -Wl,-O1 -Wl,--as-needed -o tcpdump addrtoname.o af.o checksum.o cpack.o gmpls.o oui.o gmt2local.o ipproto.o nlpid.o l2vpn.o machdep.o parsenfsfh.o in_cksum.o print-802_11.o print-802_15_4.o print-ap1394.o print-ah.o print-arcnet.o print-aodv.o print-arp.o print-ascii.o print-atalk.o print-atm.o print-babel.o print-beep.o print-bfd.o print-bgp.o print-bootp.o print-bt.o print-cdp.o print-cfm.o print-chdlc.o print-cip.o print-cnfp.o print-dccp.o print-decnet.o print-domain.o print-dtp.o print-dvmrp.o print-enc.o print-egp.o print-eap.o print-eigrp.o print-esp.o print-ether.o print-fddi.o print-fr.o print-gre.o print-hsrp.o print-icmp.o print-igmp.o print-igrp.o print-ip.o print-ipcomp.o print-ipfc.o print-ipnet.o print-ipx.o print-isoclns.o print-juniper.o print-krb.o print-l2tp.o print-lane.o print-ldp.o print-lldp.o print-llc.o print-lmp.o print-lspping.o print-lwapp.o print-lwres.o print-mobile.o print-mpcp.o print-mpls.o print-msdp.o print-nfs.o print-ntp.o print-null.o print-olsr.o print-ospf.o print-pgm.o print-pim.o print-ppi.o print-ppp.o print-pppoe.o print-pptp.o print-radius.o print-raw.o print-rip.o print-rpki-rtr.o print-rrcp.o print-rsvp.o print-rx.o print-sctp.o print-sflow.o print-sip.o print-sl.o print-sll.o print-slow.o print-snmp.o print-stp.o print-sunatm.o print-sunrpc.o print-symantec.o print-syslog.o print-tcp.o print-telnet.o print-tftp.o print-timed.o print-token.o print-udld.o print-udp.o print-usb.o print-vjc.o print-vqp.o print-vrrp.o print-vtp.o print-forces.o print-wb.o print-zephyr.o signature.o setsignal.o tcpdump.o util.o version.o  strlcat.o strlcpy.o print-isakmp.o -lcrypto -L/usr/lib64 -Wl,-rpath,/usr/lib64 -lpcap -lsmi 
print-babel.o: In function `format_address':
print-babel.c:(.text+0x1e): undefined reference to `ip6addr_string'
print-babel.o: In function `format_prefix':
print-babel.c:(.text+0xea): undefined reference to `ip6addr_string'
collect2: ld returned 1 as return state
make: *** [tcpdump] Error 1
 * ERROR: net-analyzer/tcpdump-4.2.0 failed (compile phase):
 *   emake failed


Reproducible: Always
Comment 1 Sven Müller 2011-12-18 23:07:41 UTC
Created attachment 296323 [details]
build.log
Comment 2 Sven Müller 2011-12-18 23:08:57 UTC
tried also:
- without ffast-math 
- MAKEOPTS="-j1"
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-12-19 01:32:33 UTC

*** This bug has been marked as a duplicate of bug 395031 ***