Summary: | [MAINTAINER UPDATE]: net/libnetdude and net/netdude | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Wesley Shields <wxs> | ||||||
Component: | Individual Port(s) | Assignee: | Ion-Mihai "IOnut" Tetcu <itetcu> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Wesley Shields
2007-01-07 02:10:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it. On amd64 it doesn't link: /bin/sh ../libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -o netdude nd_debug.o nd_clipboard.o nd_dialog.o nd_fam.o nd_filter_gui.o nd_globals.o nd_gui.o nd_info_dialog.o nd_main.o nd_packet.o nd_plugin.o nd_prefs.o nd_protocol.o nd_protocol_inst.o nd_protocol_plugin.o nd_raw_protocol.o nd_recent.o nd_tp.o nd_tpm_gui.o nd_trace.o nd_trace_area_gui.o nd_trace_registry.o callbacks.o interface.o support.o gtkhex.o -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -Wl,-E -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm -L/usr/local/lib -L/usr/local/lib -lglib-12 -L/usr/local/lib -lpcapnav -lpcap -lnetdude -L/usr/local/lib -lltdl mkdir .libs cc -O2 -fno-strict-aliasing -pipe -o netdude nd_debug.o nd_clipboard.o nd_dialog.o nd_fam.o nd_filter_gui.o nd_globals.o nd_gui.o nd_info_dialog.o nd_main.o nd_packet.o nd_plugin.o nd_prefs.o nd_protocol.o nd_protocol_inst.o nd_protocol_plugin.o nd_raw_protocol.o nd_recent.o nd_tp.o nd_tpm_gui.o nd_trace.o nd_trace_area_gui.o nd_trace_registry.o callbacks.o interface.o support.o gtkhex.o -Wl,-E -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -lXi -lXext -lX11 -lm /usr/local/lib/libnetdude.so -lglib-12 /usr/local/lib/libpcapnav.so -lpcap /usr/local/lib/libltdl.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib nd_gui.o(.text+0x21e7): In function `gui_list_update_packet': : undefined reference to `libnd_magic_buffer' nd_gui.o(.text+0x21ff): In function `gui_list_update_packet': : undefined reference to `libnd_magic_buffer' nd_gui.o(.text+0x22ab): In function `gui_list_update_packet': : undefined reference to `libnd_magic_buffer' gmake[2]: *** [netdude] Error 1 gmake[2]: Leaving directory `/work/a/ports/net/netdude/work/netdude-0.4.7/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/net/netdude/work/netdude-0.4.7' gmake: *** [all] Error 2 *** Error code 2 -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" You're too beautiful to ignore. Too much woman. -- Kirk to Yeoman Rand, "The Enemy Within", stardate State Changed From-To: open->feedback Ask for maintainer fix. On Sun, Jan 07, 2007 at 09:03:15AM +0200, Ion-Mihai IOnut Tetcu wrote:
> On amd64 it doesn't link:
[...]
On my AMD64 box it does link. Are you linking against libnetdude-0.9
(also included in the PR)?
-- WXS
On Sun, 7 Jan 2007 09:24:56 -0500 Wesley Shields <wxs@atarininja.org> wrote: > On Sun, Jan 07, 2007 at 09:03:15AM +0200, Ion-Mihai IOnut Tetcu wrote: > > On amd64 it doesn't link: > > [...] > > On my AMD64 box it does link. Are you linking against libnetdude-0.9 > (also included in the PR)? I should but I will run again to be sure. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" Ferengi Rule of Acquisition #111: Treat people in your debt like family... exploit them. -- ST:DS9, "Past Tense, Part I", "The Darkness and the Light" State Changed From-To: feedback->open feedback received itetcu 2007-01-07 21:42:09 UTC FreeBSD ports repository Modified files: net/libnetdude Makefile distinfo pkg-plist Log: Update to 0.9 PR: ports/107646 Submitted by: Wesley Shields (maintainer) Revision Changes Path 1.13 +2 -2 ports/net/libnetdude/Makefile 1.4 +3 -3 ports/net/libnetdude/distinfo 1.3 +6 -122 ports/net/libnetdude/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" itetcu 2007-01-07 21:42:54 UTC FreeBSD ports repository Modified files: net/netdude Makefile distinfo pkg-plist net/netdude/files patch-Makefile.in patch-src::Makefile.in Log: Update to 0.4.7 PR: ports/107646 Submitted by: Wesley Shields (maintainer) Revision Changes Path 1.27 +1 -2 ports/net/netdude/Makefile 1.7 +3 -3 ports/net/netdude/distinfo 1.3 +5 -5 ports/net/netdude/files/patch-Makefile.in 1.4 +13 -13 ports/net/netdude/files/patch-src::Makefile.in 1.5 +2 -54 ports/net/netdude/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |