113 lines
4.9 KiB
Text
113 lines
4.9 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/1491272070.1790
|
|
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 Text::SpellChecker () on cpanmetadb ...
|
|
Unpacking Text-SpellChecker-0.14.tar.gz
|
|
--> Working on Text::SpellChecker
|
|
Fetching http://www.cpan.org/authors/id/B/BD/BDUGGAN/Text-SpellChecker-0.14.tar.gz ... OK
|
|
Text-SpellChecker-0.14/
|
|
Text-SpellChecker-0.14/Makefile.PL
|
|
Text-SpellChecker-0.14/Changes
|
|
Text-SpellChecker-0.14/MANIFEST
|
|
Text-SpellChecker-0.14/lib/
|
|
Text-SpellChecker-0.14/lib/Text/
|
|
Text-SpellChecker-0.14/lib/Text/SpellChecker.pm
|
|
Text-SpellChecker-0.14/META.json
|
|
Text-SpellChecker-0.14/META.yml
|
|
Text-SpellChecker-0.14/t/
|
|
Text-SpellChecker-0.14/t/aspell.t
|
|
Text-SpellChecker-0.14/t/pod.t
|
|
Text-SpellChecker-0.14/t/hunspell.t
|
|
Text-SpellChecker-0.14/MANIFEST.SKIP
|
|
Text-SpellChecker-0.14/README
|
|
Entering Text-SpellChecker-0.14
|
|
Checking configure dependencies from META.json
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Running Makefile.PL
|
|
Configuring Text-SpellChecker-0.14 ... Warning: prerequisite Text::Aspell 0 not found.
|
|
Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Text::SpellChecker
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have Text::Aspell 0 ... No
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
Checking if you have MIME::Base64 0 ... Yes (3.15)
|
|
Checking if you have Storable 0 ... Yes (2.51)
|
|
Searching Text::Aspell (0) on cpanmetadb ...
|
|
Unpacking Text-Aspell-0.09.tar.gz
|
|
OK
|
|
==> Found dependencies: Text::Aspell
|
|
--> Working on Text::Aspell
|
|
Fetching http://www.cpan.org/authors/id/H/HA/HANK/Text-Aspell-0.09.tar.gz ... OK
|
|
Text-Aspell-0.09/
|
|
Text-Aspell-0.09/t/
|
|
Text-Aspell-0.09/t/02-pod.t
|
|
Text-Aspell-0.09/t/05-core.t
|
|
Text-Aspell-0.09/t/01-use.t
|
|
Text-Aspell-0.09/META.yml
|
|
Text-Aspell-0.09/Aspell.pm
|
|
Text-Aspell-0.09/Changes
|
|
Text-Aspell-0.09/MANIFEST
|
|
Text-Aspell-0.09/Aspell.xs
|
|
Text-Aspell-0.09/typemap
|
|
Text-Aspell-0.09/README
|
|
Text-Aspell-0.09/Makefile.PL
|
|
Entering Text-Aspell-0.09
|
|
Checking configure dependencies from META.yml
|
|
Running Makefile.PL
|
|
Configuring Text-Aspell-0.09 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Text::Aspell
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have Test::More 0 ... Yes (1.302078)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
OK
|
|
Building and testing Text-Aspell-0.09 ... cp Aspell.pm blib/lib/Text/Aspell.pm
|
|
Running Mkbootstrap for Aspell ()
|
|
chmod 644 "Aspell.bs"
|
|
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Aspell.bs blib/arch/auto/Text/Aspell/Aspell.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" -noprototypes -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1491272070.1790/Text-Aspell-0.09/typemap' Aspell.xs > Aspell.xsc
|
|
mv Aspell.xsc Aspell.c
|
|
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Aspell.c
|
|
Aspell.xs:4:20: fatal error: aspell.h: No such file or directory
|
|
#include <aspell.h>
|
|
^
|
|
compilation terminated.
|
|
Makefile:333: recipe for target 'Aspell.o' failed
|
|
make: *** [Aspell.o] Error 1
|
|
! Installing Text::Aspell failed. See /home/ryan/.cpanm/work/1491272070.1790/build.log for details. Retry with --force to force install it.
|
|
! Installing the dependencies failed: Module 'Text::Aspell' is not installed
|
|
! Bailing out the installation for Text-SpellChecker-0.14.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Text::SpellChecker] 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
|