Date: Wed, 18 Jul 2007 12:40:03 -0400 (EDT) From: Jonathan Lennox <lennox@cs.columbia.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/114705: net/wireshark 0.99.6 doesn't build on FreeBSD 5.5 Message-ID: <200707181640.l6IGe3UJ065379@cnr.cs.columbia.edu> Resent-Message-ID: <200707181720.l6IHK2Ua021507@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114705 >Category: ports >Synopsis: net/wireshark 0.99.6 doesn't build on FreeBSD 5.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 18 17:20:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jonathan Lennox >Release: FreeBSD 5.5-RELEASE-p14 i386 >Organization: Columbia University >Environment: System: FreeBSD cnr.cs.columbia.edu 5.5-RELEASE-p14 FreeBSD 5.5-RELEASE-p14 #21: Thu Jul 12 12:56:41 EDT 2007 lennox@cnr.cs.columbia.edu:/usr/obj/usr/src/sys/CNR i386 >Description: Version 0.99.6 of the net/wireshark port doesn't build on FreeBSD 5.5. The build fails reporting that it is unable to build inet_pton.lo. It apparently wants to build this file because wireshark's configure detected that the system inet_pton is broken (apparently it doesn't report an error on some invalid IPv6 addresses). The end of the build log follows: if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../tools/lemon -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/lib/include -DINET6 -O -pipe -march=athlon-xp -Dfreebsd5 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/usr/local/lib/perl5/5.8.8/mach/CORE -I. -I/usr/local/include -I/usr/include -DINET6 -D_U_="__attribute__((unused))" -O -pipe -march=athlon-xp -funit-at-a-time -Wall -W -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -I/usr/local/include -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl! ib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/lib/include -DINET6 -O -pipe -march=athlon-xp -Dfreebsd5 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/usr/local/lib/perl5/5.8.8/mach/CORE -I. -I/usr/local/include -I/usr/include -MT libwireshark_la-xmlstub.lo -MD -MP -MF ".deps/libwireshark_la-xmlstub.Tpo" -c -o libwireshark_la-xmlstub.lo `test -f 'xmlstub.c' || echo './'`xmlstub.c; \ then mv -f ".deps/libwireshark_la-xmlstub.Tpo" ".deps/libwireshark_la-xmlstub.Plo"; else rm -f ".deps/libwireshark_la-xmlstub.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../tools/lemon -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/lib/include -DINET6 -O -pipe -march=athlon-xp -Dfreebsd5 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/usr/local/lib/perl5/5.8.8/mach/CORE -I. -I/usr/local/include -I/usr/include -DINET6 "-D_U_=__attribute__((unused))" -O -pipe -march=athlon-xp -funit-at-a-time -Wall -W -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -I/usr/local/include -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/! usr/local/lib/include -DINET6 -O -pipe -march=athlon-xp -Dfreebsd5 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/usr/local/lib/perl5/5.8.8/mach/CORE -I. -I/usr/local/include -I/usr/include -MT libwireshark_la-xmlstub.lo -MD -MP -MF .deps/libwireshark_la-xmlstub.Tpo -c xmlstub.c -fPIC -DPIC -o .libs/libwireshark_la-xmlstub.o gmake[3]: *** No rule to make target `inet_pton.lo', needed by `libwireshark.la'. Stop. gmake[3]: Leaving directory `/usr/ports/net/wireshark/work/wireshark-0.99.6/epan' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net/wireshark/work/wireshark-0.99.6/epan' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/wireshark/work/wireshark-0.99.6' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/net/wireshark. >How-To-Repeat: cvsup your ports collection; portinstall net/wireshark >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707181640.l6IGe3UJ065379>