Skip to content
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

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

Comments

@PaulGWebster
Copy link

PaulGWebster commented Dec 15, 2022

How I got this installed eventually:

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$
@PaulGWebster 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant