LanX has asked for the wisdom of the Perl Monks concerning the following question:
I'm having a (not very dramatic) installation problem with Emacs::PDE
The author decided to host this project, which is basically a bunch of lisp modules plus some Perl helpers on CPAN.
Now the installation fails on windows with a weird "permission denied" and no "proper Makefile.PL/Build.PL":
>cpanm Emacs::PDE --> Working on Emacs::PDE Fetching http://www.cpan.org/authors/id/Y/YE/YEWENBIN/Emacs-PDE-0.2.16 +.tar.gz ... OK Could not open file 'C:\Users\ROLFLA~1\.cpanm\work\1552775378.16224\Em +acs-PDE-0.2.16\lisp\templates\TEMPLATE.makefile.tpl': Permission deni +ed at C:\Perl_524\site\bin/cpanm line 33. Could not extract 'Emacs-PDE-0.2.16/lisp/templates/TEMPLATE.makefile.t +pl' at C:\Perl_524\site\bin/cpanm line 33. Configuring Emacs-PDE-0.2.16 ... N/A ! The distribution doesn't have a proper Makefile.PL/Build.PL See C:\U +sers\ROLFLA~1\.cpanm\work\1552775378.16224\build.log for details.
When looking into the work directory I notice that large parts of the tar.gz wasn't unpacked.
I checked on linux-vm and all files where available there.
BUT when looking into the directory Emacs-PDE-0.2.16\lisp\templates I noticed two identical files with differing capitalization:
Obviously an OS problem, windows acts case insensitive while case matters on linux.
But I'm a bit stunned.
Questions:
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
*) NB: it's only a coincidence that they are called "makefile", nothing to do with the CPAN installer.
FWIW this bug was already reported 5 years ago: https://rt.cpan.org/Public/Bug/Display.html?id=94065
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: cpanm installation problems with mixed case files
by syphilis (Archbishop) on Mar 17, 2019 at 01:58 UTC | |
Re: cpanm installation problems with mixed case files
by Marshall (Canon) on Mar 17, 2019 at 16:05 UTC | |
by LanX (Saint) on Mar 17, 2019 at 16:20 UTC |