James E Keenan via RT
2015-07-13 22:37:55 UTC
1. failed to compile perl5 when path includes the string "blib"
#mkdir blib
#cd blib
#unxz perl-5.22.0.tar.xz
#tar -xvf perl-5.22.0.tar
#cd perl-5.22.0
#./Configure -des -Dprefix=./
#make
+---
+ dist/PathTools/Makefile.PL | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/dist/PathTools/Makefile.PL b/dist/PathTools/Makefile.PL
+index 1b21de4..f562cb2 100644
+--- a/dist/PathTools/Makefile.PL
++++ b/dist/PathTools/Makefile.PL
+-
+-
+ require 5.005;
+ use ExtUtils::MakeMaker;
+ WriteMakefile
+--
+1.9.1
PathTools is a library which is distributed with the Perl 5 core, but also available on CPAN (http://search.cpan.org/dist/PathTools/). The fact that it is in the 'dist/' means that it is primarily maintained by the Perl 5 Porters.#mkdir blib
#cd blib
#unxz perl-5.22.0.tar.xz
#tar -xvf perl-5.22.0.tar
#cd perl-5.22.0
#./Configure -des -Dprefix=./
#make
+---
+ dist/PathTools/Makefile.PL | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/dist/PathTools/Makefile.PL b/dist/PathTools/Makefile.PL
+index 1b21de4..f562cb2 100644
+--- a/dist/PathTools/Makefile.PL
++++ b/dist/PathTools/Makefile.PL
+-
+-
+ require 5.005;
+ use ExtUtils::MakeMaker;
+ WriteMakefile
+--
+1.9.1
However, any deficiency in dist/PathTools/Makefile.PL would *at most* affect the compilation of the PathTools library. It would *not* affect the compilation of perl 5 as a whole. So I doubt that a change to that Makefile.PL would be the remedy to your problem -- if indeed your problem is a failure of perl5 as a whole?
Could you please post, as an attachment to this bug report (or email attachment), the complete arguments you used to configure Perl and all the output of 'sh ./Configure' and 'make' up to the point where you experienced a failure?
Also, please let us know your OS; how you are attempting to build Perl 5; etc.
Thank you very much.
--
James E Keenan (***@cpan.org)
---
via perlbug: queue: perl5 status: new
https://rt.perl.org/Ticket/Display.html?id=125603
James E Keenan (***@cpan.org)
---
via perlbug: queue: perl5 status: new
https://rt.perl.org/Ticket/Display.html?id=125603