From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 28 14:00:41 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3B6D16A4BF for ; Thu, 28 Aug 2003 14:00:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB4E43FE1 for ; Thu, 28 Aug 2003 14:00:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7SL0dUp092236 for ; Thu, 28 Aug 2003 14:00:39 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7SL0diJ092235; Thu, 28 Aug 2003 14:00:39 -0700 (PDT) Resent-Date: Thu, 28 Aug 2003 14:00:39 -0700 (PDT) Resent-Message-Id: <200308282100.h7SL0diJ092235@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fernan Aguero Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B8316A4BF; Thu, 28 Aug 2003 14:00:03 -0700 (PDT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D040C43FA3; Thu, 28 Aug 2003 13:59:56 -0700 (PDT) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id h7SL7DMa061007; Thu, 28 Aug 2003 18:07:13 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.9/8.12.9) with ESMTP id h7SL0sx9003480; Thu, 28 Aug 2003 18:00:55 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.9/8.12.9/Submit) id h7SL0riP003479; Thu, 28 Aug 2003 18:00:53 -0300 (ART) Message-Id: <200308282100.h7SL0riP003479@pi.iib.unsam.edu.ar> Date: Thu, 28 Aug 2003 18:00:53 -0300 (ART) From: Fernan Aguero To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tobez@FreeBSD.org Subject: ports/56101: devel/p5-IPC-RUN checks for IO/Handle.pm in the wrong place? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fernan Aguero List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 21:00:41 -0000 >Number: 56101 >Category: ports >Synopsis: devel/p5-IPC-RUN checks for IO/Handle.pm in the wrong place? >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 28 14:00:36 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Fernan Aguero >Release: FreeBSD 4.8-STABLE i386 >Organization: IIB-UNSAM >Environment: System: FreeBSD pi.iib.unsam.edu.ar 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Aug 19 11:19:33 ART 2003 root@pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI i386 >Description: While trying to build p5-IPC-Run, the installation fails. The problem is that IO/Handle.pm is looked in ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm When the search fails (Handle.pm not found) the port tries to then build and install devel/p5-IO. However p5-IO exits as a result of a check on the installed Perl version ("This module is already included in perl 5.6.x and later...") This breaks the installation of ports that depend on p5-IPC-Run. I have perl 5.6.1 installed and IO/Handle.pm is at /usr/local/lib/perl5/5.6.1/mach/IO/Handle.pm and not at /usr/local/lib/perl5/site_perl/5.6.1/mach/IO/Handle.pm where the p5-IPC-Run Makefile is looking. >How-To-Repeat: If you don't have p5-IO installed, and have a Perl > 5.6.0 try installing p5-IPC-Run and see it failing even though IO/Handle.pm is present in the system. >Fix: >Release-Note: >Audit-Trail: >Unformatted: