Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 5, 2019 14:21
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 Whateverable/e819f3133144484f65a3a51f7ac9d9a7 to your computer and use it in GitHub Desktop.
Save Whateverable/e819f3133144484f65a3a51f7ac9d9a7 to your computer and use it in GitHub Desktop.
evalable6
use NativeCall; my $throwaway-sub = sub { }; $throwaway-sub does NativeCall::Native[$throwaway-sub, sub { "libuuid.dylib" } ]; $throwaway-sub()
(exit code 1)
WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, you can mark it as handled by calling .Bool, .so, .not, or .defined methods. The Failure was:
Failed to create directory '/home/bisectable/.perl6/short' with mode '0o777': Failed to mkdir: Read-only file system
in any statement_control at /tmp/whateverable/rakudo-moar/7b4dd30060229076835fdef63bc655c995ff91c7/bin/../share/nqp/lib/Perl6/Grammar.moarvm line 1
WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, you can mark it as handled by calling .Bool, .so, .not, or .defined methods. The Failure was:
Failed to create directory '/home/bisectable/.perl6/short' with mode '0o777': Failed to mkdir: Read-only file system
in any statement_control at /tmp/whateverable/rakudo-moar/7b4dd30060229076835fdef63bc655c995ff91c7/bin/../share/nqp/lib/Perl6/Grammar.moarvm line 1
WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, you can mark it as handled by calling .Bool, .so, .not, or .defined methods. The Failure was:
Failed to create directory '/home/bisectable/.perl6/short' with mode '0o777': Failed to mkdir: Read-only file system
in any statement_control at /tmp/whateverable/rakudo-moar/7b4dd30060229076835fdef63bc655c995ff91c7/bin/../share/nqp/lib/Perl6/Grammar.moarvm line 1
Cannot locate native library 'libuuid.dylib': libuuid.dylib: cannot open shared object file: No such file or directory
in method setup at /tmp/whateverable/rakudo-moar/7b4dd30060229076835fdef63bc655c995ff91c7/bin/../share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
in method CALL-ME at /tmp/whateverable/rakudo-moar/7b4dd30060229076835fdef63bc655c995ff91c7/bin/../share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
in block <unit> at /tmp/eXmP6pRU5V line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment