# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126908] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126908 >
This problem is well known, but maybe this bug report will help to coordinate efforts. For example, sometimes you may get an error like this (borrowed from RT 126832): The spawned process exited unsuccessfully (exit code: 1) in sub run-and-gather-output at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/C27BE995DC18074CA8F64980F69FEB80BADF5619:86 in block at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/A40B6CBA2E85D9DAA45064316EBEB9E42B0036E1:24 in sub indir at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/C27BE995DC18074CA8F64980F69FEB80BADF5619:20 in method test at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/A40B6CBA2E85D9DAA45064316EBEB9E42B0036E1:5 in method install at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/1BC9777EC40C29C8331437E926CD4C13B983C026:141 in method resolve at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/1BC9777EC40C29C8331437E926CD4C13B983C026:219 in sub MAIN at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/9FF75FC978A3556E531F982825B3EDBBBA834D9E:18 in block <unit> at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/9FF75FC978A3556E531F982825B3EDBBBA834D9E:145 Trying to figure out what is happening here is pretty hard. Basically you have to open each file to see what's inside. I wish these files had regular filenames. That being said, I think that precompilation is way more important than readable stacktraces. But let's have both.