# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #127119] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127119 >
perl Configure.pl --gen-moar --prefix=/home/dex/ [...] linking libmoar.so linking moar /usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc /usr/bin/perl -MExtUtils::Command -e mkpath /home/dex/bin mkdir /home/dex: Permission denied at /usr/share/perl/5.20/ExtUtils/Command.pm line 288. Makefile:420: recipe for target 'install' failed make: *** [install] Error 13 sh: 1: /home/dex/bin/moar: not found Cleaning up ... [...] # /home/dex is a btrfs subvolume and as such has very special permissions. # So building rakudo with a --target= that points at a btrfs subvolume # with a user that ain't root will fail. I would not wonder if the same # would be true for --target that points at a mount point.