[perl #63922] Fresh rakudo fails to build on FreeBSD

2009-04-21 Thread Rolf Grossmann via RT
I've been able to successfully build and test (make test only) rakudo on FreeBSD 7.1 and OpenBSD 4.4 today. (spectest is a different story, but that's not part of this ticket.) I suppose this ticket can be closed?

Re: [perl #63922] Fresh rakudo fails to build on FreeBSD

2009-04-21 Thread Alex Kapranoff
Yes, I confirm success in building current Rakudo on FreeBSD. I've been able to successfully build and test (make test only) rakudo on FreeBSD 7.1 and OpenBSD 4.4 today. (spectest is a different story, but that's not part of this ticket.) I suppose this ticket can be closed?

Re: [perl #63922] Fresh rakudo fails to build on FreeBSD

2009-03-24 Thread yary
I am still getting a "Null PMC access in get_pmc_keyed_str()" error when building parrot as part of rakudo on my OpenBSD system, same error Alex had when starting this thread. I've tracked it down to line 170 in runtime/parrot/library/parrotlib.pir .sub find_file_path .param string name .p

Re: [perl #63922] Fresh rakudo fails to build on FreeBSD

2009-03-18 Thread Mark J. Reed
Nm, installed libparrot was interfering. On Wed, Mar 18, 2009 at 5:00 PM, Mark J. Reed wrote: > I'm getting further but still failing to get Rakudo working (OS X > 10.5.6, gcc 4.0.1), same parrot revision (r37414): > > ... > c++ -o perl6_ops_switch.bundle perl6_ops_switch.o  -L/opt/local/lib > -L

Re: [perl #63922] Fresh rakudo fails to build on FreeBSD

2009-03-18 Thread Mark J. Reed
I'm getting further but still failing to get Rakudo working (OS X 10.5.6, gcc 4.0.1), same parrot revision (r37414): ... c++ -o perl6_ops_switch.bundle perl6_ops_switch.o -L/opt/local/lib -L/usr/local/lib -L/Users/mreed/proj/perl6/rakudo/parrot/blib/lib -L/sw/lib -L/Users/mreed/proj/perl6/rakudo

Re: How to "make smoke" when parrot won't make? (was Re: [perl #63922] Fresh rakudo fails to build on FreeBSD)

2009-03-18 Thread yary
> So, what's the way to tell smolder "make" failed? After looking into it a bit more, there is a buildbot for parrot, so I'm seeing about adding my system to that. In the bigger picture, I was thinking that the "right way" to start a smoke test would be- 0.remove all dependencies on the smoke/sm

Re: Fresh rakudo fails to build on FreeBSD

2009-03-18 Thread zahatski
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 : raku

How to "make smoke" when parrot won't make? (was Re: [perl #63922] Fresh rakudo fails to build on FreeBSD)

2009-03-17 Thread yary
> I just pulled the fresh rakudo sources, Configured them with > --gen-parrot and the parrot build fails: ... > ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc ... > Null PMC access in get_pmc_keyed_str() > gmake: *** [runtime/parrot/include/parrotlib.pbc ... It looks like I'm ha

[perl #63922] Fresh rakudo fails to build on FreeBSD

2009-03-16 Thread via RT
# New Ticket Created by Alex Kapranoff # Please include the string: [perl #63922] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63922 > Good day! I just pulled the fresh rakudo sources, Configured them with --gen-parrot