From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 3 08:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B12A2C6 for ; Wed, 3 Jul 2013 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0D1CA16C3 for ; Wed, 3 Jul 2013 08:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r638o093091264 for ; Wed, 3 Jul 2013 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r638o0Nm091263; Wed, 3 Jul 2013 08:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 3 Jul 2013 08:50:00 GMT Resent-Message-Id: <201307030850.r638o0Nm091263@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kuhn Frédéric Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 06BDC23F for ; Wed, 3 Jul 2013 08:46:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id EC218168D for ; Wed, 3 Jul 2013 08:46:07 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r638k7lp023364 for ; Wed, 3 Jul 2013 08:46:07 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r638k7NW023363; Wed, 3 Jul 2013 08:46:07 GMT (envelope-from nobody) Message-Id: <201307030846.r638k7NW023363@oldred.freebsd.org> Date: Wed, 3 Jul 2013 08:46:07 GMT From: Kuhn Frédéric To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/180227: net/libnet/ doesn't build with any options checked X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 08:50:01 -0000 >Number: 180227 >Category: misc >Synopsis: net/libnet/ doesn't build with any options checked >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 03 08:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kuhn Frédéric >Release: FreeBSD 9.1 >Organization: >Environment: FreeBSD phantum 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Fri Jun 21 12:06:49 CEST 2013 root@phantum:/usr/obj/usr/src/sys/OTHALIA i386 >Description: This port doesn't build when any of the option is checked. The kernel is build with PF support and here is the output when I tryied to build it with PF support : ===> Building for libnet11-1.1.6_1,1 Making all in include make all-recursive Making all in libnet Making all in win32 Making all in src /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -fPIC -fno-strict-aliasing -std=gnu89 -c -o libnet_link_pf.lo libnet_link_pf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -fPIC -fno-strict-aliasing -std=gnu89 -c libnet_link_pf.c -fPIC -DPIC -o .libs/libnet_link_pf.o libnet_link_pf.c:36:35: error: ../include/low_libnet.h: No such file or directory libnet_link_pf.c:44: error: expected ')' before '*' token libnet_link_pf.c:62:23: warning: unknown escape sequence '\y' libnet_link_pf.c: In function 'libnet_close_link_interface': libnet_link_pf.c:137: error: dereferencing pointer to incomplete type libnet_link_pf.c: At top level: libnet_link_pf.c:151: error: expected ';', ',' or ')' before '*' token *** [libnet_link_pf.lo] Error code 1 Stop in /usr/ports/net/libnet/work/libnet-1.1.6/src. *** [all-recursive] Error code 1 Stop in /usr/ports/net/libnet/work/libnet-1.1.6. *** [do-build] Error code 1 Stop in /usr/ports/net/libnet. *** [install] Error code 1 Stop in /usr/ports/net/libnet. >How-To-Repeat: Check one of the options and try to build it. >Fix: Uncheck all the options and it builds. >Release-Note: >Audit-Trail: >Unformatted: