Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2002 08:46:41 -0700 (PDT)
From:      "Christopher H. Laco" <chris.laco@threetech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39337: p5-PodParser finding wrong p5-File-Spec module
Message-ID:  <200206151546.g5FFkfBj069105@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         39337
>Category:       ports
>Synopsis:       p5-PodParser finding wrong p5-File-Spec module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 08:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Christopher H. Laco
>Release:        4.5-PRERELEASE
>Organization:
>Environment:
FreeBSD trinity.dmz.matrix.network 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Fri May 10 14:08:41 EDT 2002     claco@trinity.dmz.matrix.network:/usr/src/sys/compile/TUNED_IPF  i386
>Description:
----------------------
root@trinity /usr/ports/textproc/p5-PodParser] $ make clean install
===>  Cleaning for p5-File-Spec-0.82
===>  Cleaning for p5-PodParser-1.18
===>  Extracting for p5-PodParser-1.18
>How-To-Repeat:
$ cd /usr/ports/textproc/p5-PodParser
$ make install clean

>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for PodParser-1.18.tar.gz.
 ===>   p5-PodParser-1.18 depends on file: /usr/local/lib/perl5/site_perl/5.005/File/Spec.pm - found
 ===>  Patching for p5-PodParser-1.18
 ===>  Configuring for p5-PodParser-1.18
 You need at least version 0.8 of the File::Spec module!
 BEGIN failed--compilation aborted at ./Makefile.PL line 14.
 *** Error code 255
 
 Stop in /usr/ports/textproc/p5-PodParser.
 ----------------------
 
 p5-File-Spec-0.82 is already installed via ports.
 
 The dependcy for /usr/ports/textproc/p5-PodParser/Makefile lists ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm, however, the Makefile.PL file in /usr/ports/textproc/p5-PodParser/work/PodParser-1.18 does:
 
 BEGIN {
     require 5.005;
     eval { require File::Spec };
     $@  and  die "You need to install the File::Spec module first!\n";
         if(($File::Spec::VERSION || 0) < 0.8) {
           die "You need at least version 0.8 of the File::Spec module!\n";
         }
 }
 
 which finds the base perl File::Spec module at version 0.6
 
 As a side note, I found this problems while trying to upgrade p5-Mail-Spamassassin, which now depends on p5-PodParser

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206151546.g5FFkfBj069105>