# New Ticket Created by Alex Kapranoff # Please include the string: [perl #63922] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63922 >
Good day! I just pulled the fresh rakudo sources, Configured them with --gen-parrot and the parrot build fails: ============ Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc perl tools/build/parrot_config_c.pl > \ src/parrot_config.c src/parrot_config.c g++ -o parrot \ src/main.o src/parrot_config.o \ -Wl,-R/usr/home/kappa/work/rakudo/parrot/blib/lib -L/usr/home/kappa/work/rakudo/parrot/blib/lib -lparrot -lm -lcrypt -lutil -pthread -lreadline -Wl,-E -Wl,-R/usr/local/lib/perl5/5.8.9/mach/CORE ./parrot -o runtime/parrot/include/parrotlib.pbc runtime/parrot/library/parrotlib.pir Null PMC access in get_pmc_keyed_str() gmake: *** [runtime/parrot/include/parrotlib.pbc] Ошибка 1 Unable to locate parrot_config. To automatically checkout (svn) and build a copy of parrot, try re-running Configure.pl with the '--gen-parrot' option. Or, use the '--parrot-config' option to explicitly specify the location of parrot_config. ============ % cat build/PARROT_REVISION 37414 -- Alex Kapranoff.