Open patricklauer opened 12 years ago
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaBackendDotnet cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaCompiler cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C GetOptLong cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -c niecza Potential difficulties: Useless redeclaration of variable $Backend (see line 49) at /var/tmp/portage/dev-lang/niecza-15/work/sorear-niecza-05e7dea/src/niecza line 385: ------> our $Backend?;
cp boot/obj/Kernel.dll run/ cp: cannot stat `boot/obj/Kernel.dll': No such file or directory make: *\ [run/Niecza.exe] Error 1
the failure is the same with a manually fetched and extracted -14 and -15 snapshot in boot/, the Kernel.dll exists in run/
Copying that dll over yields other unexpected failures
This is bizarre. I of course cannot reproduce it, nor do I have a clue what might cause it. Could you post a complete log, including the part where boot/niecza.zip is downloaded and unpacked?
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaBackendDotnet cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaCompiler cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C GetOptLong cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -c niecza Potential difficulties: Useless redeclaration of variable $Backend (see line 49) at /var/tmp/portage/dev-lang/niecza-15/work/sorear-niecza-05e7dea/src/niecza line 385: ------> our $Backend?;
cp boot/obj/Kernel.dll run/ cp: cannot stat `boot/obj/Kernel.dll': No such file or directory make: *\ [run/Niecza.exe] Error 1
the failure is the same with a manually fetched and extracted -14 and -15 snapshot in boot/, the Kernel.dll exists in run/
Copying that dll over yields other unexpected failures