461 lines
28 KiB
Text
461 lines
28 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/1493145212.20740
|
|
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 yagg () on cpanmetadb ...
|
|
Unpacking yagg-1.4007.tar.gz
|
|
--> Working on yagg
|
|
Fetching http://www.cpan.org/authors/id/D/DC/DCOPPIT/yagg-1.4007.tar.gz ... OK
|
|
yagg-1.4007/
|
|
yagg-1.4007/CHANGES
|
|
yagg-1.4007/etc/
|
|
yagg-1.4007/examples/
|
|
yagg-1.4007/inc/
|
|
yagg-1.4007/lib/
|
|
yagg-1.4007/LICENSE
|
|
yagg-1.4007/Makefile.PL
|
|
yagg-1.4007/MANIFEST
|
|
yagg-1.4007/META.yml
|
|
yagg-1.4007/private-lib/
|
|
yagg-1.4007/random_generator
|
|
yagg-1.4007/README
|
|
yagg-1.4007/t/
|
|
yagg-1.4007/TODO
|
|
yagg-1.4007/yagg
|
|
yagg-1.4007/t/compile.t
|
|
yagg-1.4007/t/generate.t
|
|
yagg-1.4007/t/grammars/
|
|
yagg-1.4007/t/logical_expressions_simple/
|
|
yagg-1.4007/t/pod.t
|
|
yagg-1.4007/t/results/
|
|
yagg-1.4007/t/run.t
|
|
yagg-1.4007/t/Test/
|
|
yagg-1.4007/t/Test/Utils.pm
|
|
yagg-1.4007/t/results/infinite_loop
|
|
yagg-1.4007/t/results/left_recursion
|
|
yagg-1.4007/t/results/none
|
|
yagg-1.4007/t/logical_expressions_simple/CHANGES
|
|
yagg-1.4007/t/logical_expressions_simple/doc/
|
|
yagg-1.4007/t/logical_expressions_simple/GNUmakefile
|
|
yagg-1.4007/t/logical_expressions_simple/src/
|
|
yagg-1.4007/t/logical_expressions_simple/util/
|
|
yagg-1.4007/t/logical_expressions_simple/util/basedir
|
|
yagg-1.4007/t/logical_expressions_simple/util/colors
|
|
yagg-1.4007/t/logical_expressions_simple/util/compute_coverage.pl
|
|
yagg-1.4007/t/logical_expressions_simple/util/ensure_progress
|
|
yagg-1.4007/t/logical_expressions_simple/util/makedependgcc
|
|
yagg-1.4007/t/logical_expressions_simple/util/mkdirhier.pl
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/
|
|
yagg-1.4007/t/logical_expressions_simple/src/progs/
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/nonterminal_rules/
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/terminal_rules/
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/terminal_rules/constant_terminal.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/terminal_rules/dependent_terminal.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/terminal_rules/finite_terminal.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/terminal_rules/independent_terminal.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/nonterminal_rules/bounded_rules.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/nonterminal_rules/unbounded_rules_2.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/nonterminal_rules/unbounded_rules_3a.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/tests/generator/nonterminal_rules/unbounded_rules_3b.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/progs/generate.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/nonterminal_rules/
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/utility/
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/utility/nonterminal_utility.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/utility/nonterminal_utility.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/utility/terminal_utility.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/utility/terminal_utility.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/ATOMIC.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/ATOMIC.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/BINARY_OPERATOR.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/BINARY_OPERATOR.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/LEFT_PAREN.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/LEFT_PAREN.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/RIGHT_PAREN.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/RIGHT_PAREN.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/UNARY_OPERATOR.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/terminal_rules/UNARY_OPERATOR.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/nonterminal_rules/wfe.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/model/nonterminal_rules/wfe.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/allocations/
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule/
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule_list/
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/shared/
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/utility/
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/utility/to_string.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/utility/utility.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/utility/utility.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/shared/searchable_list
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule_list/rule_list.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule_list/rule_list.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule/nonterminal_rule.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule/nonterminal_rule.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule/rule.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule/rule.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule/terminal_rule.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/rule/terminal_rule.h
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/allocations/allocations_cache.cc
|
|
yagg-1.4007/t/logical_expressions_simple/src/generator/allocations/allocations_cache.h
|
|
yagg-1.4007/t/logical_expressions_simple/doc/design.txt
|
|
yagg-1.4007/t/grammars/infinite_loop.yg
|
|
yagg-1.4007/t/grammars/left_recursion.yg
|
|
yagg-1.4007/private-lib/Module/
|
|
yagg-1.4007/private-lib/Module/Install/
|
|
yagg-1.4007/private-lib/Module/Install/PRIVATE/
|
|
yagg-1.4007/private-lib/Module/Install/PRIVATE/Configure_Programs.pm
|
|
yagg-1.4007/private-lib/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
|
|
yagg-1.4007/private-lib/Module/Install/PRIVATE/Fix_Sort_Versions.pm
|
|
yagg-1.4007/private-lib/Module/Install/PRIVATE/Make_Parsers.pm
|
|
yagg-1.4007/lib/yagg/
|
|
yagg-1.4007/lib/yagg/Config.pm
|
|
yagg-1.4007/lib/yagg/Grammar.pm
|
|
yagg-1.4007/lib/yagg/input_generator_code/
|
|
yagg-1.4007/lib/yagg/NonterminalParser.pm
|
|
yagg-1.4007/lib/yagg/TerminalParser.pm
|
|
yagg-1.4007/lib/yagg/Tutorial.pod
|
|
yagg-1.4007/lib/yagg/input_generator_code/CHANGES
|
|
yagg-1.4007/lib/yagg/input_generator_code/doc/
|
|
yagg-1.4007/lib/yagg/input_generator_code/GNUmakefile
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/
|
|
yagg-1.4007/lib/yagg/input_generator_code/util/
|
|
yagg-1.4007/lib/yagg/input_generator_code/util/basedir
|
|
yagg-1.4007/lib/yagg/input_generator_code/util/colors
|
|
yagg-1.4007/lib/yagg/input_generator_code/util/compute_coverage.pl
|
|
yagg-1.4007/lib/yagg/input_generator_code/util/ensure_progress
|
|
yagg-1.4007/lib/yagg/input_generator_code/util/makedependgcc
|
|
yagg-1.4007/lib/yagg/input_generator_code/util/mkdirhier.pl
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/progs/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/nonterminal_rules/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/terminal_rules/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/terminal_rules/constant_terminal.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/terminal_rules/dependent_terminal.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/terminal_rules/finite_terminal.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/terminal_rules/independent_terminal.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/nonterminal_rules/bounded_rules.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/nonterminal_rules/unbounded_rules_2.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/nonterminal_rules/unbounded_rules_3a.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/tests/generator/nonterminal_rules/unbounded_rules_3b.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/progs/generate.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/nonterminal_rules/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/utility/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/utility/nonterminal_utility.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/utility/nonterminal_utility.template.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/utility/terminal_utility.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/utility/terminal_utility.template.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/alternation_terminal.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/alternation_terminal.template.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/equivalence_alternation_terminal.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/equivalence_alternation_terminal.template.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/equivalence_generator_terminal.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/equivalence_generator_terminal.template.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/simple_terminal.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/terminal_rules/simple_terminal.template.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/nonterminal_rules/caching_nonterminal.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/nonterminal_rules/caching_nonterminal.template.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/nonterminal_rules/noncaching_nonterminal.template.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/model/nonterminal_rules/noncaching_nonterminal.template.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/allocations/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule_list/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/shared/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/utility/
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/utility/to_string.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/utility/utility.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/utility/utility.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/shared/searchable_list
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule_list/rule_list.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule_list/rule_list.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule/nonterminal_rule.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule/nonterminal_rule.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule/rule.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule/rule.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule/terminal_rule.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/rule/terminal_rule.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/allocations/allocations_cache.cc
|
|
yagg-1.4007/lib/yagg/input_generator_code/src/generator/allocations/allocations_cache.h
|
|
yagg-1.4007/lib/yagg/input_generator_code/doc/design.txt
|
|
yagg-1.4007/inc/File/
|
|
yagg-1.4007/inc/Module/
|
|
yagg-1.4007/inc/Scalar/
|
|
yagg-1.4007/inc/Sort/
|
|
yagg-1.4007/inc/Sort/Versions.pm
|
|
yagg-1.4007/inc/Scalar/Util.pm
|
|
yagg-1.4007/inc/Module/Install/
|
|
yagg-1.4007/inc/Module/Install.pm
|
|
yagg-1.4007/inc/Module/Install/AutoLicense.pm
|
|
yagg-1.4007/inc/Module/Install/AutomatedTester.pm
|
|
yagg-1.4007/inc/Module/Install/Base.pm
|
|
yagg-1.4007/inc/Module/Install/Bugtracker.pm
|
|
yagg-1.4007/inc/Module/Install/Can.pm
|
|
yagg-1.4007/inc/Module/Install/CustomInstallationPath.pm
|
|
yagg-1.4007/inc/Module/Install/Fetch.pm
|
|
yagg-1.4007/inc/Module/Install/GetProgramLocations.pm
|
|
yagg-1.4007/inc/Module/Install/GithubMeta.pm
|
|
yagg-1.4007/inc/Module/Install/Include.pm
|
|
yagg-1.4007/inc/Module/Install/Makefile.pm
|
|
yagg-1.4007/inc/Module/Install/Metadata.pm
|
|
yagg-1.4007/inc/Module/Install/PRIVATE/
|
|
yagg-1.4007/inc/Module/Install/Scripts.pm
|
|
yagg-1.4007/inc/Module/Install/Win32.pm
|
|
yagg-1.4007/inc/Module/Install/WriteAll.pm
|
|
yagg-1.4007/inc/Module/Install/PRIVATE/Configure_Programs.pm
|
|
yagg-1.4007/inc/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
|
|
yagg-1.4007/inc/Module/Install/PRIVATE/Fix_Sort_Versions.pm
|
|
yagg-1.4007/inc/Module/Install/PRIVATE/Make_Parsers.pm
|
|
yagg-1.4007/inc/File/HomeDir/
|
|
yagg-1.4007/inc/File/HomeDir.pm
|
|
yagg-1.4007/inc/File/Temp.pm
|
|
yagg-1.4007/inc/File/Which.pm
|
|
yagg-1.4007/inc/File/HomeDir/Darwin/
|
|
yagg-1.4007/inc/File/HomeDir/Darwin.pm
|
|
yagg-1.4007/inc/File/HomeDir/Driver.pm
|
|
yagg-1.4007/inc/File/HomeDir/FreeDesktop.pm
|
|
yagg-1.4007/inc/File/HomeDir/MacOS9.pm
|
|
yagg-1.4007/inc/File/HomeDir/Test.pm
|
|
yagg-1.4007/inc/File/HomeDir/Unix.pm
|
|
yagg-1.4007/inc/File/HomeDir/Windows.pm
|
|
yagg-1.4007/inc/File/HomeDir/Darwin/Carbon.pm
|
|
yagg-1.4007/inc/File/HomeDir/Darwin/Cocoa.pm
|
|
yagg-1.4007/examples/ab/
|
|
yagg-1.4007/examples/basic_event_models/
|
|
yagg-1.4007/examples/fault_trees/
|
|
yagg-1.4007/examples/fault_trees_constrained/
|
|
yagg-1.4007/examples/hexadecimal/
|
|
yagg-1.4007/examples/logical_expressions_constrained/
|
|
yagg-1.4007/examples/logical_expressions_simple/
|
|
yagg-1.4007/examples/reliability_block_diagrams/
|
|
yagg-1.4007/examples/reliability_block_diagrams/rbd.lg
|
|
yagg-1.4007/examples/reliability_block_diagrams/rbd.yg
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/basic_types/
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd_textual_parser/
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd_textual_parser/rbd_textual_parser_includes.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/block.cc
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/block.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/block_set.cc
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/block_set.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/component.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/dests_map.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/phys_to_log_map.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/rbd.cc
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/rbd/rbd.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/basic_types/bijection.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/basic_types/event.cc
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/basic_types/event.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/basic_types/function.h
|
|
yagg-1.4007/examples/reliability_block_diagrams/user_code/src/model/basic_types/searchable_list
|
|
yagg-1.4007/examples/logical_expressions_simple/logical_expression.lg
|
|
yagg-1.4007/examples/logical_expressions_simple/logical_expression.yg
|
|
yagg-1.4007/examples/logical_expressions_simple/README
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression.lg
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression.yg
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/
|
|
yagg-1.4007/examples/logical_expressions_constrained/README
|
|
yagg-1.4007/examples/logical_expressions_constrained/test_generator_and_parser.pl
|
|
yagg-1.4007/examples/logical_expressions_constrained/user_code/
|
|
yagg-1.4007/examples/logical_expressions_constrained/user_code/src/
|
|
yagg-1.4007/examples/logical_expressions_constrained/user_code/src/model/
|
|
yagg-1.4007/examples/logical_expressions_constrained/user_code/src/progs/
|
|
yagg-1.4007/examples/logical_expressions_constrained/user_code/src/progs/generate.cc
|
|
yagg-1.4007/examples/logical_expressions_constrained/user_code/src/model/logical_expression_parser/
|
|
yagg-1.4007/examples/logical_expressions_constrained/user_code/src/model/logical_expression_parser/logical_expression_parser_includes.h
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/GNUmakefile
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/README
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/src/
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/util/
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/util/basedir
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/util/colors
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/util/makedependgcc
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/util/mkdirhier.pl
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/src/logical_expression_parser/
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/src/progs/
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/src/progs/logical_expression_parser.cc
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/src/progs/logical_expression_scanner.cc
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/src/logical_expression_parser/logical_expression_parser.y
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/src/logical_expression_parser/logical_expression_parser_includes.h
|
|
yagg-1.4007/examples/logical_expressions_constrained/logical_expression_parser/src/logical_expression_parser/logical_expression_scanner.lex
|
|
yagg-1.4007/examples/hexadecimal/hexadecimal.lg
|
|
yagg-1.4007/examples/hexadecimal/hexadecimal.yg
|
|
yagg-1.4007/examples/hexadecimal/README
|
|
yagg-1.4007/examples/fault_trees_constrained/fault_tree.lg
|
|
yagg-1.4007/examples/fault_trees_constrained/fault_tree.yg
|
|
yagg-1.4007/examples/fault_trees_constrained/README
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/tests/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/tests/model/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/tests/model/nonterminal_rules/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/tests/model/nonterminal_rules/identifier_list.cc
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/basic_types/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree_textual_parser/
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree_textual_parser/fault_tree_textual_parser_includes.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/fault_tree.cc
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/fault_tree.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/functional_dependency.cc
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/functional_dependency.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/input_sequence.cc
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/input_sequence.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/inputs_map.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/replication.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/replication_map.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/threshold.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/fault_tree/threshold_map.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/basic_types/bijection.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/basic_types/event.cc
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/basic_types/event.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/basic_types/function.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/basic_types/integer.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/basic_types/natural.h
|
|
yagg-1.4007/examples/fault_trees_constrained/user_code/src/model/basic_types/searchable_list
|
|
yagg-1.4007/examples/fault_trees/fault_tree.lg
|
|
yagg-1.4007/examples/fault_trees/fault_tree.yg
|
|
yagg-1.4007/examples/fault_trees/README
|
|
yagg-1.4007/examples/fault_trees/user_code/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/tests/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/tests/model/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/tests/model/nonterminal_rules/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/tests/model/nonterminal_rules/identifier_list.cc
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/basic_types/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree_textual_parser/
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree_textual_parser/fault_tree_textual_parser_includes.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/fault_tree.cc
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/fault_tree.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/functional_dependency.cc
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/functional_dependency.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/input_sequence.cc
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/input_sequence.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/inputs_map.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/replication.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/replication_map.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/threshold.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/fault_tree/threshold_map.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/basic_types/bijection.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/basic_types/event.cc
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/basic_types/event.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/basic_types/function.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/basic_types/integer.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/basic_types/natural.h
|
|
yagg-1.4007/examples/fault_trees/user_code/src/model/basic_types/searchable_list
|
|
yagg-1.4007/examples/basic_event_models/basic_event_model.lg
|
|
yagg-1.4007/examples/basic_event_models/basic_event_model.yg
|
|
yagg-1.4007/examples/basic_event_models/README
|
|
yagg-1.4007/examples/basic_event_models/user_code/
|
|
yagg-1.4007/examples/basic_event_models/user_code/src/
|
|
yagg-1.4007/examples/basic_event_models/user_code/src/model/
|
|
yagg-1.4007/examples/basic_event_models/user_code/src/model/basic_event_model_textual_parser/
|
|
yagg-1.4007/examples/basic_event_models/user_code/src/model/basic_types/
|
|
yagg-1.4007/examples/basic_event_models/user_code/src/model/basic_types/natural.h
|
|
yagg-1.4007/examples/basic_event_models/user_code/src/model/basic_types/real.cc
|
|
yagg-1.4007/examples/basic_event_models/user_code/src/model/basic_types/real.h
|
|
yagg-1.4007/examples/basic_event_models/user_code/src/model/basic_event_model_textual_parser/basic_event_model_textual_parser_includes.h
|
|
yagg-1.4007/examples/ab/ab.yg
|
|
yagg-1.4007/examples/ab/ab_check_constrained.yg
|
|
yagg-1.4007/examples/ab/ab_check_constrained_pointers.yg
|
|
yagg-1.4007/examples/ab/ab_grammar_constrained.yg
|
|
yagg-1.4007/examples/ab/ab_parser/
|
|
yagg-1.4007/examples/ab/README
|
|
yagg-1.4007/examples/ab/test_generator_and_parser.pl
|
|
yagg-1.4007/examples/ab/ab_parser/GNUmakefile
|
|
yagg-1.4007/examples/ab/ab_parser/README
|
|
yagg-1.4007/examples/ab/ab_parser/src/
|
|
yagg-1.4007/examples/ab/ab_parser/util/
|
|
yagg-1.4007/examples/ab/ab_parser/util/basedir
|
|
yagg-1.4007/examples/ab/ab_parser/util/colors
|
|
yagg-1.4007/examples/ab/ab_parser/util/makedependgcc
|
|
yagg-1.4007/examples/ab/ab_parser/util/mkdirhier.pl
|
|
yagg-1.4007/examples/ab/ab_parser/src/ab_parser/
|
|
yagg-1.4007/examples/ab/ab_parser/src/progs/
|
|
yagg-1.4007/examples/ab/ab_parser/src/progs/ab_parser.cc
|
|
yagg-1.4007/examples/ab/ab_parser/src/progs/ab_scanner.cc
|
|
yagg-1.4007/examples/ab/ab_parser/src/ab_parser/ab_parser.y
|
|
yagg-1.4007/examples/ab/ab_parser/src/ab_parser/ab_parser_includes.h
|
|
yagg-1.4007/examples/ab/ab_parser/src/ab_parser/ab_scanner.lex
|
|
yagg-1.4007/etc/nonterminal_parser_grammar.yp
|
|
yagg-1.4007/etc/terminal_parser_grammar.yp
|
|
Entering yagg-1.4007
|
|
Checking configure dependencies from META.yml
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Checking if you have File::Slurp 0 ... Yes (9999.19)
|
|
Checking if you have URI::Escape 0 ... Yes (3.31)
|
|
Running Makefile.PL
|
|
Configuring yagg-1.4007 ... Subroutine auto_tester redefined at inc/Module/Install/AutomatedTester.pm line 10.
|
|
Subroutine cpan_tester redefined at inc/Module/Install/AutomatedTester.pm line 15.
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
Would you like to install this package into a location other than the
|
|
default Perl location (i.e. change the PREFIX)? [n] n
|
|
yagg uses a number of external programs. For security reasons, it is best if
|
|
you provide their full path. In the following prompts, we will try to guess
|
|
these paths from your Perl configuration and your $PATH.
|
|
|
|
You MUST specify *GNU* make and yapp. ssh is only necessary if you plan to use
|
|
the remote execution capabilities of the -o flag. yapp is part of the
|
|
Parse::Yapp Perl module distribution.
|
|
|
|
Enter the full path, or "none" for none.
|
|
Where can I find your "ar" executable? [/usr/bin/ar] /usr/bin/ar
|
|
Where can I find your "c++" executable? [/usr/bin/c++] /usr/bin/c++
|
|
Where can I find your "chmod" executable? [/bin/chmod] /bin/chmod
|
|
Where can I find your "cp" executable? [/bin/cp] /bin/cp
|
|
Where can I find your "cpp" executable? [/usr/bin/cpp] /usr/bin/cpp
|
|
Where can I find your "date" executable? [/bin/date] /bin/date
|
|
Where can I find your "dirname" executable? [/usr/bin/dirname] /usr/bin/dirname
|
|
Where can I find your "expr" executable? [/usr/bin/expr] /usr/bin/expr
|
|
Where can I find your "find" executable? (Non-GNU, or GNU types) [/usr/bin/find] /usr/bin/find
|
|
Where can I find your "grep" executable? [/bin/grep] /bin/grep
|
|
Where can I find your "ln" executable? [/bin/ln] /bin/ln
|
|
Where can I find your "make" executable? (GNU type) [/usr/bin/make] /usr/bin/make
|
|
Where can I find your "mkdir" executable? [/bin/mkdir] /bin/mkdir
|
|
Where can I find your "mv" executable? [/bin/mv] /bin/mv
|
|
Where can I find your "perl" executable? [/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl] /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
|
Where can I find your "rm" executable? [/bin/rm] /bin/rm
|
|
Where can I find your "rsync" executable? [/usr/bin/rsync] /usr/bin/rsync
|
|
Where can I find your "ssh" executable? [/usr/bin/ssh] /usr/bin/ssh
|
|
Where can I find your "yapp" executable? [none] none
|
|
Can't create parsers without "yapp"
|
|
! Configure failed for yagg-1.4007. See /home/ryan/.cpanm/work/1493145212.20740/build.log for details.
|
|
N/A
|
|
Command [cpanm --reinstall --verbose yagg] 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
|