Skip Menu |

This queue is for tickets about the PDF-API2-Simple CPAN distribution.

Report information
The Basics
Id: 28125
Status: open
Priority: 0/
Queue: PDF-API2-Simple

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

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



Subject: missing inc directory
Can't locate inc/Module/Install.pm in @INC (@INC contains: /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl-5.8.0@31587/lib/5.9.5/i686-linux-64int /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl-5.8.0@31587/lib/5.9.5 /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl-5.8.0@31587/lib/site_perl/5.9.5/i686-linux-64int /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl-5.8.0@31587/lib/site_perl/5.9.5 .) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. Warning: No success on command[/home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl-5.8.0@31587/bin/perl Makefile.PL] REDTREE/PDF-API2-Simple-1.1.2.tar.gz /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl-5.8.0@31587/bin/perl Makefile.PL -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install I think this is due to wrong usage of Module::Install on your side. Maybe it just needs a 'make manifest', I'm not sure.
From: dsteinbrunner [...] pobox.com
On Thu Jul 12 02:24:33 2007, ANDK wrote: Show quoted text
> Can't locate inc/Module/Install.pm in @INC
I ran into this issue on my Mac OS X 10.4.x box. I went head and installed the latest Module::Install which resolved the issue with the PDF::API2::Simple install. It would appear the handling of Module::Install as a prereq needs tweaking.
On 2007-07-12 02:24:33, ANDK wrote: Show quoted text
> Can't locate inc/Module/Install.pm in @INC (@INC contains: > /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl- > 5.8.0@31587/lib/5.9.5/i686-linux-64int > /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl- > 5.8.0@31587/lib/5.9.5 > /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl- > 5.8.0@31587/lib/site_perl/5.9.5/i686-linux-64int > /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl- > 5.8.0@31587/lib/site_perl/5.9.5 > .) at Makefile.PL line 1. > BEGIN failed--compilation aborted at Makefile.PL line 1. > Warning: No success on > command[/home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl- > 5.8.0@31587/bin/perl > Makefile.PL] > REDTREE/PDF-API2-Simple-1.1.2.tar.gz > > /home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl- > 5.8.0@31587/bin/perl > Makefile.PL -- NOT OK > Running make test > Make had some problems, won't test > Running make install > Make had some problems, won't install > > > I think this is due to wrong usage of Module::Install on your side. > Maybe it just needs a 'make manifest', I'm not sure. >
Or just a normal "make dist". Anyway, this is still broken with 1.1.4u. Regards, Slaven
Subject: [rt.cpan.org #28125] Fixed in 1.1.15
Date: Thu, 19 Dec 2013 20:49:08 +0100
To: <bug-PDF-API2-Simple [...] rt.cpan.org>
From: "Klaus Baldermann" <klaus [...] soonix.de>
This issue is fixed in the "unauthorized release" 1.1.15 http://search.cpan.org/~chromatic/PDF-API2-Simple/lib/PDF/API2/Simple.pm Regards Klaus
And broke again with Perl v2.56 where it removed "." from @INC for security reasons. But you can get around it for now by setting the environment variable: PERL_USE_UNSAFE_INC=1 Before you run "perl Makefile.PL". But that work around is not going to be around for many versions of Perl. On Thu Dec 19 14:49:18 2013, klaus@soonix.de wrote: Show quoted text
> This issue is fixed in the "unauthorized release" 1.1.15 > http://search.cpan.org/~chromatic/PDF-API2-Simple/lib/PDF/API2/Simple.pm > > Regards > Klaus >