Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created September 17, 2011 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlpilot/1224212 to your computer and use it in GitHub Desktop.
Save perlpilot/1224212 to your computer and use it in GitHub Desktop.
niecza problems
/home/duff/git/niecza [master %]
$ make
rm -rf boot/
mkdir boot
wget --no-check-certificate -Oboot/niecza.zip $(cat FETCH_URL)
--2011-09-17 13:29:29-- https://github.com/downloads/sorear/niecza/niecza-8.zip
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://cloud.github.com/downloads/sorear/niecza/niecza-8.zip [following]
--2011-09-17 13:29:29-- http://cloud.github.com/downloads/sorear/niecza/niecza-8.zip
Resolving cloud.github.com... 216.137.43.112, 216.137.43.168, 216.137.43.226, ...
Connecting to cloud.github.com|216.137.43.112|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1044676 (1020K) [.zip]
Saving to: `boot/niecza.zip'
100%[==========================================================>] 1,044,676 87.5K/s in 12s
2011-09-17 13:29:41 (88.1 KB/s) - `boot/niecza.zip' saved [1044676/1044676]
cd boot && unzip niecza.zip
Archive: niecza.zip
creating: docs/
inflating: docs/announce.v1
inflating: docs/announce.v2
inflating: docs/announce.v3
inflating: docs/announce.v4
inflating: docs/announce.v5
inflating: docs/announce.v6
inflating: docs/announce.v7
inflating: docs/announce.v8
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/CORE.setting
extracting: lib/CORN.setting
inflating: lib/Threads.pm6
inflating: lib/JSYNC.pm6
inflating: lib/CORP.setting
inflating: LICENSE
creating: obj/
inflating: obj/Kernel.dll
inflating: obj/CLRBackend.exe
inflating: obj/CrossDomainReceiver.dll
inflating: README.pod
creating: run/
inflating: run/Niecza.exe
inflating: run/NieczaGrammar.dll
inflating: run/NieczaBackendClisp.dll
inflating: run/CORE.dll
inflating: run/OpHelpers.dll
inflating: run/RxOp.dll
inflating: run/Op.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/Operator.dll
inflating: run/NAMOutput.dll
inflating: run/Metamodel.dll
inflating: run/NieczaBackendHoopl.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/NieczaPassSimplifier.dll
inflating: run/OptBeta.dll
inflating: run/GetOptLong.dll
inflating: run/CrossDomainReceiver.dll
mono boot/run/Niecza.exe -C CORE
mono boot/run/Niecza.exe -C JSYNC
touch .fetch-stamp
cd src && mono ../boot/run/Niecza.exe -Bnam -C CClass
mono boot/obj/CLRBackend.exe boot/obj CClass.nam CClass.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C CgOp
mono boot/obj/CLRBackend.exe boot/obj CgOp.nam CgOp.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C Op
mono boot/obj/CLRBackend.exe boot/obj Op.nam Op.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C OpHelpers
mono boot/obj/CLRBackend.exe boot/obj OpHelpers.nam OpHelpers.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C Sig
mono boot/obj/CLRBackend.exe boot/obj Sig.nam Sig.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C RxOp
mono boot/obj/CLRBackend.exe boot/obj RxOp.nam RxOp.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C STD
mono boot/obj/CLRBackend.exe boot/obj STD.nam STD.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C NieczaGrammar
mono boot/obj/CLRBackend.exe boot/obj NieczaGrammar.nam NieczaGrammar.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C Metamodel
mono boot/obj/CLRBackend.exe boot/obj Metamodel.nam Metamodel.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C OptRxSimple
mono boot/obj/CLRBackend.exe boot/obj OptRxSimple.nam OptRxSimple.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C NAMOutput
Potential difficulties:
&parm_from_nam is declared but not used at /home/duff/git/niecza/src/NAMOutput.pm6 line 294:
------> sub parm_from_nam⏏(@block) {
mono boot/obj/CLRBackend.exe boot/obj NAMOutput.nam NAMOutput.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C Operator
mono boot/obj/CLRBackend.exe boot/obj Operator.nam Operator.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C NieczaActions
Potential difficulties:
%loose2tight is declared but not used at /home/duff/git/niecza/src/NieczaActions.pm6 line 1175:
------> my ⏏%loose2tight = (
mono boot/obj/CLRBackend.exe boot/obj NieczaActions.nam NieczaActions.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C NieczaFrontendSTD
mono boot/obj/CLRBackend.exe boot/obj NieczaFrontendSTD.nam NieczaFrontendSTD.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C NieczaPassSimplifier
Potential difficulties:
&is_simple_var is declared but not used at /home/duff/git/niecza/src/NieczaPassSimplifier.pm6 line 49:
------> sub is_simple_var⏏($op) {
mono boot/obj/CLRBackend.exe boot/obj NieczaPassSimplifier.nam NieczaPassSimplifier.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C OptBeta
mono boot/obj/CLRBackend.exe boot/obj OptBeta.nam OptBeta.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C NieczaPathSearch
mono boot/obj/CLRBackend.exe boot/obj NieczaPathSearch.nam NieczaPathSearch.dll 0
cd src && mono ../boot/run/Niecza.exe -Bnam -C NieczaBackendNAM
mono boot/obj/CLRBackend.exe boot/obj NieczaBackendNAM.nam NieczaBackendNAM.dll 0
gmcs /target:library /out:boot/obj/CompilerBlob.dll /r:Kernel \
/lib:obj src/CompilerBlob.cs
error CS0006: cannot find metadata file `Kernel'
Compilation failed: 1 error(s), 0 warnings
make: *** [boot/obj/CompilerBlob.dll] Error 1
/home/duff/git/niecza [master %]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment