Skip to content

Instantly share code, notes, and snippets.

@MartGro
Created June 4, 2020 16:14
Show Gist options
  • Save MartGro/c3a75c59b2ad9fe0b955153e49931496 to your computer and use it in GitHub Desktop.
Save MartGro/c3a75c59b2ad9fe0b955153e49931496 to your computer and use it in GitHub Desktop.
Log of failed XML::DOM::XPath installation
cpanm (App::cpanminus) 1.7044 on perl 5.030003 built for x86_64-linux
Work directory is /home/stud/ga42vor/.cpanm/work/1591284564.30315
You have make /usr/bin/make
You have LWP 6.44
You have /bin/tar: tar (GNU tar) 1.29
Copyright © 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching XML::DOM::XPath () on cpanmetadb ...
--> Working on XML::DOM::XPath
Fetching http://www.cpan.org/authors/id/M/MI/MIROD/XML-DOM-XPath-0.14.tar.gz
-> OK
Unpacking XML-DOM-XPath-0.14.tar.gz
Entering XML-DOM-XPath-0.14
Checking configure dependencies from META.yml
Configuring XML-DOM-XPath-0.14
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for XML::DOM::XPath
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have XML::DOM 0 ... Yes (1.46)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.34)
Checking if you have XML::XPathEngine 0.1 ... Yes (0.14)
Building and testing XML-DOM-XPath-0.14
cp XPath.pm blib/lib/XML/DOM/XPath.pm
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/home/stud/ga42vor/perl5/perlbrew/perls/perl-5.30.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1.t ................................. ok
skipping, Test::Pod required
t/pod.t ............................... ok
Test::Pod::Coverage 1.00 required for testing POD coverage at t/pod_coverage.t line 6.
t/pod_coverage.t ...................... ok
t/test_bugs.t ......................... ok
The encoding pragma is no longer supported. Check cperl at t/test_non_ascii.t line 10.
BEGIN failed--compilation aborted at t/test_non_ascii.t line 10.
# Looks like your test exited with 2 before it could output anything.
t/test_non_ascii.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests
t/test_xml_xpath_and_xml_dom_xpath.t .. ok
t/xmlxpath_01basic.t .................. ok
t/xmlxpath_02descendant.t ............. ok
t/xmlxpath_03star.t ................... ok
t/xmlxpath_04pos.t .................... ok
t/xmlxpath_05attrib.t ................. ok
t/xmlxpath_06attrib_val.t ............. ok
t/xmlxpath_07count.t .................. ok
t/xmlxpath_08name.t ................... ok
t/xmlxpath_09a_string_length.t ........ ok
t/xmlxpath_09string_length.t .......... ok
t/xmlxpath_10pipe.t ................... ok
t/xmlxpath_12axisdescendant.t ......... ok
t/xmlxpath_13axisparent.t ............. ok
t/xmlxpath_14axisancestor.t ........... ok
t/xmlxpath_15axisfol_sib.t ............ ok
t/xmlxpath_16axisprec_sib.t ........... ok
t/xmlxpath_17axisfollowing.t .......... ok
t/xmlxpath_18axispreceding.t .......... ok
t/xmlxpath_19axisd_or_s.t ............. ok
t/xmlxpath_20axisa_or_s.t ............. ok
t/xmlxpath_21allnodes.t ............... ok
t/xmlxpath_22name_select.t ............ ok
t/xmlxpath_23func.t ................... ok
t/xmlxpath_24namespaces.t ............. ok
t/xmlxpath_25scope.t .................. ok
t/xmlxpath_26predicate.t .............. ok
t/xmlxpath_28ancestor2.t .............. ok
t/xmlxpath_29desc_with_predicate.t .... ok
t/xmlxpath_30lang.t ................... ok
Test Summary Report
-------------------
t/test_non_ascii.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 10 tests but ran 0.
Files=35, Tests=183, 6 wallclock secs ( 0.12 usr 0.05 sys + 2.81 cusr 0.49 csys = 3.47 CPU)
Result: FAIL
Failed 1/35 test programs. 0/183 subtests failed.
Makefile:841: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
-> FAIL Installing XML::DOM::XPath failed. See /home/stud/ga42vor/.cpanm/work/1591284564.30315/build.log for details. Retry with --force to force install it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment