From owner-freebsd-ports-bugs@freebsd.org Mon Aug 3 23:03:25 2015 Return-Path: Delivered-To: freebsd-ports-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 6FB3F9B233F for ; Mon, 3 Aug 2015 23:03:25 +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 4211C1C94 for ; Mon, 3 Aug 2015 23:03:25 +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 t73N3PXx079991 for ; Mon, 3 Aug 2015 23:03:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198864] net/etrace fix MASTER_SITES, update 1.1 ==> 1.2 Date: Mon, 03 Aug 2015 23:03:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jason.unovitch@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 23:03:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198864 Jason Unovitch changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason.unovitch@gmail.com --- Comment #2 from Jason Unovitch --- Created attachment 159507 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159507&action=edit etrace-1.2.patch Chris, Patch attached to resolve some issues I came across. 1. PORTREVISION bump was not needed since PORTVERSION got bumped from 1.1 to 1.2. 2. Change BUILD_DEPENDS to LIB_DEPENDS. As is the original patch resulted in a busted install that didn't bring it's dependencies along with it. # ldd /usr/local/bin/etrace /usr/local/bin/etrace: libpcap.so.1 => not found (0) libdnet.so.1 => not found (0) libc.so.7 => /lib/libc.so.7 (0x800827000) # etrace Shared object "libpcap.so.1" not found, required by "etrace" Lastly, after the fixing the build/install issues the examples in etrace(8) don't work at run time. Can you help clear up what I may be missing? jason@Silverstone:/usr/local/poudriere/data/packages/110amd64-default/All % sudo etrace www.example.com Starting icmp/Echo trace to 93.184.216.34 etrace: ip_send() failed: Invalid argument jason@Silverstone:/usr/local/poudriere/data/packages/110amd64-default/All % sudo etrace -T 80 www.example.com Starting tcp/80 trace to 93.184.216.34 etrace: ip_send() failed: Invalid argument jason@Silverstone:/usr/local/poudriere/data/packages/110amd64-default/All % sudo etrace --udp 53 --data-file @dns 10.100.82.1 Starting udp/53 trace to 10.100.82.1 etrace: ip_send() failed: Invalid argument -- You are receiving this mail because: You are the assignee for the bug.