-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation of ExtUtils::Depends fails #4
Comments
Thank you very much for the report. At the moment I have no Windows system. But I will look into the issue the next weeks. Could you send me the install.log and error.log? Was cpanm - in spite of the error - installed? |
PS.: Could you try to install ExtUtils::Depends manually through cpanm ExtUtils::Depends? |
Today I replicated the procedure, exactly as described above, and these are the logs that were generated. install.log claims that cpanm is installed, but the system begs to differ:
error.log:
install.log:
|
This week, I tried again. After some experimentation, I was able to get your script working. For the benefit of anyone else who has the same problem, here is the method I used. [Open the mingw64 terminal]
[Close the mingw64 terminal, then open the msys2 terminal]
[Copy the two pl2bat files from [Close the msys2 terminal, and open a new mingw64 terminal] [The original version of perl-Gtk3-windows installer does not work, but this fork does]
|
Fresh install of msys2 (I tried releases from 11 Dec 2018, 31 May 2018 and 25 Oct 2016, with the same result)
[Start mingw-w64 terminal[
pacman -Syu
[restart the terminal]
pacman -Su
pacman -S --needed --noconfirm mingw-w64-x86_64-perl
wget https://github.com/MaxPerl/perl-Gtk3-windows-installer/archive/master.zip
pacman -S unzip
unzip master.zip
cd perl*
./install-perl-Gtk3-mingw64.pl
Get as far as this:
ERROR:
Installing App::cpanminus..(23) Failed writing body
[OK]
Download ExtUtils::Depends [OK]
Extract ExtUtils::Depends [OK]
perl Makefile.PL. [OK]
Building ExtUtils::Depends. [FAIL]
1: ERROR: Could not build ExtUtils::Depends:
By the way, the detection of pl2bat also fails. I had to manually copy pl2bat from C:\msys64\mingw64\bin\core_perl into C:\msys64\mingw64\bin.
The text was updated successfully, but these errors were encountered: