Skip to content

Installing on Win10/ActivePerl 5.24.0 hangs #403

Open
@MarcelVersteeg

Description

@MarcelVersteeg

I am trying to install Alient-Libxml2 on my Windows10 computer running ActivePerl 5.24.0 (due to a shared hosting service, I cannot use another version of Perl right now unfortunately), but the installation hangs on the extaction of the downloaded tar.xz.

I created the makefile using the command

perl Makefile.PL

Then started the build using the command

dmake

The output of the dmake command is:

dmake:  makefile:  line 753:  Warning: -- Empty recipe for special or meta target .NOTPARALLEL
dmake:  makefile:  line 755:  Warning: -- Empty recipe for special or meta target .NO_PARALLEL
cp lib/Alien/Libxml2.pm blib\lib/Alien/Libxml2.pm
"D:\Perl64\bin\perl.exe" -MAlien::Build::MM=cmd -e prefix site D:\Perl64\lib D:\Perl64\site\lib
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::PP
main> prefix D:/Perl64/site/lib/auto/share/dist/Alien-Libxml2
"D:\Perl64\bin\perl.exe" -MAlien::Build::MM=cmd -e version 0.19
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::PP
"D:\Perl64\bin\perl.exe" -MAlien::Build::MM=cmd -e download
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::PP
Alien::Build::Plugin::Core::Download> candidate *https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.4.tar.xz
Alien::Build::Plugin::Core::Download> candidate  https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.tar.xz
Alien::Build::Plugin::Core::Download> candidate  https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.2.tar.xz
Alien::Build::Plugin::Core::Download> candidate  https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.1.tar.xz
Alien::Build::Plugin::Core::Download> candidate  https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.0.tar.xz
Alien::Build::Plugin::Core::Download> candidate  https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.tar.xz
Alien::Build::Plugin::Core::Download> candidate  https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.tar.xz
Alien::Build::Plugin::Core::Download> candidate  https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.2.tar.xz
Alien::Build::Plugin::Core::Download> candidate  ...
Alien::Build::Plugin::Core::Download> setting version based on archive to 2.11.4
Alien::Build::Plugin::Core::Download> downloaded libxml2-2.11.4.tar.xz
"D:\Perl64\bin\perl.exe" -MAlien::Build::MM=cmd -e build
Alien::Build::Plugin::PkgConfig::Negotiate> Using PkgConfig plugin: PkgConfig::PP
Alien::Build::Plugin::Extract::CommandLine> + tar -xf E:/WebPages/personal/Shared/_test/Alien-Libxml2-0.19/_alien/download_Nv7P/libxml2-2.11.4.tar.xz

And then it stops

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐞BugSomething fails that should not (not a feature)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions