Tip: Rakudo-2023.05.01 upgrade issue
[email protected] (ToddAndMargo via perl6-users)
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
Hi All, Fedora 37 RakudoPkgFedora37-2023.05.01.x86_64.rpm https://github.com/nxadm/rakudo-pkg/releases I just up graded to 2023.05.01 and nothing pl6 worked. Upon investigation: $ GetUpdates.pl6 ===SORRY!=== Error while compiling /home/linuxutil/./GetUpdates.pl6 Failed to create directory '/home/linuxutil/p6lib/.precomp/3A2B42ADB91D64FCB1BEADCC940D6B244D102F22/AB' with mode '0o777': Failed to mkdir: Permission denied at /home/linuxutil/./GetUpdates.pl6:6 Erasing .precomp cured the issue. The first run of a pl6 program after that took about a minute to compile, but after that happy camping returned. HTH someone else, -T