You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README: Installation guide for XML::LibXML::SAX::ChunkParser (as cpanm simply will not without -n) - Note: './Build test' still fails. even for 0.00007
#6
Open
PaulGWebster opened this issue
Dec 15, 2022
· 0 comments
paul.webster@debian:~/.local/tmp$ cpanm XML::LibXML::SAX::ChunkParser
--> Working on XML::LibXML::SAX::ChunkParser
Fetching http://www.cpan.org/authors/id/D/DM/DMAKI/XML-LibXML-SAX-ChunkParser-0.00008.tar.gz ... OK
Configuring XML-LibXML-SAX-ChunkParser-0.00008 ... OK
Building and testing XML-LibXML-SAX-ChunkParser-0.00008 ... FAIL
! Testing XML-LibXML-SAX-ChunkParser-0.00008 failed but installing it anyway.
Successfully reinstalled XML-LibXML-SAX-ChunkParser-0.00008
1 distribution installed
paul.webster@debian:~/.local/tmp$ wget https://cpan.metacpan.org/authors/id/D/DM/DMAKI/XML-LibXML-SAX-ChunkParser-0.00008.tar.gz
--2022-12-15 13:20:01-- https://cpan.metacpan.org/authors/id/D/DM/DMAKI/XML-LibXML-SAX-ChunkParser-0.00008.tar.gz
Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ...
Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17689 (17K) [application/x-gzip]
Saving to: 'XML-LibXML-SAX-ChunkParser-0.00008.tar.gz'
XML-LibXML-SAX-ChunkParser-0.00008.tar.gz 100%[=====>] 17.27K --.-KB/s in 0.001s
2022-12-15 13:20:01 (28.9 MB/s) - 'XML-LibXML-SAX-ChunkParser-0.00008.tar.gz' saved [17689/17689]
paul.webster@debian:~/.local/tmp$ tar -xf XML-LibXML-SAX-ChunkParser-0.00008.tar.gz
paul.webster@debian:~/.local/tmp$ ls
XML-LibXML-SAX-ChunkParser-0.00008.tar.gz
paul.webster@debian:~/.local/tmp$ tar -xf XML-LibXML-SAX-ChunkParser-0.00008.tar.gz
paul.webster@debian:~/.local/tmp$ cd XML-LibXML-SAX-ChunkParser-0.00008
paul.webster@debian:~/.local/tmp/XML-LibXML-SAX-ChunkParser-0.00008$ ls
Build.PL Changes LICENSE MANIFEST META.json META.yml Makefile README.md cpanfile lib t xt
paul.webster@debian:~/.local/tmp/XML-LibXML-SAX-ChunkParser-0.00008$ perl Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'XML-LibXML-SAX-ChunkParser' version '0.00008'
Merging cpanfile prereqs to MYMETA.yml
Merging cpanfile prereqs to MYMETA.json
paul.webster@debian:~/.local/tmp/XML-LibXML-SAX-ChunkParser-0.00008$ ./Build
Building XML-LibXML-SAX-ChunkParser
paul.webster@debian:~/.local/tmp/XML-LibXML-SAX-ChunkParser-0.00008$ ./Build install
Building XML-LibXML-SAX-ChunkParser
Installing /home/paul.webster/.local/lib/perl5/site_perl/5.36.0/XML/LibXML/SAX/ChunkParser.pm
paul.webster@debian:~/.local/tmp/XML-LibXML-SAX-ChunkParser-0.00008$ perl -e 'use XML::LibXML::SAX::ChunkParser;'
paul.webster@debian:~/.local/tmp/XML-LibXML-SAX-ChunkParser-0.00008$
The text was updated successfully, but these errors were encountered:
PaulGWebster
changed the title
README: Installation guide for XML::LibXML::SAX::ChunkParser (as cpanm simply will not without -n)
README: Installation guide for XML::LibXML::SAX::ChunkParser (as cpanm simply will not without -n) - Note: './Build test' still fails. even for 000007
Dec 15, 2022
PaulGWebster
changed the title
README: Installation guide for XML::LibXML::SAX::ChunkParser (as cpanm simply will not without -n) - Note: './Build test' still fails. even for 000007
README: Installation guide for XML::LibXML::SAX::ChunkParser (as cpanm simply will not without -n) - Note: './Build test' still fails. even for 0.00007
Dec 15, 2022
How I got this installed eventually:
The text was updated successfully, but these errors were encountered: