Hi Alex ! I have a positive experience with the installation rakudo ("Vienna") and parrot (37414 ) under 7.1-PRERELEASE (i386) and 7.0-PRERELEASE (amd64).
I'm create port rakudo-devel for freebsd ( http://downloads.sourceforge.net/rakudoport/rakudo-devel.tgz ). Default this port use tarball : rakudo-200902-parrot-r37414.tar.gz This port also allows you to update the source code from repositories rakudo and parrot and keep it up to date. -- Zahatski Aliaksandr On 16 мар, 11:19, perl6-bugs-follo...@perl.org (Alex Kapranoff) wrote: > # 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.