Created
January 21, 2011 16:34
-
-
Save TimToady/789935 to your computer and use it in GitHub Desktop.
build problem with 2.8.2 on 64-bit ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4b253e61e4a0ec231c50eecb3. | |
edo:~/perl6/niecza 10> make | |
rm -rf boot/ | |
mkdir boot | |
wget --no-check-certificate -Oboot/niecza.zip $(cat FETCH_URL) | |
--2011-01-21 08:25:43-- https://github.com/downloads/sorear/niecza/niecza-1.51.zip | |
Resolving github.com... 207.97.227.239 | |
Connecting to github.com|207.97.227.239|:443... connected. | |
WARNING: certificate common name `*.github.com' doesn't match requested host name `github.com'. | |
HTTP request sent, awaiting response... 302 Found | |
Location: http://cloud.github.com/downloads/sorear/niecza/niecza-1.51.zip [following] | |
--2011-01-21 08:25:44-- http://cloud.github.com/downloads/sorear/niecza/niecza-1.51.zip | |
Resolving cloud.github.com... 216.137.37.172, 216.137.37.250, 216.137.37.242, ... | |
Connecting to cloud.github.com|216.137.37.172|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1239474 (1.2M) [application/zip] | |
Saving to: `boot/niecza.zip' | |
100%[============================================================>] 1,239,474 186K/s in 6.6s | |
2011-01-21 08:25:50 (184 KB/s) - `boot/niecza.zip' saved [1239474/1239474] | |
cd boot && unzip niecza.zip | |
Archive: niecza.zip | |
creating: docs/ | |
inflating: docs/announce.v1 | |
inflating: docs/lhf.txt | |
inflating: docs/announce.initial | |
inflating: docs/overview.pod | |
inflating: docs/compiler.pod | |
inflating: docs/nam.pod | |
inflating: docs/DIRECTIONS | |
inflating: docs/tracing.pod | |
creating: lib/ | |
inflating: lib/Test.pm6 | |
inflating: lib/.Kernel.cs.swp | |
inflating: lib/SAFE.setting | |
inflating: lib/CORE.setting | |
inflating: lib/Threads.pm6 | |
inflating: lib/JSYNC.pm6 | |
inflating: lib/.Builtins.cs.swp | |
inflating: lib/.CLRBackend.cs.swp | |
inflating: LICENSE | |
creating: obj/ | |
inflating: obj/Kernel.dll | |
inflating: obj/CLRBackend.exe | |
inflating: README.pod | |
creating: run/ | |
inflating: run/Niecza.exe | |
inflating: run/NieczaGrammar.dll | |
inflating: run/NieczaBackendClisp.dll | |
inflating: run/CORE.dll | |
inflating: run/RxOp.dll | |
inflating: run/Op.dll | |
inflating: run/NieczaPassBegin.dll | |
inflating: run/Kernel.dll | |
inflating: run/NieczaCompiler.dll | |
inflating: run/STD.dll | |
inflating: run/NieczaFrontendSTD.dll | |
inflating: run/CClass.dll | |
inflating: run/OptRxSimple.dll | |
inflating: run/NieczaPathSearch.dll | |
inflating: run/Stash.dll | |
extracting: run/.gitignore | |
inflating: run/Body.dll | |
inflating: run/NAMOutput.dll | |
inflating: run/Metamodel.dll | |
inflating: run/SAFE.dll | |
inflating: run/NAME.dll | |
inflating: run/JSYNC.dll | |
inflating: run/CgOp.dll | |
inflating: run/Sig.dll | |
inflating: run/NieczaBackendDotnet.dll | |
inflating: run/NieczaBackendNAM.dll | |
inflating: run/NieczaActions.dll | |
inflating: run/NieczaPassBeta.dll | |
inflating: run/Unit.dll | |
inflating: run/NieczaPassSimplifier.dll | |
touch .fetch-stamp | |
cd src && mono ../boot/run/Niecza.exe -v -c -Bnam niecza | |
Trying to load depended module CORE | |
(Re)compilation needed | |
Trying to load depended module SAFE | |
(Re)compilation needed | |
SAFE: NieczaFrontendSTD took 4.48966097831726 | |
SAFE: NieczaPassBegin took 0.172030925750732 | |
SAFE: NieczaPassBeta took 0.0417799949645996 | |
SAFE: NieczaPassSimplifier took 0.0770220756530762 | |
SAFE: NieczaBackendNAM-save took 0.496989965438843 | |
SAFE: NieczaBackendNAM-post took 0.000333786010742188 | |
SAFE: NieczaBackendNAM-run took 0.000155925750732422 | |
Loaded SAFE | |
CORE: NieczaFrontendSTD took 5.58293008804321 | |
CORE: NieczaPassBegin took 0.0191059112548828 | |
CORE: NieczaPassBeta took 0.00247502326965332 | |
CORE: NieczaPassSimplifier took 0.00471115112304688 | |
CORE: NieczaBackendNAM-save took 0.0228679180145264 | |
CORE: NieczaBackendNAM-post took 1.9073486328125E-05 | |
CORE: NieczaBackendNAM-run took 2.86102294921875E-06 | |
Loaded CORE | |
Trying to load depended module Metamodel | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module NAME | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
NAME: NieczaFrontendSTD took 0.0638148784637451 | |
NAME: NieczaPassBegin took 0.00485706329345703 | |
NAME: NieczaPassBeta took 0.000329971313476563 | |
NAME: NieczaPassSimplifier took 0.00203394889831543 | |
NAME: NieczaBackendNAM-save took 0.00498294830322266 | |
NAME: NieczaBackendNAM-post took 1.38282775878906E-05 | |
NAME: NieczaBackendNAM-run took 4.05311584472656E-06 | |
Loaded NAME | |
Trying to load depended module Stash | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Stash: NieczaFrontendSTD took 0.0544400215148926 | |
Stash: NieczaPassBegin took 0.00414299964904785 | |
Stash: NieczaPassBeta took 0.000284910202026367 | |
Stash: NieczaPassSimplifier took 0.00218510627746582 | |
Stash: NieczaBackendNAM-save took 0.00490021705627441 | |
Stash: NieczaBackendNAM-post took 1.21593475341797E-05 | |
Stash: NieczaBackendNAM-run took 3.09944152832031E-06 | |
Loaded Stash | |
Metamodel: NieczaFrontendSTD took 2.93344283103943 | |
Metamodel: NieczaPassBegin took 0.116697072982788 | |
Metamodel: NieczaPassBeta took 0.029778003692627 | |
Metamodel: NieczaPassSimplifier took 0.429509878158569 | |
Metamodel: NieczaBackendNAM-save took 0.177345037460327 | |
Metamodel: NieczaBackendNAM-post took 2.00271606445313E-05 | |
Metamodel: NieczaBackendNAM-run took 5.96046447753906E-06 | |
Loaded Metamodel | |
Trying to load depended module Op | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module CgOp | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
CgOp: NieczaFrontendSTD took 2.76744413375854 | |
CgOp: NieczaPassBegin took 0.101243019104004 | |
CgOp: NieczaPassBeta took 0.0107028484344482 | |
CgOp: NieczaPassSimplifier took 0.0319681167602539 | |
CgOp: NieczaBackendNAM-save took 0.181030988693237 | |
CgOp: NieczaBackendNAM-post took 1.81198120117188E-05 | |
CgOp: NieczaBackendNAM-run took 3.09944152832031E-06 | |
Loaded CgOp | |
Op: NieczaFrontendSTD took 6.53811287879944 | |
Op: NieczaPassBegin took 0.152466058731079 | |
Op: NieczaPassBeta took 0.0214760303497314 | |
Op: NieczaPassSimplifier took 0.0761630535125732 | |
Op: NieczaBackendNAM-save took 0.222506999969482 | |
Op: NieczaBackendNAM-post took 1.88350677490234E-05 | |
Op: NieczaBackendNAM-run took 2.86102294921875E-06 | |
Loaded Op | |
Trying to load depended module Body | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Body: NieczaFrontendSTD took 0.0436861515045166 | |
Body: NieczaPassBegin took 0.00586605072021484 | |
Body: NieczaPassBeta took 0.000165224075317383 | |
Body: NieczaPassSimplifier took 0.000458002090454102 | |
Body: NieczaBackendNAM-save took 0.00522613525390625 | |
Body: NieczaBackendNAM-post took 1.50203704833984E-05 | |
Body: NieczaBackendNAM-run took 2.86102294921875E-06 | |
Loaded Body | |
Trying to load depended module Unit | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Unit: NieczaFrontendSTD took 0.0386309623718262 | |
Unit: NieczaPassBegin took 0.0047600269317627 | |
Unit: NieczaPassBeta took 0.000162839889526367 | |
Unit: NieczaPassSimplifier took 0.000614166259765625 | |
Unit: NieczaBackendNAM-save took 0.00445699691772461 | |
Unit: NieczaBackendNAM-post took 9.05990600585938E-06 | |
Unit: NieczaBackendNAM-run took 2.86102294921875E-06 | |
Loaded Unit | |
Trying to load depended module JSYNC | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
JSYNC: NieczaFrontendSTD took 0.0522778034210205 | |
JSYNC: NieczaPassBegin took 0.00457096099853516 | |
JSYNC: NieczaPassBeta took 0.000332117080688477 | |
JSYNC: NieczaPassSimplifier took 0.000569820404052734 | |
JSYNC: NieczaBackendNAM-save took 0.00500297546386719 | |
JSYNC: NieczaBackendNAM-post took 1.40666961669922E-05 | |
JSYNC: NieczaBackendNAM-run took 2.86102294921875E-06 | |
Loaded JSYNC | |
Trying to load depended module NAMOutput | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module JSYNC | |
Checking datedness of JSYNC | |
Loaded JSYNC | |
Trying to load depended module Metamodel | |
Checking datedness of Metamodel | |
Loaded Metamodel | |
Trying to load depended module Sig | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module CgOp | |
Checking datedness of CgOp | |
Loaded CgOp | |
Sig: NieczaFrontendSTD took 0.574741840362549 | |
Sig: NieczaPassBegin took 0.0186378955841064 | |
Sig: NieczaPassBeta took 0.00284600257873535 | |
Sig: NieczaPassSimplifier took 0.0056610107421875 | |
Sig: NieczaBackendNAM-save took 0.0230197906494141 | |
Sig: NieczaBackendNAM-post took 2.00271606445313E-05 | |
Sig: NieczaBackendNAM-run took 3.814697265625E-06 | |
Loaded Sig | |
NAMOutput: NieczaFrontendSTD took 1.97049403190613 | |
NAMOutput: NieczaPassBegin took 0.0428009033203125 | |
NAMOutput: NieczaPassBeta took 0.0111320018768311 | |
NAMOutput: NieczaPassSimplifier took 0.0468928813934326 | |
NAMOutput: NieczaBackendNAM-save took 0.0813829898834229 | |
NAMOutput: NieczaBackendNAM-post took 2.40802764892578E-05 | |
NAMOutput: NieczaBackendNAM-run took 3.09944152832031E-06 | |
Loaded NAMOutput | |
Trying to load depended module NieczaFrontendSTD | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module STD | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module Stash | |
Checking datedness of Stash | |
Loaded Stash | |
Trying to load depended module NAME | |
Checking datedness of NAME | |
Loaded NAME | |
Potential difficulties: | |
$infix is declared but not used at /home/larry/perl6/niecza/src/STD.pm6 line 3137: | |
------> :my (⏏$infix, $O, $sym); | |
$v is declared but not used at /home/larry/perl6/niecza/src/STD.pm6 line 5562: | |
------> my $v⏏ = $here.lookup_compiler_var($name); | |
@sl is declared but not used at /home/larry/perl6/niecza/src/STD.pm6 line 6258: | |
------> method mark_sinks(⏏@sl) { | |
STD: NieczaFrontendSTD took 27.7176818847656 | |
STD: NieczaPassBegin took 1.69827914237976 | |
STD: NieczaPassBeta took 0.460196018218994 | |
STD: NieczaPassSimplifier took 1.74131917953491 | |
STD: NieczaBackendNAM-save took 5.24294400215149 | |
STD: NieczaBackendNAM-post took 2.00271606445313E-05 | |
STD: NieczaBackendNAM-run took 4.05311584472656E-06 | |
Loaded STD | |
Trying to load depended module Stash | |
Checking datedness of Stash | |
Loaded Stash | |
Trying to load depended module NieczaGrammar | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module STD | |
Checking datedness of STD | |
Loaded STD | |
NieczaGrammar: NieczaFrontendSTD took 0.161688804626465 | |
NieczaGrammar: NieczaPassBegin took 0.0168850421905518 | |
NieczaGrammar: NieczaPassBeta took 0.00275993347167969 | |
NieczaGrammar: NieczaPassSimplifier took 0.00358390808105469 | |
NieczaGrammar: NieczaBackendNAM-save took 0.024914026260376 | |
NieczaGrammar: NieczaBackendNAM-post took 1.88350677490234E-05 | |
NieczaGrammar: NieczaBackendNAM-run took 2.86102294921875E-06 | |
Loaded NieczaGrammar | |
Trying to load depended module NieczaActions | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module Op | |
Checking datedness of Op | |
Loaded Op | |
Trying to load depended module RxOp | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module CgOp | |
Checking datedness of CgOp | |
Loaded CgOp | |
Trying to load depended module CClass | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Potential difficulties: | |
$b is declared but not used at /home/larry/perl6/niecza/src/CClass.pm6 line 82: | |
------> method negate() { _binop(-> $a, ⏏$b { 0x3FFF_FFFF +& +^$a }, self, $Empty | |
CClass: NieczaFrontendSTD took 0.42008113861084 | |
CClass: NieczaPassBegin took 0.013679027557373 | |
CClass: NieczaPassBeta took 0.00460505485534668 | |
CClass: NieczaPassSimplifier took 0.0164880752563477 | |
CClass: NieczaBackendNAM-save took 0.0307729244232178 | |
CClass: NieczaBackendNAM-post took 2.00271606445313E-05 | |
CClass: NieczaBackendNAM-run took 4.05311584472656E-06 | |
Loaded CClass | |
Potential difficulties: | |
$body is declared but not used at /home/larry/perl6/niecza/src/RxOp.pm6 line 631: | |
------> method code(⏏$body) { | |
RxOp: NieczaFrontendSTD took 4.18176198005676 | |
RxOp: NieczaPassBegin took 0.108325958251953 | |
RxOp: NieczaPassBeta took 0.0232629776000977 | |
RxOp: NieczaPassSimplifier took 0.0823831558227539 | |
RxOp: NieczaBackendNAM-save took 0.181819915771484 | |
RxOp: NieczaBackendNAM-post took 1.69277191162109E-05 | |
RxOp: NieczaBackendNAM-run took 5.96046447753906E-06 | |
Loaded RxOp | |
Trying to load depended module Body | |
Checking datedness of Body | |
Loaded Body | |
Trying to load depended module Unit | |
Checking datedness of Unit | |
Loaded Unit | |
Trying to load depended module Sig | |
Checking datedness of Sig | |
Loaded Sig | |
Trying to load depended module CClass | |
Checking datedness of CClass | |
Loaded CClass | |
Trying to load depended module OptRxSimple | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module RxOp | |
Checking datedness of RxOp | |
Loaded RxOp | |
Potential difficulties: | |
$cut is declared but not used at /home/larry/perl6/niecza/src/OptRxSimple.pm6 line 91: | |
------> method rxsimp(⏏$cut) { | |
OptRxSimple: NieczaFrontendSTD took 1.50833702087402 | |
OptRxSimple: NieczaPassBegin took 0.0438590049743652 | |
OptRxSimple: NieczaPassBeta took 0.00808811187744141 | |
OptRxSimple: NieczaPassSimplifier took 0.0299739837646484 | |
OptRxSimple: NieczaBackendNAM-save took 0.0574071407318115 | |
OptRxSimple: NieczaBackendNAM-post took 2.00271606445313E-05 | |
OptRxSimple: NieczaBackendNAM-run took 3.09944152832031E-06 | |
Loaded OptRxSimple | |
Potential difficulties: | |
$rw is declared but not used at /home/larry/perl6/niecza/src/NieczaActions.pm6 line 2512: | |
------> my $rw⏏ = $<lambda> && $<lambda> eq '<->'; | |
NieczaActions: NieczaFrontendSTD took 19.165867805481 | |
NieczaActions: NieczaPassBegin took 0.366513013839722 | |
NieczaActions: NieczaPassBeta took 0.129843950271606 | |
NieczaActions: NieczaPassSimplifier took 0.467203140258789 | |
NieczaActions: NieczaBackendNAM-save took 1.85388898849487 | |
NieczaActions: NieczaBackendNAM-post took 2.09808349609375E-05 | |
NieczaActions: NieczaBackendNAM-run took 3.09944152832031E-06 | |
Loaded NieczaActions | |
Potential difficulties: | |
$name is declared but not used at /home/larry/perl6/niecza/src/NieczaFrontendSTD.pm6 line 31: | |
------> method lookup_dynvar(⏏$name) { Any } # NYI | |
$text is declared but not used at /home/larry/perl6/niecza/src/NieczaFrontendSTD.pm6 line 32: | |
------> method check_old_cclass(⏏$text) { } # NYI | |
NieczaFrontendSTD: NieczaFrontendSTD took 62.7845270633698 | |
NieczaFrontendSTD: NieczaPassBegin took 0.0332908630371094 | |
NieczaFrontendSTD: NieczaPassBeta took 0.00528120994567871 | |
NieczaFrontendSTD: NieczaPassSimplifier took 0.0190939903259277 | |
NieczaFrontendSTD: NieczaBackendNAM-save took 0.0406529903411865 | |
NieczaFrontendSTD: NieczaBackendNAM-post took 1.9073486328125E-05 | |
NieczaFrontendSTD: NieczaBackendNAM-run took 3.814697265625E-06 | |
Loaded NieczaFrontendSTD | |
Trying to load depended module NieczaPassBegin | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module Unit | |
Checking datedness of Unit | |
Loaded Unit | |
Trying to load depended module Sig | |
Checking datedness of Sig | |
Loaded Sig | |
Trying to load depended module Body | |
Checking datedness of Body | |
Loaded Body | |
Trying to load depended module Op | |
Checking datedness of Op | |
Loaded Op | |
Trying to load depended module Metamodel | |
Checking datedness of Metamodel | |
Loaded Metamodel | |
NieczaPassBegin: NieczaFrontendSTD took 1.22546100616455 | |
NieczaPassBegin: NieczaPassBegin took 0.0707390308380127 | |
NieczaPassBegin: NieczaPassBeta took 0.0143861770629883 | |
NieczaPassBegin: NieczaPassSimplifier took 2.39706993103027 | |
NieczaPassBegin: NieczaBackendNAM-save took 0.118397951126099 | |
NieczaPassBegin: NieczaBackendNAM-post took 1.78813934326172E-05 | |
NieczaPassBegin: NieczaBackendNAM-run took 3.814697265625E-06 | |
Loaded NieczaPassBegin | |
Trying to load depended module NieczaPassBeta | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module CgOp | |
Checking datedness of CgOp | |
Loaded CgOp | |
NieczaPassBeta: NieczaFrontendSTD took 0.296464204788208 | |
NieczaPassBeta: NieczaPassBegin took 0.0142719745635986 | |
NieczaPassBeta: NieczaPassBeta took 0.00299596786499023 | |
NieczaPassBeta: NieczaPassSimplifier took 0.012080192565918 | |
NieczaPassBeta: NieczaBackendNAM-save took 0.0253379344940186 | |
NieczaPassBeta: NieczaBackendNAM-post took 1.69277191162109E-05 | |
NieczaPassBeta: NieczaBackendNAM-run took 2.86102294921875E-06 | |
Loaded NieczaPassBeta | |
Trying to load depended module NieczaPassSimplifier | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Potential difficulties: | |
$body is declared but not used at /home/larry/perl6/niecza/src/NieczaPassSimplifier.pm6 line 93: | |
------> sub do_assign(⏏$body, $nv, $invname, $op) { | |
$invname is declared but not used at /home/larry/perl6/niecza/src/NieczaPassSimplifier.pm6 line 93: | |
------> sub do_assign($body, $nv, ⏏$invname, $op) { | |
$nv is declared but not used at /home/larry/perl6/niecza/src/NieczaPassSimplifier.pm6 line 113: | |
------> o_builtin($name, $expect) { sub ($body, ⏏$nv, $invname, $op) { | |
NieczaPassSimplifier: NieczaFrontendSTD took 0.634681940078735 | |
NieczaPassSimplifier: NieczaPassBegin took 0.0223629474639893 | |
NieczaPassSimplifier: NieczaPassBeta took 0.00785589218139648 | |
NieczaPassSimplifier: NieczaPassSimplifier took 0.0292739868164063 | |
NieczaPassSimplifier: NieczaBackendNAM-save took 0.0502040386199951 | |
NieczaPassSimplifier: NieczaBackendNAM-post took 1.81198120117188E-05 | |
NieczaPassSimplifier: NieczaBackendNAM-run took 9.05990600585938E-06 | |
Loaded NieczaPassSimplifier | |
Trying to load depended module NieczaBackendNAM | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module NAMOutput | |
Checking datedness of NAMOutput | |
Loaded NAMOutput | |
NieczaBackendNAM: NieczaFrontendSTD took 1.2339448928833 | |
NieczaBackendNAM: NieczaPassBegin took 0.00795793533325195 | |
NieczaBackendNAM: NieczaPassBeta took 0.000358819961547852 | |
NieczaBackendNAM: NieczaPassSimplifier took 0.00140595436096191 | |
NieczaBackendNAM: NieczaBackendNAM-save took 0.00873017311096191 | |
NieczaBackendNAM: NieczaBackendNAM-post took 2.19345092773438E-05 | |
NieczaBackendNAM: NieczaBackendNAM-run took 4.05311584472656E-06 | |
Loaded NieczaBackendNAM | |
Trying to load depended module NieczaBackendDotnet | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module NieczaBackendNAM | |
Checking datedness of NieczaBackendNAM | |
Loaded NieczaBackendNAM | |
NieczaBackendDotnet: NieczaFrontendSTD took 0.107388973236084 | |
NieczaBackendDotnet: NieczaPassBegin took 0.00696992874145508 | |
NieczaBackendDotnet: NieczaPassBeta took 0.000457048416137695 | |
NieczaBackendDotnet: NieczaPassSimplifier took 0.00157690048217773 | |
NieczaBackendDotnet: NieczaBackendNAM-save took 0.00838494300842285 | |
NieczaBackendDotnet: NieczaBackendNAM-post took 1.50203704833984E-05 | |
NieczaBackendDotnet: NieczaBackendNAM-run took 3.09944152832031E-06 | |
Loaded NieczaBackendDotnet | |
Trying to load depended module NieczaBackendClisp | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module NieczaBackendNAM | |
Checking datedness of NieczaBackendNAM | |
Loaded NieczaBackendNAM | |
Potential difficulties: | |
$name is declared but not used at /home/larry/perl6/niecza/src/NieczaBackendClisp.pm6 line 10: | |
------> method post_save(⏏$name, :$main) { | |
NieczaBackendClisp: NieczaFrontendSTD took 0.0879268646240234 | |
NieczaBackendClisp: NieczaPassBegin took 0.00691890716552734 | |
NieczaBackendClisp: NieczaPassBeta took 0.000233173370361328 | |
NieczaBackendClisp: NieczaPassSimplifier took 0.000780105590820313 | |
NieczaBackendClisp: NieczaBackendNAM-save took 0.00674009323120117 | |
NieczaBackendClisp: NieczaBackendNAM-post took 1.69277191162109E-05 | |
NieczaBackendClisp: NieczaBackendNAM-run took 3.09944152832031E-06 | |
Loaded NieczaBackendClisp | |
Trying to load depended module NieczaPathSearch | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
NieczaPathSearch: NieczaFrontendSTD took 0.0863289833068848 | |
NieczaPathSearch: NieczaPassBegin took 0.00510787963867188 | |
NieczaPathSearch: NieczaPassBeta took 0.000723838806152344 | |
NieczaPathSearch: NieczaPassSimplifier took 0.00316691398620605 | |
NieczaPathSearch: NieczaBackendNAM-save took 0.0105178356170654 | |
NieczaPathSearch: NieczaBackendNAM-post took 1.9073486328125E-05 | |
NieczaPathSearch: NieczaBackendNAM-run took 9.05990600585938E-06 | |
Loaded NieczaPathSearch | |
Trying to load depended module NieczaCompiler | |
(Re)compilation needed | |
Trying to load depended module CORE | |
Checking datedness of CORE | |
Loaded CORE | |
Trying to load depended module JSYNC | |
Checking datedness of JSYNC | |
Loaded JSYNC | |
Potential difficulties: | |
$source is declared but not used at /home/larry/perl6/niecza/src/NieczaCompiler.pm6 line 74: | |
------> my ($filename, $modtime, ⏏$source) = $.module_finder.load_module($ | |
NieczaCompiler: NieczaFrontendSTD took 0.357722997665405 | |
NieczaCompiler: NieczaPassBegin took 0.0185859203338623 | |
NieczaCompiler: NieczaPassBeta took 0.00506901741027832 | |
NieczaCompiler: NieczaPassSimplifier took 0.0166621208190918 | |
NieczaCompiler: NieczaBackendNAM-save took 0.0349311828613281 | |
NieczaCompiler: NieczaBackendNAM-post took 2.21729278564453E-05 | |
NieczaCompiler: NieczaBackendNAM-run took 5.96046447753906E-06 | |
Loaded NieczaCompiler | |
Trying to load depended module CgOp | |
Checking datedness of CgOp | |
Loaded CgOp | |
Trying to load depended module Metamodel | |
Checking datedness of Metamodel | |
Loaded Metamodel | |
Trying to load depended module NieczaActions | |
Checking datedness of NieczaActions | |
Loaded NieczaActions | |
MAIN: NieczaFrontendSTD took 91.9845871925354 | |
MAIN: NieczaPassBegin took 0.112874031066895 | |
MAIN: NieczaPassBeta took 0.0141119956970215 | |
MAIN: NieczaPassSimplifier took 0.0378642082214355 | |
MAIN: NieczaBackendNAM-save took 0.080841064453125 | |
MAIN: NieczaBackendNAM-post took 2.09808349609375E-05 | |
MAIN: NieczaBackendNAM-run took 4.05311584472656E-06 | |
for nfile in SAFE CORE JSYNC CClass Body Unit CgOp Op Sig RxOp NAME Stash STD NieczaGrammar Metamodel OptRxSimple NAMOutput NieczaActions NieczaFrontendSTD NieczaPassBegin NieczaPassBeta NieczaPassSimplifier NieczaPathSearch NieczaBackendNAM NieczaBackendDotnet NieczaBackendClisp NieczaCompiler; do echo $nfile; \ | |
if [ boot/obj/$nfile.nam -nt boot/obj/$nfile.dll ]; then \ | |
mono boot/obj/CLRBackend.exe boot/obj $nfile.nam $nfile.dll 0; \ | |
fi; done | |
SAFE | |
CORE | |
JSYNC | |
CClass | |
Body | |
Unit | |
CgOp | |
Op | |
Sig | |
RxOp | |
NAME | |
Stash | |
STD | |
NieczaGrammar | |
Metamodel | |
OptRxSimple | |
NAMOutput | |
NieczaActions | |
NieczaFrontendSTD | |
NieczaPassBegin | |
NieczaPassBeta | |
NieczaPassSimplifier | |
NieczaPathSearch | |
NieczaBackendNAM | |
NieczaBackendDotnet | |
NieczaBackendClisp | |
NieczaCompiler | |
mono boot/obj/CLRBackend.exe boot/obj MAIN.nam MAIN.exe 1 | |
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'boot/obj/SAFE.dll' or one of its dependencies. The system cannot find the file specified. | |
File name: 'boot/obj/SAFE.dll' | |
at (wrapper managed-to-native) System.Reflection.Assembly:LoadFrom (string,bool) | |
at System.Reflection.Assembly.LoadFrom (System.String assemblyFile, System.Security.Policy.Evidence securityEvidence) [0x00000] in <filename unknown>:0 | |
at System.Reflection.Assembly.LoadFile (System.String path, System.Security.Policy.Evidence securityEvidence) [0x00000] in <filename unknown>:0 | |
at System.Reflection.Assembly.LoadFile (System.String path) [0x00000] in <filename unknown>:0 | |
at Niecza.CLRBackend.Unit.BindDepends (Boolean ismain) [0x00000] in <filename unknown>:0 | |
at Niecza.CLRBackend.Unit.BindDepends (Boolean ismain) [0x00000] in <filename unknown>:0 | |
at Niecza.CLRBackend.Unit.BindDepends (Boolean ismain) [0x00000] in <filename unknown>:0 | |
at Niecza.CLRBackend.Unit.BindDepends (Boolean ismain) [0x00000] in <filename unknown>:0 | |
at Niecza.CLRBackend.CLRBackend.Main (System.String[] args) [0x00000] in <filename unknown>:0 | |
make: *** [run/Niecza.exe] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment