Date: Mon, 5 Jan 2009 15:28:24 GMT From: olevole <olevole@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130194: net/libdnet compile problem on i386-HEAD after version 800059 with new arp-v2 rewrite Message-ID: <200901051528.n05FSOlq047231@www.freebsd.org> Resent-Message-ID: <200901051530.n05FU3TI000878@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130194 >Category: ports >Synopsis: net/libdnet compile problem on i386-HEAD after version 800059 with new arp-v2 rewrite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 05 15:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: olevole >Release: FreeBSD 8.0-CURRENT i386 >Organization: no >Environment: >Description: net/libdnet compile problem on i386-HEAD after version 800059 with new arp-v2 rewrite: cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -fno-strict-aliasing -Wall -c arp-bsd.c -fPIC -DPIC -o .libs/arp-bsd.o arp-bsd.c: In function 'arp_add': arp-bsd.c:142: error: 'RTF_LLINFO' undeclared (first use in this function) arp-bsd.c:142: error: (Each undeclared identifier is reported only once arp-bsd.c:142: error: for each function it appears in.) arp-bsd.c: In function 'arp_delete': arp-bsd.c:206: error: 'RTF_LLINFO' undeclared (first use in this function) arp-bsd.c: In function 'arp_get': arp-bsd.c:241: error: 'RTF_LLINFO' undeclared (first use in this function) arp-bsd.c: In function 'arp_loop': arp-bsd.c:271: error: 'RTF_LLINFO' undeclared (first use in this function) gmake[1]: *** [arp-bsd.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/net/libdnet/work/libdnet-1.11/src' gmake: *** [all-recursive] Error 1 *** Error code 2 >How-To-Repeat: on FreeBSD 8-CURRENT after this changes: { 20081214: __FreeBSD_version 800059 incorporates the new arp-v2 rewrite. RTF_CLONING, RTF_LLINFO and RTF_WASCLONED flags are eliminated. } cd /usr/ports/net/libdnet && make >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901051528.n05FSOlq047231>