Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 26570
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: catdogbeloved [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: cpanplus error
Date: Mon, 23 Apr 2007 03:02:30 -0700 (PDT)
To: mbarbon [...] cpan.org, bug-cpanplus [...] rt.cpan.org
From: Bob Hunter <catdogbeloved [...] yahoo.com>
CPAN Terminal> o [ERROR] /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_8_3/lib/libwx_base_carbon-2.8.0.dylib is encountered a second time at /System/Library/Perl/5.8.6/File/Find.pm line 535. [latest packages on system default (perl 5.8.6) for Apple OS 10.4.9] Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Subject: Re: [rt.cpan.org #26570] cpanplus error
Date: Mon, 23 Apr 2007 12:19:37 +0200
To: bug-CPANPLUS [...] rt.cpan.org
From: "Jos I. Boumans" <kane [...] xs4all.nl>
On Apr 23, 2007, at 12:04 PM, Bob Hunter via RT wrote: Show quoted text
> CPAN Terminal> o > > [ERROR] > /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/ > mac_2_8_3/lib/libwx_base_carbon-2.8.0.dylib > is encountered a second time at > /System/Library/Perl/5.8.6/File/Find.pm line 535.
This is a warning from File::Find, not a CPANPLUS error. It seems to indicate that you have multiple symlinks to the same inode or some such. Here's the bit of code from File::Find: ($DEV, $INO)= lstat $AbsName; while (-l _) { if ($SLnkSeen{$DEV, $INO}++) { if ($follow_skip < 2) { die "$AbsName is encountered a second time"; } else { return undef; } } ... And this error is explained by: "follow_skip" "follow_skip==1", which is the default, causes all files which are neither directories nor symbolic links to be ignored if they are about to be processed a second time. If a directory or a symbolic link are about to be processed a second time, File::Find dies. we could arguably set follow_skip==2, but the real question is -- why is the setup like this that File::Find raises a critical error? -- Jos Boumans "Cocaine is God's way of telling you you make too much money" CPANPLUS http://cpanplus.sf.net
Subject: Re: [rt.cpan.org #26570] cpanplus error
Date: Mon, 23 Apr 2007 05:57:09 -0700 (PDT)
To: bug-CPANPLUS [...] rt.cpan.org
From: Bob Hunter <catdogbeloved [...] yahoo.com>
I am forwarding it to the maintainer of File::Find. Thank you. Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Subject: Re: [rt.cpan.org #26570] cpanplus error
Date: Mon, 23 Apr 2007 15:06:02 +0200
To: bug-CPANPLUS [...] rt.cpan.org
From: "Jos I. Boumans" <kane [...] xs4all.nl>
On Apr 23, 2007, at 2:57 PM, Bob Hunter via RT wrote: Show quoted text
> > Queue: CPANPLUS > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=26570 > > > I am forwarding it to the maintainer of File::Find.
Ehm, why? It's not a bug, it's mentioned explicitly in the manual. But if you're not expecting this, then you should take a look at your setup.. if it's something sensible, we can change the CPANPLUS options to File::Find, but they _seem_ sane. So again; why does your setup generate this error? What's going on with all the symlinking? -- Jos Boumans How do I prove I am not crazy to people who are?
Subject: Re: [rt.cpan.org #26570] cpanplus error
Date: Mon, 23 Apr 2007 06:29:46 -0700 (PDT)
To: bug-CPANPLUS [...] rt.cpan.org
From: Bob Hunter <catdogbeloved [...] yahoo.com>
As you can see from the list of my original post, I asked that very question to the involved modules. I forgot File::Find, but recovered later. All I can say is, that I got an error, and that my machine, for the rest is perfectly fine. There is more to it. I uninstalled Alien::wxWidgets via cpanplus, it now says that the module is no longer available, but I still get this message: CPAN Terminal> o [ERROR] /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_8_3/lib/libwx_base_carbon-2.8.0.dylib is encountered a second time at /System/Library/Perl/5.8.6/File/Find.pm line 535. Then I deleted by hand /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien with all its subdirectories. Of course, the cpanplus error no longer appears, as I have now deleted it the module. So, the error has nothing to do with cpanplus, nor with File::Find. All the best, BH Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com