Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 10:41:54 GMT
From:      Laurent Frigault <lolo@troll.free.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135437: [perl 5.8] [regression] /usr/local/lib/perl5/site_perl removed from default @INC
Message-ID:  <200906101041.n5AAfsvf058259@www.freebsd.org>
Resent-Message-ID: <200906101050.n5AAo1A8025538@freefall.freebsd.org>

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

>Number:         135437
>Category:       ports
>Synopsis:       [perl 5.8] [regression] /usr/local/lib/perl5/site_perl removed from default @INC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 10 10:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Laurent Frigault
>Release:        7.2
>Organization:
Fondation d'Entreprise FREE
>Environment:
FreeBSD troll.free.org 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Tue Apr 21 21:48:52 CEST 2009     root@troll2.free.org:/usr/src/sys/i386/compile/GENERIC  i386
FreeBSD thor.free.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
In previous version of perl 5.8, the default installation of the port had /usr/local/lib/perl5/site_perl in @INC :
% pkg_info |grep ^perl
perl-5.8.8_1        Practical Extraction and Report Language
% perl -V
..
  Built under freebsd
  Compiled at Nov 13 2008 12:41:23
  @INC:
    /usr/local/lib/perl5/5.8.8/BSDPAN
    /usr/local/lib/perl5/site_perl/5.8.8/mach
    /usr/local/lib/perl5/site_perl/5.8.8
    /usr/local/lib/perl5/site_perl
    /usr/local/lib/perl5/5.8.8/mach
    /usr/local/lib/perl5/5.8.8
    .

Now /usr/local/lib/perl5/site_perl is not any more in @INC :
% pkg_info |grep ^perl
perl-5.8.9_2        Practical Extraction and Report Language
% perl -V
..
  Built under freebsd
  Compiled at Apr 13 2009 18:00:01
  @INC:
    /usr/local/lib/perl5/5.8.9/BSDPAN
    /usr/local/lib/perl5/site_perl/5.8.9/mach
    /usr/local/lib/perl5/site_perl/5.8.9
    /usr/local/lib/perl5/5.8.9/mach
    /usr/local/lib/perl5/5.8.9
    .

>How-To-Repeat:
cd /usr/ports/lang/perl5.8
make install clean

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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