cpantestlogs/HTML::Tidy_genfailure.log
2017-04-18 14:54:58 -04:00

128 lines
5.2 KiB
Text

perl-blead
==========
cpanm (App::cpanminus) 1.7042 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1491103280.15338
You have make /usr/bin/make
You have LWP 6.24
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 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 HTML::Tidy () on cpanmetadb ...
Unpacking HTML-Tidy-1.56.tar.gz
--> Working on HTML::Tidy
Fetching http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tidy-1.56.tar.gz ... OK
HTML-Tidy-1.56/
HTML-Tidy-1.56/perlcriticrc
HTML-Tidy-1.56/ppport.h
HTML-Tidy-1.56/bin/
HTML-Tidy-1.56/bin/webtidy
HTML-Tidy-1.56/MANIFEST
HTML-Tidy-1.56/Makefile.PL
HTML-Tidy-1.56/t/
HTML-Tidy-1.56/t/roundtrip.t
HTML-Tidy-1.56/t/cfg-for-parse.cfg
HTML-Tidy-1.56/t/ignore-text.t
HTML-Tidy-1.56/t/version.t
HTML-Tidy-1.56/t/message.t
HTML-Tidy-1.56/t/unicode.html
HTML-Tidy-1.56/t/wordwrap.t
HTML-Tidy-1.56/t/pod-coverage.t
HTML-Tidy-1.56/t/levels.t
HTML-Tidy-1.56/t/too-many-titles.t
HTML-Tidy-1.56/t/perfect.t
HTML-Tidy-1.56/t/00-load.t
HTML-Tidy-1.56/t/simple.t
HTML-Tidy-1.56/t/extra-quote.t
HTML-Tidy-1.56/t/opt-00.t
HTML-Tidy-1.56/t/ignore.t
HTML-Tidy-1.56/t/wordwrap.cfg
HTML-Tidy-1.56/t/venus.t
HTML-Tidy-1.56/t/clean-crash.t
HTML-Tidy-1.56/t/venus.html
HTML-Tidy-1.56/t/unicode.t
HTML-Tidy-1.56/t/cfg-for-parse.t
HTML-Tidy-1.56/t/venus.cfg
HTML-Tidy-1.56/t/unicode-nbsp.t
HTML-Tidy-1.56/t/pod.t
HTML-Tidy-1.56/t/segfault-form.t
HTML-Tidy-1.56/META.yml
HTML-Tidy-1.56/lib/
HTML-Tidy-1.56/lib/HTML/
HTML-Tidy-1.56/lib/HTML/Tidy/
HTML-Tidy-1.56/lib/HTML/Tidy/Message.pm
HTML-Tidy-1.56/lib/HTML/Tidy.pm
HTML-Tidy-1.56/META.json
HTML-Tidy-1.56/Tidy.xs
HTML-Tidy-1.56/Changes
HTML-Tidy-1.56/README.markdown
Entering HTML-Tidy-1.56
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring HTML-Tidy-1.56 ... Alien::Tidyp not found. Looking for for tidyp on your system.
Warning (mostly harmless): No library found for -ltidyp
It seems that you don't have tidyp installed. HTML::Tidy does no
real work on its own. It's just a wrapper aound tidyp.
Please read the README.markdown file for details on how to install.
If you do have tidyp installed, but Makefile.PL can't detect it,
go ahead and try building. If HTML::Tidy builds and tests correctly,
please file a ticket at Github at
http://github.com/petdance/html-tidy/issues. so we can fix the
library detection code.
Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -ltidyp
Generating a Unix-style Makefile
Writing Makefile for HTML::Tidy
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have constant 0 ... Yes (1.33)
Checking if you have overload 0 ... Yes (1.28)
Checking if you have Exporter 0 ... Yes (5.72)
Checking if you have Test::More 0.98 ... Yes (1.302073)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Test::Builder 0 ... Yes (1.302073)
Checking if you have Carp 0 ... Yes (1.42)
OK
Building and testing HTML-Tidy-1.56 ... cp lib/HTML/Tidy.pm blib/lib/HTML/Tidy.pm
cp lib/HTML/Tidy/Message.pm blib/lib/HTML/Tidy/Message.pm
Running Mkbootstrap for Tidy ()
chmod 644 "Tidy.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tidy.bs blib/arch/auto/HTML/Tidy/Tidy.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' Tidy.xs > Tidy.xsc
mv Tidy.xsc Tidy.c
cc -c -I. -I/usr/include/tidyp -I/usr/local/include/tidyp -I/usr/include/tidyp -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.56\" -DXS_VERSION=\"1.56\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Tidy.c
Tidy.xs:5:19: fatal error: tidyp.h: No such file or directory
#include <tidyp.h>
^
compilation terminated.
Makefile:341: recipe for target 'Tidy.o' failed
make: *** [Tidy.o] Error 1
! Installing HTML::Tidy failed. See /home/ryan/.cpanm/work/1491103280.15338/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose HTML::Tidy] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man