Date: Sat, 16 Apr 2005 18:21:01 -0400 (EDT) From: parv@pair.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80015: PATCH - databases/p5-DBD-CSV - Missing $PERL_ARCH in Makefile causes spurious error. Message-ID: <20050416222101.41988B4FC@default.chvlva.adelphia.net> Resent-Message-ID: <200504162230.j3GMUPeA055554@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050416222101.41988B4FC>