From owner-freebsd-ports Wed Oct 23 4:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB5637B401 for ; Wed, 23 Oct 2002 04:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A025243EAA for ; Wed, 23 Oct 2002 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9NBo1x3067654 for ; Wed, 23 Oct 2002 04:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9NBo1q3067653; Wed, 23 Oct 2002 04:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE8E37B401 for ; Wed, 23 Oct 2002 04:45:23 -0700 (PDT) Received: from hugo10.ka.punkt.de (kagate.punkt.de [217.29.33.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 91C0143E65 for ; Wed, 23 Oct 2002 04:45:21 -0700 (PDT) (envelope-from hausen@punkt.de) Received: from hugo10.ka.punkt.de (localhost [127.0.0.1]) by hugo10.ka.punkt.de (8.12.3/8.12.3) with ESMTP id g9NBjJsp000588 for ; Wed, 23 Oct 2002 13:45:19 +0200 (CEST) (envelope-from ry93@hugo10.ka.punkt.de) Received: (from ry93@localhost) by hugo10.ka.punkt.de (8.12.3/8.12.3/Submit) id g9NBjJKp000587; Wed, 23 Oct 2002 13:45:19 +0200 (CEST) Message-Id: <200210231145.g9NBjJKp000587@hugo10.ka.punkt.de> Date: Wed, 23 Oct 2002 13:45:19 +0200 (CEST) From: "Patrick M. Hausen" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44405: net/p5-Net-SNMP doesn't build on 4.7-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44405 >Category: ports >Synopsis: net/p5-Net-SNMP doesn't build on 4.7-RELEASE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 23 04:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Patrick M. Hausen >Release: FreeBSD 4.7-RELEASE i386 >Organization: punkt.de GmbH >Environment: "virgin" 4.7-RELEASE system, ports cvsup'ed today >Description: port doesn't build with system Perl >How-To-Repeat: # cd /usr/ports/net/p5-Net-SNMP # make install ... ===> Extracting for p5-Net-SNMP-4.0.3 >> Checksum OK for Net-SNMP-4.0.3.tar.gz. ===> Patching for p5-Net-SNMP-4.0.3 ===> Configuring for p5-Net-SNMP-4.0.3 This version of Net::SNMP uses syntax that is not supported in versions of Perl earlier than v5.6.0. Unable to install Net::SNMP with the current version of Perl. *** Error code 2 Stop in /usr/ports/net/p5-Net-SNMP. >Fix: # make PERL5=/usr/local/bin/perl install with /usr/ports/lang/perl5.8 installed fixes _this_ problem. New problem with this solution: all ports dependent on Net::SNMP (e.g. net/nagios) check for presence of Net::SNMP in /usr/lib/perl5 instead of /usr/local/lib/perl5. So: any other suggestion? Make Net::SNMP depend on lang/perl5.8 and update all other ports dependent on Net::SNMP? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message