From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IU715-0004uT-Uw for garchives@archives.gentoo.org; Sat, 08 Sep 2007 20:34:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l88KQpbB031707; Sat, 8 Sep 2007 20:26:51 GMT Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l88KMVBF026877 for ; Sat, 8 Sep 2007 20:22:31 GMT Received: by fk-out-0910.google.com with SMTP id 19so1410924fkr for ; Sat, 08 Sep 2007 13:22:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=rnO9rkgZhD5BybD1LZXWYI1rsHcX0sPpmIids4As1Qg=; b=VsXF77CfaIwFwvL5/8JgediDdf0pl1Y05elJKy5siKqb1ecuL1s1MaaLS33obpjMOu7w0qtuF6iuz1iXn2fdIq1GxcCYIXACexUTFl92iFN7W/5BEJrV53faIlucTofBF3D1ZzGp/OrQg30/dOcnuMw2hp7kut/KECPGid7VpLU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=bzsYaO/tSqY37Ch+yp7O0wyiS7blShdxsKXQAWCGtE3JPP/FejGXB2lUkmGZcd0Zmo7Bi62FqWhR7iraRchFv/def1JoYv/D1OtTajEIOSpi9SjnwLFUBrBvJMKAbu28uORm3L/Xr8OH8xzEMUWY8w59WG0Rom6jR7jKGxDLTaQ= Received: by 10.82.100.1 with SMTP id x1mr3538888bub.1189282950527; Sat, 08 Sep 2007 13:22:30 -0700 (PDT) Received: by 10.82.186.14 with HTTP; Sat, 8 Sep 2007 13:22:30 -0700 (PDT) Message-ID: <9acccfe50709081322j5710c4bbv13faaa87da2a1ff1@mail.gmail.com> Date: Sat, 8 Sep 2007 13:22:30 -0700 From: "Kevin O'Gorman" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Cleaning up perl In-Reply-To: <200709081859.42448.dirk.heinrichs@online.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4376_29956165.1189282950523" References: <9acccfe50709080813k3b348f1dwba2b776b34e7b2ef@mail.gmail.com> <200709081658.22537.mike@gaima.co.uk> <9acccfe50709080945t5fd411b3uba9a3cb6b43cdb3b@mail.gmail.com> <200709081859.42448.dirk.heinrichs@online.de> X-Archives-Salt: 70e415ea-e5fd-4023-bde0-889060c9dc23 X-Archives-Hash: 7df1ddce784d2af6d7cd49c30728936c ------=_Part_4376_29956165.1189282950523 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/8/07, Dirk Heinrichs wrote: > > Am Samstag, 8. September 2007 schrieb Kevin O'Gorman: > > > Unfortunately, while it tries to do a number of things, they all fail in > > the same way: a problem with Errno.pm. > > I guess using perl to clean up perl is not all that robust in this case. > > I still prefer good old cpan over gentoo' g-cpan to mainatain perl > modules. > > Before upgrading perl, fire up cpan, create a bundle file of all your > installed modules using the autobundle command and after the upgrade, > start > cpan again and run "install Bundle::Snapshot-". > > I also use it to keep installed perl modules uptodate. Just use the > "upgrade" > command in cpan. > > If you did this, you can simply remove the old 5.8.x directories. > > HTH... > > Dirk It's too late for me now to do any of that. I'm hosed. I can build perl, but I cannot run perl-cleaner. I can't run h2ph. There are probably a bunch of other things I can't do also. Accordingly, I'm renaming the offending Errno.pm, knowing that there's another more recent one around. I'm hoping that it's located by @INC or some such. At the moment, it seems to be working. ++ kevin -- Kevin O'Gorman, PhD ------=_Part_4376_29956165.1189282950523 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 9/8/07, Dirk Heinrichs <dirk.heinrichs@online.de> wrote:
Am Samstag, 8. September 2007 schrieb Kevin O'Gorman:

> Unfortunately, while it tries to do a number of things, they all fail in
> the same way: a problem with Errno.pm.
> I guess using perl to clean up perl is not all that robust in this case.

I still prefer good old cpan over gentoo' g-cpan to mainatain perl modules.

Before upgrading perl, fire up cpan, create a bundle file of all your
installed modules using the autobundle command and after the upgrade, start
cpan again and run "install Bundle::Snapshot-<date>".

I also use it to keep installed perl modules uptodate. Just use the "upgrade"
command in cpan.

If you did this, you can simply remove the old 5.8.x directories.

HTH...

        Dirk

It's too late for me now to do any of that.  I'm hosed.
I can build perl, but I cannot run perl-cleaner.  I can't run h2ph.  There are probably
a bunch of other things I can't do also.

Accordingly, I'm renaming the offending Errno.pm, knowing that there's another more
recent one around.  I'm hoping that it's located by @INC or some such.

At the moment, it seems to be working.

++ kevin




--
Kevin O'Gorman, PhD
------=_Part_4376_29956165.1189282950523-- -- gentoo-user@gentoo.org mailing list