From owner-cvs-all@FreeBSD.ORG Sun Oct 21 16:49:13 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD6CA16A46B; Sun, 21 Oct 2007 16:49:13 +0000 (UTC) (envelope-from kuriyama@imgsrc.co.jp) Received: from scarlet.imgsrc.co.jp (scarlet.imgsrc.co.jp [210.226.20.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7BADD13C491; Sun, 21 Oct 2007 16:49:10 +0000 (UTC) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by scarlet.imgsrc.co.jp (Postfix) with ESMTP id 36C9467860; Sun, 21 Oct 2007 16:22:47 +0900 (JST) X-Virus-Scanned: IMG SRC scanner at mail.imgsrc.co.jp (scarlet) Received: from scarlet.imgsrc.co.jp ([127.0.0.1]) by localhost (scarlet.imgsrc.co.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OUHsKr3CLLRy; Sun, 21 Oct 2007 16:22:47 +0900 (JST) Received: from pink.imgsrc.co.jp (pink.imgsrc.co.jp [210.226.20.36]) by scarlet.imgsrc.co.jp (Postfix) with ESMTP id F016E6784D; Sun, 21 Oct 2007 16:22:46 +0900 (JST) Date: Sun, 21 Oct 2007 16:22:46 +0900 Message-ID: <7m3aw50w55.wl%kuriyama@imgsrc.co.jp> From: Jun Kuriyama To: Max Laier In-Reply-To: <200710202023.l9KKNd8S045507@repoman.freebsd.org> References: <200710202023.l9KKNd8S045507@repoman.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpcap pcap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 16:49:14 -0000 At Sat, 20 Oct 2007 20:23:39 +0000 (UTC), Max Laier wrote: > Modified files: > contrib/libpcap pcap.h > Log: > Revert back to including the whole net/bpf.h again. > > Requested by: sam, nork > X-MFC after: now I'm not sure this is related to my problem. I've installed 7.0-CURRENT-200710 snapshot, then checked out HEAD, then start buildworld (including r1.14 of pcap.h). I got build failure like this: ===> lib/libpcap (all) cc -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/usr/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/usr/src/lib/libpcap/../../contrib/libpcap -c grammar.c cc -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/usr/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/usr/src/lib/libpcap/../../contrib/libpcap -c /usr/src/lib/libpcap/../../contrib/libpcap/pcap-bpf.c cc -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -Dyylval=pcapyylval -I/usr/src/lib/libpcap -I. -D_U_="__attribute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVAR_H -I/usr/src/lib/libpcap/../../contrib/libpcap -c /usr/src/lib/libpcap/../../contrib/libpcap/pcap.c /usr/src/lib/libpcap/../../contrib/libpcap/pcap.c:382: error: 'DLT_MFR' undeclared here (not in a function) /usr/src/lib/libpcap/../../contrib/libpcap/pcap.c:383: error: 'DLT_JUNIPER_VP' undeclared here (not in a function) /usr/src/lib/libpcap/../../contrib/libpcap/pcap.c:385: error: 'DLT_A429' undeclared here (not in a function) /usr/src/lib/libpcap/../../contrib/libpcap/pcap.c:386: error: 'DLT_A653_ICM' undeclared here (not in a function) /usr/src/lib/libpcap/../../contrib/libpcap/pcap.c:387: error: 'DLT_USB' undeclared here (not in a function) /usr/src/lib/libpcap/../../contrib/libpcap/pcap.c:388: error: 'DLT_BLUETOOTH_HCI_H4' undeclared here (not in a function) /usr/src/lib/libpcap/../../contrib/libpcap/pcap.c:389: error: 'DLT_CAN20B' undeclared here (not in a function) *** Error code 1 Stop in /usr/src/lib/libpcap. -- Jun Kuriyama // S2 Factory, Inc. // IMG SRC, Inc.