209 lines
10 KiB
Text
209 lines
10 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493242858.17170
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
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 Compiler::Parser () on cpanmetadb ...
|
|
Unpacking Compiler-Parser-0.10.tar.gz
|
|
--> Working on Compiler::Parser
|
|
Fetching http://www.cpan.org/authors/id/G/GO/GOCCY/Compiler-Parser-0.10.tar.gz ... OK
|
|
Compiler-Parser-0.10/Build.PL
|
|
Compiler-Parser-0.10/Changes
|
|
Compiler-Parser-0.10/LICENSE
|
|
Compiler-Parser-0.10/META.json
|
|
Compiler-Parser-0.10/README.md
|
|
Compiler-Parser-0.10/builder/MyBuilder.pm
|
|
Compiler-Parser-0.10/cpanfile
|
|
Compiler-Parser-0.10/cpanfile.snapshot
|
|
Compiler-Parser-0.10/example/benchmark.pl
|
|
Compiler-Parser-0.10/example/map.pl
|
|
Compiler-Parser-0.10/example/operator.pl
|
|
Compiler-Parser-0.10/example/parse.pl
|
|
Compiler-Parser-0.10/example/pow.pl
|
|
Compiler-Parser-0.10/example/priority.pl
|
|
Compiler-Parser-0.10/example/single_term_operator.pl
|
|
Compiler-Parser-0.10/gen/testcode_generator.pl
|
|
Compiler-Parser-0.10/include/common.hpp
|
|
Compiler-Parser-0.10/include/deparser.hpp
|
|
Compiler-Parser-0.10/include/gen_token.hpp
|
|
Compiler-Parser-0.10/include/parser.hpp
|
|
Compiler-Parser-0.10/include/token.hpp
|
|
Compiler-Parser-0.10/lib/Compiler/Parser.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/AST.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/AST/Renderer.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/AST/Renderer/Engine.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/AST/Renderer/Engine/Graphviz.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/AST/Renderer/Engine/Text.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Array.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/ArrayRef.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Block.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Branch.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/CodeDereference.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/ControlStmt.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Dereference.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/DoStmt.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/ElseStmt.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/ForStmt.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/ForeachStmt.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Function.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/FunctionCall.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Handle.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/HandleRead.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Hash.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/HashRef.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/IfStmt.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Label.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Leaf.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/List.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Module.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Package.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/RegPrefix.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/RegReplace.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Regexp.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/Return.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/SingleTermOperator.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/ThreeTermOperator.pm
|
|
Compiler-Parser-0.10/lib/Compiler/Parser/Node/WhileStmt.pm
|
|
Compiler-Parser-0.10/minil.toml
|
|
Compiler-Parser-0.10/src/Compiler-Parser.xs
|
|
Compiler-Parser-0.10/src/ast_to_sv.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/Compiler_completer.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/Compiler_node.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/Compiler_parser.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/alphabet_bit.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/and_or.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/assign.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/bit.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/block_args_function.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/comma_arrow.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/function_list.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/high_priority_compare_operator.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/high_priority_double_operator.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/low_priority_compare_operator.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/low_priority_double_operator.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/named_unary_operator.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/pointer.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/power.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/regexp_match.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/return.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/shift.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/single_term_operator.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/special_operator.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/syntax.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/term.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/completer/three_term_operator.cpp
|
|
Compiler-Parser-0.10/src/compiler/parser/deparser.cpp
|
|
Compiler-Parser-0.10/src/compiler/token/factory.cpp
|
|
Compiler-Parser-0.10/src/compiler/token/manager.cpp
|
|
Compiler-Parser-0.10/src/compiler/util/Compiler_gen_token_decl.cpp
|
|
Compiler-Parser-0.10/src/compiler/util/Compiler_token.cpp
|
|
Compiler-Parser-0.10/src/compiler/util/Compiler_util.cpp
|
|
Compiler-Parser-0.10/src/sv_to_ast.cpp
|
|
Compiler-Parser-0.10/src/typemap
|
|
Compiler-Parser-0.10/t/Compiler-Parser.t
|
|
Compiler-Parser-0.10/t/app/Plack/App/CGIBin.t
|
|
Compiler-Parser-0.10/t/app/Plack/App/Cascade.t
|
|
Compiler-Parser-0.10/t/app/Plack/App/Directory.t
|
|
Compiler-Parser-0.10/t/app/Plack/App/PSGIBin.t
|
|
Compiler-Parser-0.10/t/app/Plack/App/URLMap.t
|
|
Compiler-Parser-0.10/t/app/Plack/App/WrapCGI.t
|
|
Compiler-Parser-0.10/t/app/Plack/Builder.t
|
|
Compiler-Parser-0.10/t/app/Plack/Component.t
|
|
Compiler-Parser-0.10/t/app/Plack/HTTPParser.t
|
|
Compiler-Parser-0.10/t/app/Plack/HTTPParser/PP.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler/Apache1.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler/Apache2.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler/Apache2/Registry.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler/CGI.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler/FCGI.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler/HTTP/Server/PSGI.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler/HTTP/Server/Simple.t
|
|
Compiler-Parser-0.10/t/app/Plack/Handler/Standalone.t
|
|
Compiler-Parser-0.10/t/app/Plack/Loader.t
|
|
Compiler-Parser-0.10/t/app/Plack/Loader/Delayed.t
|
|
Compiler-Parser-0.10/t/app/Plack/Loader/Restarter.t
|
|
Compiler-Parser-0.10/t/app/Plack/Loader/Shotgun.t
|
|
Compiler-Parser-0.10/t/app/Plack/MIME.t
|
|
Compiler-Parser-0.10/t/app/Plack/Middleware.t
|
|
Compiler-Parser-0.10/t/app/Plack/Request.t
|
|
Compiler-Parser-0.10/t/app/Plack/Request/Upload.t
|
|
Compiler-Parser-0.10/t/app/Plack/Response.t
|
|
Compiler-Parser-0.10/t/app/Plack/Runner.t
|
|
Compiler-Parser-0.10/t/app/Plack/TempBuffer.t
|
|
Compiler-Parser-0.10/t/app/Plack/Test.t
|
|
Compiler-Parser-0.10/t/app/Plack/Test/MockHTTP.t
|
|
Compiler-Parser-0.10/t/app/Plack/Test/Server.t
|
|
Compiler-Parser-0.10/t/app/Plack/Test/Suite.t
|
|
Compiler-Parser-0.10/t/app/Plack/Util.t
|
|
Compiler-Parser-0.10/t/app/Plack/Util/Accessor.t
|
|
Compiler-Parser-0.10/t/array.t
|
|
Compiler-Parser-0.10/t/black_perl.t
|
|
Compiler-Parser-0.10/t/chain.t
|
|
Compiler-Parser-0.10/t/code.t
|
|
Compiler-Parser-0.10/t/control.t
|
|
Compiler-Parser-0.10/t/empty.t
|
|
Compiler-Parser-0.10/t/error.t
|
|
Compiler-Parser-0.10/t/find.t
|
|
Compiler-Parser-0.10/t/handle.t
|
|
Compiler-Parser-0.10/t/hash.t
|
|
Compiler-Parser-0.10/t/inc/Test/Compiler/Parser.pm
|
|
Compiler-Parser-0.10/t/map.t
|
|
Compiler-Parser-0.10/t/module.t
|
|
Compiler-Parser-0.10/t/operator/assign.t
|
|
Compiler-Parser-0.10/t/operator/binary_operator.t
|
|
Compiler-Parser-0.10/t/operator/priority.t
|
|
Compiler-Parser-0.10/t/operator/single_term_operator.t
|
|
Compiler-Parser-0.10/t/package.t
|
|
Compiler-Parser-0.10/t/perl/base/cond.t
|
|
Compiler-Parser-0.10/t/perl/base/if.t
|
|
Compiler-Parser-0.10/t/regex.t
|
|
Compiler-Parser-0.10/t/remove.t
|
|
Compiler-Parser-0.10/t/reported_issue.t
|
|
Compiler-Parser-0.10/t/statement/do.t
|
|
Compiler-Parser-0.10/t/statement/if.t
|
|
Compiler-Parser-0.10/t/statement/loop.t
|
|
Compiler-Parser-0.10/t/statement/missing_semicolon.t
|
|
Compiler-Parser-0.10/t/sub.t
|
|
Compiler-Parser-0.10/t/use.t
|
|
Compiler-Parser-0.10/t/walk.t
|
|
Compiler-Parser-0.10/typemap
|
|
Compiler-Parser-0.10/META.yml
|
|
Compiler-Parser-0.10/MANIFEST
|
|
Entering Compiler-Parser-0.10
|
|
Checking configure dependencies from META.json
|
|
Checking if you have Module::Build 0.38 ... Yes (0.4222)
|
|
Checking if you have Module::Build::XSUtil 0.02 ... Yes (0.16)
|
|
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
|
|
Running Build.PL
|
|
Configuring Compiler-Parser-0.10 ... Can't locate builder/MyBuilder.pm in @INC (you may need to install the builder::MyBuilder module) (@INC contains: /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at Build.PL line 12.
|
|
BEGIN failed--compilation aborted at Build.PL line 12.
|
|
! Configure failed for Compiler-Parser-0.10. See /home/ryan/.cpanm/work/1493242858.17170/build.log for details.
|
|
N/A
|
|
Command [cpanm --reinstall --verbose Compiler::Parser] 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
|