From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 5 15:30:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07B68106564A for ; Mon, 5 Jan 2009 15:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE8D08FC1A for ; Mon, 5 Jan 2009 15:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n05FU3t2000881 for ; Mon, 5 Jan 2009 15:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n05FU3TI000878; Mon, 5 Jan 2009 15:30:03 GMT (envelope-from gnats) Resent-Date: Mon, 5 Jan 2009 15:30:03 GMT Resent-Message-Id: <200901051530.n05FU3TI000878@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, olevole Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7722F106566B for ; Mon, 5 Jan 2009 15:28:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6531D8FC14 for ; Mon, 5 Jan 2009 15:28:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n05FSOhh047232 for ; Mon, 5 Jan 2009 15:28:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n05FSOlq047231; Mon, 5 Jan 2009 15:28:24 GMT (envelope-from nobody) Message-Id: <200901051528.n05FSOlq047231@www.freebsd.org> Date: Mon, 5 Jan 2009 15:28:24 GMT From: olevole To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130194: net/libdnet compile problem on i386-HEAD after version 800059 with new arp-v2 rewrite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2009 15:30:04 -0000 >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: