From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 26 20:15:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FE077C4 for ; Thu, 26 Feb 2015 20:15:25 +0000 (UTC) Received: from miramanee.icarz.com (miramanee.icarz.com [207.99.22.55]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C64CEAC for ; Thu, 26 Feb 2015 20:15:24 +0000 (UTC) Received: from donatra.icarz.com (donatra.icarz.com [207.99.22.66]) by miramanee.icarz.com (8.14.3/8.14.3) with ESMTP id t1QK6LdI006149 for ; Thu, 26 Feb 2015 15:06:21 -0500 (EST) (envelope-from kenfreebsd@icarz.com) Received: from [10.10.31.175] ([10.10.31.175]) by donatra.icarz.com (8.14.9/8.14.4) with ESMTP id t1QK6EFl071548 for ; Thu, 26 Feb 2015 15:06:17 -0500 (EST) (envelope-from kenfreebsd@icarz.com) Message-ID: <54EF7CCA.8080506@icarz.com> Date: Thu, 26 Feb 2015 15:06:34 -0500 From: Ken Menzel Reply-To: kmenzel@whisolutions.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "freebsd-ports-bugs@FreeBSD.org" Subject: net-snmp-5.7.3_5 won't install Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.106 () BAYES_00,RDNS_NONE,SPF_FAIL X-Scanned-By: MIMEDefang 2.68 on 207.99.22.41 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 20:15:25 -0000 I am having a problem installing net-snmp. It seems it can't find the work files to install. root@mccoy:/usr/ports/net-mgmt/net-snmp # make install ===> Installing for net-snmp-5.7.3_5 ===> net-snmp-5.7.3_5 depends on file: /usr/local/bin/perl5.16.2 - found ===> Checking if net-snmp already installed /usr/local/bin/perl5.16.2 ===> Registering installation for net-snmp-5.7.3_5 pkg-static: Unable to access file /usr/ports/net-mgmt/net-snmp/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/Bundle/Makefile.subs.pl: No such file or directory pkg-static: Unable to access file /usr/ports/net-mgmt/net-snmp/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/NetSNMP/ASN.pm: No such file or directory ... much of the same cut out. I tried compiling with and without embedded perl and I get the error. Any ideas or suggestions?