Skip to content

Instantly share code, notes, and snippets.

@lizmat
Last active December 12, 2015 16:12
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 lizmat/be6246dfd8d7bdf7ba2f to your computer and use it in GitHub Desktop.
Save lizmat/be6246dfd8d7bdf7ba2f to your computer and use it in GitHub Desktop.
make install fail on JVM on OS X
$ ./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