Closed issue by rypervenche on void-packages repository https://github.com/void-linux/void-packages/issues/19151 Description: When trying to install zef (module manager) for rakudo, I found that NativeCall cannot be found in the default paths. ### System * xuname: Void 5.3.9_1 x86_64 GenuineIntel/KVM notuptodate rFF * package: rakudo-2020.01_1 nqp-2020.01_1 MoarVM-2020.01.1_1 ### Expected behavior raku -e 'use NativeCall' (no output, returns prompt) ### Actual behavior raku -e 'use NativeCall' ===SORRY!=== Error while compiling -e Could not find NativeCall in: inst#/home/rypervenche/.raku inst#/usr/share/perl6/site inst#/usr/share/perl6/vendor inst#/usr/share/perl6/core ap# nqp# perl5# at -e:1 ### Steps to reproduce the behavior raku -e 'use NativeCall'