niecza icon indicating copy to clipboard operation
niecza copied to clipboard

bootstraping failure on linux

Open patricklauer opened this issue 13 years ago • 1 comments

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

patricklauer avatar Mar 19 '12 14:03 patricklauer

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?

sorear avatar May 26 '12 07:05 sorear