From owner-freebsd-bugs@freebsd.org Wed Mar 15 05:34:09 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE3B7D0A984 for ; Wed, 15 Mar 2017 05:34:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85A551971 for ; Wed, 15 Mar 2017 05:34:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v2F5Y9Xn011348 for ; Wed, 15 Mar 2017 05:34:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 217794] pcap-int.h of contrib/libpcap missing in /usr/include Date: Wed, 15 Mar 2017 05:34:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2017 05:34:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217794 Bug ID: 217794 Summary: pcap-int.h of contrib/libpcap missing in /usr/include Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: ohartmann@walstatt.org While trying to compile port=20 security/dsniff on a recent CURRENT (FreeBSD 12.0-CURRENT #18 r315187: Mon Mar 13 06:32:50 = CET 2017 amd64) I ran into a compilation error due to a missing header file, see below. I guess this PR is better with the main source list than ports, since taken from the error below, it's matter of the core system. [...] cc -O2 -pipe -O3 -fstack-protector -fno-strict-aliasing -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DHAVE_SOCKADDR_SA_LEN -DDSNIFF_LIBDIR=3D\"/usr/local/li= b/\" -I. -I/usr/local/include -I/usr/include/pcap -I/usr/local/include=20=20 -I/usr/local/include -c ./pcaputil.c --- webmitm --- cc -fstack-protector -o webmitm webmitm.o base64.o buf.o decode_http.o reco= rd.o -lrpcsvc -L. -lmd -L/usr/local/lib -lnet -lssl -lcrypto --- webspy --- cc -fstack-protector -o webspy webspy.o base64.o buf.o remote.o -lrpcsvc -= L. -lmd -L/usr/local/lib -lnids `pkg-config --libs gthread-2.0` -lpcap -L/usr/local/lib -lnet -L/usr/local/lib -lSM -lICE -lXmu -lX11 --- pcaputil.o --- ./pcaputil.c:22:10: fatal error: '/usr/include/pcap-int.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. *** [pcaputil.o] Error code 1 make[2]: stopped in /usr/ports/security/dsniff/work/dsniff-2.4 1 error make[2]: stopped in /usr/ports/security/dsniff/work/dsniff-2.4 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/security/dsniff *** Error code 1 Stop. make: stopped in /usr/ports/security/dsniff root@freyja:/usr/ports/security/dsniff # find /usr -name pcap-int.h -print /usr/obj/usr/src/tmp/usr/include/pcap-int.h /usr/obj/usr/src/lib32/usr/include/pcap-int.h /usr/src/contrib/libpcap/pcap-int.h --=20 You are receiving this mail because: You are the assignee for the bug.=