From owner-freebsd-ports-bugs@freebsd.org Fri Aug 7 14:50:14 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 CC8FC9B5DCE for ; Fri, 7 Aug 2015 14:50:14 +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 9E4919B7 for ; Fri, 7 Aug 2015 14:50:14 +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 t77EoE3V042255 for ; Fri, 7 Aug 2015 14:50:14 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: Fri, 07 Aug 2015 14:50:14 +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: portmaster@bsdforge.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: 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: Fri, 07 Aug 2015 14:50:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198864 --- Comment #7 from Chris Hutchinson --- (In reply to Jason Unovitch from comment #2) > Created attachment 159507 [details] > 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 Closer examination of your patch reveals that the patch isn't against my proposed version of etrace (1.2). You are still modifying Makefile.in with files/patch-Makefile.in. files/patch-Makefile.in no longer exists in the diff I provided with this PR(1). Because it is no longer needed. Would you be so kind as to obsolete your diff, Jason? Thanks! --Chris -- You are receiving this mail because: You are the assignee for the bug.