Skip Menu |

This queue is for tickets about the P5NCI CPAN distribution.

Report information
The Basics
Id: 27963
Status: open
Priority: 0/
Queue: P5NCI

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Permission problem prohibits normal build process
CPAN.pm: Going to build C/CH/CHROMATIC/P5NCI-0.30.tar.gz # running Build.PL /usr/local/perl-m-5.8.0@31162/bin/perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'P5NCI' version '0.30' Unknown 'build_class', defaulting to 'Module::Build' /usr/local/perl-m-5.8.0@31162/bin/perl Build --makefile_env_macros 1 cc -I/usr/local/perl-m-5.8.0@31162/lib/5.8.8/i686-linux-64int/CORE -fPIC -c -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o src/nci_test.o src/nci_test.c src/nci_test.c: In function 'make_struct': src/nci_test.c:64: warning: incompatible implicit declaration of built-in function 'malloc' cc -shared -g -L/usr/local/lib -o src/nci_test.so src/nci_test.o Use of uninitialized value in numeric lt (<) at build_lib/P5NCI/Build.pm line 43. Can't write lib/P5NCI.xs: Permission denied make: *** [all] Error 13 I had to issue a 'chmod -R +w .' to get ahead. That was the whole problem
Ping? Would really be nice to have a new release with just this problem fixed. Please visit http://cpantesters.perl.org/show/P5NCI.html to see that it is not a problem on my end. Thanks,
Subject: Re: [rt.cpan.org #27963] Permission problem prohibits normal build process
Date: Tue, 11 Dec 2007 17:59:23 -0800
To: bug-P5NCI [...] rt.cpan.org
From: chromatic <chromatic [...] wgz.org>
On Friday 07 December 2007 11:27:58 Andreas Koenig via RT wrote: Hi Andreas, Show quoted text
> Queue: P5NCI > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=27963 > > > Ping? > > Would really be nice to have a new release with just this problem fixed. > > Please visit http://cpantesters.perl.org/show/P5NCI.html to see that it > is not a problem on my end.
Thanks. Please let me know if version 0.31 solves this problem. -- c
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #27963] Permission problem prohibits normal build process
Date: Wed, 12 Dec 2007 07:57:57 +0100
To: bug-P5NCI [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Tue, 11 Dec 2007 21:00:06 -0500, "chromatic@wgz.org via RT" <bug-P5NCI@rt.cpan.org> said:
Show quoted text
Show quoted text
> On Friday 07 December 2007 11:27:58 Andreas Koenig via RT wrote:
Show quoted text
> Hi Andreas,
Show quoted text
>> Queue: P5NCI >> Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=27963 > >> >> Ping? >> >> Would really be nice to have a new release with just this problem fixed. >> >> Please visit http://cpantesters.perl.org/show/P5NCI.html to see that it >> is not a problem on my end.
Show quoted text
> Thanks. Please let me know if version 0.31 solves this problem.
Thanks! My tests delivered 6 pass and 2 fail. They will appear on http://cpantesters.perl.org/show/P5NCI.html The YAML file is usually faster than the HTML file. App::sync_cpantesters is probalby worth a try to get the testers reports fetched by a script (untested). -- andreas
The interesting FAIL is here: http://nntp.x.perl.org/group/perl.cpan.testers/851437 I do not understand it. It's running under bleadperl@31790 and I can reproduce it with that version and with bleadperl@31822 too. Let me know if you need further informations about that perl or if I can test something for you.
With a binary search I could determine that P5NCI started to work again with patch 32405 which as a fix to Attribute::Handler. This indicates to me that there is no reason to look into the failures in bleadperls before 32405 anymore. I think this ticket can be closed. Thanks for fixing the permission problem!