From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 16 22:30:25 2005 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 D152D16A4CE for ; Sat, 16 Apr 2005 22:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4EB43D45 for ; Sat, 16 Apr 2005 22:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3GMUPYe055555 for ; Sat, 16 Apr 2005 22:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3GMUPeA055554; Sat, 16 Apr 2005 22:30:25 GMT (envelope-from gnats) Resent-Date: Sat, 16 Apr 2005 22:30:25 GMT Resent-Message-Id: <200504162230.j3GMUPeA055554@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, parv@pair.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3552F16A4CE for ; Sat, 16 Apr 2005 22:20:56 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D0E43D48 for ; Sat, 16 Apr 2005 22:20:55 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.65.223]) by mta11.adelphia.netESMTP <20050416222055.YYWD5402.mta11.adelphia.net@default.chvlva.adelphia.net> for ; Sat, 16 Apr 2005 18:20:55 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 41988B4FC; Sat, 16 Apr 2005 18:21:01 -0400 (EDT) Message-Id: <20050416222101.41988B4FC@default.chvlva.adelphia.net> Date: Sat, 16 Apr 2005 18:21:01 -0400 (EDT) From: parv@pair.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80015: PATCH - databases/p5-DBD-CSV - Missing $PERL_ARCH in Makefile causes spurious error. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2005 22:30:26 -0000 >Number: 80015 >Category: ports >Synopsis: PATCH - databases/p5-DBD-CSV - Missing $PERL_ARCH in Makefile causes spurious error. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 16 22:30:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Parv >Release: FreeBSD 5.3-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD holestein.holy.cow 5.3-RELEASE-p8 Perl5.8 (5.8.6) and databases/p5-DBI (1.48) ports are installed. Ports are up to date as of 2005.04.16.19.02.16 UTC. Version of p5-DBD-CVS is ... # $FreeBSD: ports/databases/p5-DBD-CSV/Makefile,v 1.17 2005/04/04 12:32:27 # erwin Exp $ # PORTNAME= DBD-CSV PORTVERSION= 0.22 PORTEPOCH= 1 >Description: Missing ${PERL_ARCH} in $BUILD_DEPENDS assignment for DBD::File module path causes the following false error ... ===> Registering installation for p5-Text-CSV_XS-0.23 ===> Returning to build of p5-DBD-CSV-0.22,1 ===> p5-DBD-CSV-0.22,1 depends on file: /misc/local/lib/perl5/site_perl/5.8.6/DBD/File.pm - not found ===> Verifying install for /misc/local/lib/perl5/site_perl/5.8.6/DBD/File.pm in /misc/ports/databases/p5-DBD-File ===> p5-DBD-File-0.33 This module is useless with p5-DBI. *** Error code 1 Stop in /misc/ports-current/databases/p5-DBD-File. *** Error code 1 Stop in /misc/ports-current/databases/p5-DBD-CSV. >How-To-Repeat: Try to build databases/p5-DBD-CSV port w/ Perl 5.8.6 installed (unsure if that will make any difference, compared to Perl 5.6) and databases/p5-DBI (1.48) installed. >Fix: 20c20 < ${SITE_PERL}/DBD/File.pm:${PORTSDIR}/databases/p5-DBD-File --- > ${SITE_PERL}/${PERL_ARCH}/DBD/File.pm:${PORTSDIR}/databases/p5-DBD-File >Release-Note: >Audit-Trail: >Unformatted: