Last active
December 12, 2015 16:12
-
-
Save lizmat/be6246dfd8d7bdf7ba2f to your computer and use it in GitHub Desktop.
make install fail on JVM on OS X
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
$ ./perl6-j --ll-exception tools/build/install-core-dist.pl | |
No writeable path found | |
in throw (gen/jvm/CORE.setting:19256) | |
in die (gen/jvm/CORE.setting:755) | |
in die (gen/jvm/CORE.setting:744) | |
in (gen/jvm/CORE.setting:34991) | |
in protect (gen/jvm/CORE.setting:30222) | |
in install (gen/jvm/CORE.setting:34989) | |
in <unit> (tools/build/install-core-dist.pl:15) | |
in <unit-outer> (tools/build/install-core-dist.pl:1) | |
in eval (gen/jvm/stage2/NQPHLL.nqp:1181) | |
in evalfiles (gen/jvm/stage2/NQPHLL.nqp:1384) | |
in command_eval (gen/jvm/stage2/NQPHLL.nqp:1278) | |
in command_eval (src/Perl6/Compiler.nqp:65) | |
in command_line (gen/jvm/stage2/NQPHLL.nqp:1252) | |
in MAIN (gen/jvm/main.nqp:37) | |
in <mainline> (gen/jvm/main.nqp:33) | |
in (gen/jvm/main.nqp) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment