Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2016 18:50:46 +0100
From:      Stefan Ehmann <shoesoft@gmx.net>
To:        Andrey Chernov <ache@freebsd.org>, Mathieu Arnold <mat@FreeBSD.org>, Tijl Coosemans <tijl@coosemans.org>, tech-lists <tech-lists@zyxst.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: [HEADSUP] Default Perl changed to 5.24.
Message-ID:  <7cb70ad3-7879-46a0-c3aa-c21a0d9179d6@gmx.net>
In-Reply-To: <0189fe5a-3287-3faa-a09a-a281a1a66402@freebsd.org>
References:  <b21728ca-ffd6-f94f-0c40-814330273ae2@FreeBSD.org> <b25982b5-ed8b-c741-2a52-bf6c92bd5d0b@zyxst.net> <ecf1cea8-cc67-6f93-e777-e20e554b1c02@zyxst.net> <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> <460e4669-a50f-fd10-95e6-992983eae56a@freebsd.org> <942f3758-e132-d39e-054d-53bf2b0752de@FreeBSD.org> <0189fe5a-3287-3faa-a09a-a281a1a66402@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06.11.2016 12:43, Andrey Chernov wrote:
> On 06.11.2016 12:34, Mathieu Arnold wrote:
>> Le 05/11/2016 à 16:00, Andrey Chernov a écrit :
>>> The instruction posted to UPDATING is a bit incomplete.
>>> Additionlly
>>> portupgrade -f "p5-*"
>>> should run to move all ports still sitting in 5.20 directory, even if
>>> they are not depending on perl lib.
>>
>> That should not happen, what ports are affected by this ?
>>
> 
> It was several days ago and I don't remember them, excepting one (which
> is not even p5-* port: www/w3mir, because it was the last one). I just
> see a lot of ports still sitting in
> /usr/local/lib/perl5/site_perl/mach/5.20 (probably in auto subdir, I
> don't remember) directory, and only few are upgraded using library
> depend as in UPDATING: those one which have C compiled modules.


p5-XML-XPath and p5-Image-ExifTool also have files in mach/5.20 after
the upgrade. The directories are empty except for the .packlist file.

I'm not using portmaster but pkg with local repository.


$ pkg info -l  p5-XML-XPath | grep mach
        /usr/local/lib/perl5/site_perl/mach/5.20/auto/XML/XPath/.packlist

# pkg install p5-XML-XPath
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed

# pkg install -f p5-XML-XPath
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be REINSTALLED:
        p5-XML-XPath-1.37

Number of packages to be reinstalled: 1

Proceed with this action? [y/N]: y
[1/1] Reinstalling p5-XML-XPath-1.37...
[1/1] Extracting p5-XML-XPath-1.37: 100%

$ pkg info -l  p5-XML-XPath | grep mach
        /usr/local/lib/perl5/site_perl/mach/5.24/auto/XML/XPath/.packlist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cb70ad3-7879-46a0-c3aa-c21a0d9179d6>