Re: Build error while installing Rakudo on Ubuntu

2016-08-11 Thread İsmail Arılık
Thanks! 11 Ağu 2016 Per, 23:01 tarihinde, Bennett Todd şunu yazdı: > Have more than 1GB RAM --- or plenty of swap, and vast patience. > -- İsmail Arılık

Re: Build error while installing Rakudo on Ubuntu

2016-08-11 Thread Bennett Todd
Have more than 1GB RAM --- or plenty of swap, and vast patience.

Build error while installing Rakudo on Ubuntu

2016-08-11 Thread İsmail Arılık
Hi. I have taken an error while building Rakudo with the way which explained here: http://rakudo.org/how-to-get-rakudo/#Installing-Rakudo-Star-Source-Rakudobrew The error: ``` # rakudobrew build moar ... Stage start : 0.000 Stage parse : Killed Makefile:447: recipe for target 'CORE.s

Re: [perl #69052] Build error on Mac OS X

2010-03-10 Thread Alexander Temerev
Well, almost half a year have passed since this bugreport. :) Now everything works fine indeed, you can close it. Cheers, Alexander Temerev On Tue, Mar 9, 2010 at 3:58 AM, Will Coleda via RT wrote: > On Tue Sep 08 04:32:07 2009, sor...@gmail.com wrote: >> I tried to build today's Git vers

[perl #69052] Build error on Mac OS X

2010-03-09 Thread Will Coleda via RT
On Tue Sep 08 04:32:07 2009, sor...@gmail.com wrote: > I tried to build today's Git version on Mac OS X Snow Leopard, and > here is what I got: > > mbp:rakudo atemerev$ perl Configure.pl --gen-parrot > <...> > src/packout.c > src/pic_jit.c > src/pic.c > src/platform.c > config/gen/platform/generic

[perl #69052] Build error on Mac OS X

2009-09-08 Thread via RT
# New Ticket Created by Alexander Temerev # Please include the string: [perl #69052] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69052 > I tried to build today's Git version on Mac OS X Snow Leopard, and here is what I g

Re: Parrot build error/bug

2009-04-27 Thread chromatic
On Monday 27 April 2009 23:14:52 Michael wrote: > I'm running Fedora 11 (beta) on a Intel quad core CPU. > Below is the output of the "perl Configure.pl --gen-parrot" command: > Configuring Parrot ... > /usr/bin/perl Configure.pl > Can't locate Test

Parrot build error/bug

2009-04-27 Thread Michael
For the Rakudo Perl 6 masters out there I downloaded the current build of Rakudo using git.(2/26/09) as per the Rakudo.org site. when I try to build it (using the instructions on the site) I get a error message that don't understand.(maybe missing a file) I can't wait to start learning Perl 6

Re: [perl #59680] Build error: tools/build/ops2pm.pl: Could not mkdir /home/moritz/src/parrot/lib/Parrot/OpLib: File exists!

2008-11-25 Thread Mark Glines
Will Coleda wrote: On Tue, Nov 25, 2008 at 2:18 PM, Mark Glines via RT <[EMAIL PROTECTED]> wrote: On Sat Oct 18 12:13:51 2008, [EMAIL PROTECTED] wrote: There's a race condition, if that directory doesn't exist and multiple processes execute that code simultaneously. Fortunately, Parrot::Ops2pm

Re: [perl #59680] Build error: tools/build/ops2pm.pl: Could not mkdir /home/moritz/src/parrot/lib/Parrot/OpLib: File exists!

2008-11-25 Thread Will Coleda
On Tue, Nov 25, 2008 at 2:18 PM, Mark Glines via RT <[EMAIL PROTECTED]> wrote: > On Sat Oct 18 12:13:51 2008, [EMAIL PROTECTED] wrote: >> There's a race condition, if that directory doesn't exist and multiple >> processes execute that code simultaneously. Fortunately, >> Parrot::Ops2pm::print_modu

Re: [perl #59680] Build error: tools/build/ops2pm.pl: Could not mkdir /home/moritz/src/parrot/lib/Parrot/OpLib: File exists!

2008-10-18 Thread chromatic
On Tuesday 07 October 2008 02:54:55 Moritz Lenz wrote: > I've just updated from r31667 to HEAD (r31745), and ran my usual build > incantation: > > $ make realclean; perl Configure --cc='ccache gcc' && make -j 2 test > > This time it died: > > find_sub_not_null_p_s 1391 experimental, not

[perl #59680] Build error: tools/build/ops2pm.pl: Could not mkdir /home/moritz/src/parrot/lib/Parrot/OpLib: File exists!

2008-10-07 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #59680] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59680 > I've just updated from r31667 to HEAD (r31745), and ran my usual build incantation: $ ma

[perl #42536] build error on Linux 2.6.9-023stab041.3-smp

2008-06-05 Thread Will Coleda via RT
On Sun Apr 15 08:11:19 2007, coke wrote: > > Begin forwarded message: > > > From: Andrew Shitov <[EMAIL PROTECTED]> > > Reply-To: Andrew Shitov <[EMAIL PROTECTED]> > > > >> On behalf of the Parrot team, I'm proud to announce Parrot 0.4.10 > >> "The Release Formerly Known as "Prince"." > > > > I t

Re: build error

2007-08-30 Thread Gabor Szabo
On 8/30/07, chromatic <[EMAIL PROTECTED]> wrote: > > What's your platform? Which compiler are you using? sorry. this was my third attempt to post this report. I might have forgotten to include this information: gcc --version gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) uname -a Linux notebook 2.6.20

Re: build error

2007-08-30 Thread Andy Dougherty
On Thu, 30 Aug 2007, chromatic wrote: > On Thursday 30 August 2007 08:05:38 Gabor Szabo wrote: > > > I am experimenting a bit with the compilation of Parrot > > > > perl Configure.pl --gc=malloc-trace > > make > > > > stopped with: > > > > src/malloc.c:4719: warning: function call has aggregate v

Re: build error

2007-08-30 Thread chromatic
On Thursday 30 August 2007 08:05:38 Gabor Szabo wrote: > I am experimenting a bit with the compilation of Parrot > > perl Configure.pl --gc=malloc-trace > make > > stopped with: > > src/malloc.c:4719: warning: function call has aggregate value > make: *** [src/malloc-trace.o] Error 1 > > below is

build error

2007-08-30 Thread Gabor Szabo
I am experimenting a bit with the compilation of Parrot perl Configure.pl --gc=malloc-trace make stopped with: src/malloc.c:4719: warning: function call has aggregate value make: *** [src/malloc-trace.o] Error 1 below is the stderr Gabor print_newline 1211 experimental, no

[perl #41898] Build error with icc

2007-04-28 Thread Steve Peters via RT
On Sun Mar 18 12:21:18 2007, ptc wrote: > I don't know if this is a BUG or what so I'm just sending it plain. > I've just tried to build parrot with icc (not 100% sure if my build > flags are correct either), and I'm getting this build error: > > icc

[perl #41898] Build error with icc

2007-04-27 Thread Steve Peters via RT
On Sun Mar 18 12:21:18 2007, ptc wrote: > I don't know if this is a BUG or what so I'm just sending it plain. > I've just tried to build parrot with icc (not 100% sure if my build > flags are correct either), and I'm getting this build error: > > icc

[perl #42536] build error on Linux 2.6.9-023stab041.3-smp

2007-04-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #42536] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42536 > Begin forwarded message: > From: Andrew Shitov <[EMAIL PROTECTED]> > Reply-To: Andrew S

[perl #41898] Build error with icc

2007-03-19 Thread via RT
7;ve just tried to build parrot with icc (not 100% sure if my build flags are correct either), and I'm getting this build error: icc -o miniparrot compilers/imcc/main.o \ -Wl,-rpath=/home/cochrane/sourceforge/parrot_svn/blib/lib -L/home/cochrane/sourceforge/parrot_svn/blib/lib -lparrot -

[perl #40998] [PATCH] Fix build error on Win32

2006-12-16 Thread [EMAIL PROTECTED] via RT
On Fri Dec 01 11:31:22 2006, [EMAIL PROTECTED] wrote: > OK, so no one seems interested. > Certainly on my part, lack of time rather than lack of interest. > Anyway, the attached patch in this message is a > better version of the previous one. > It checks for a white space in build_dir and makes t

Re: [perl #40998] [PATCH] Fix build error on Win32

2006-12-01 Thread Nikolay Ananiev
OK, so no one seems interested. Anyway, the attached patch in this message is a better version of the previous one. It checks for a white space in build_dir and makes the value short path only when a space exists. "Nikolay Ananiev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "R

Re: [perl #40998] [PATCH] Fix build error on Win32

2006-11-29 Thread Nikolay Ananiev
"Ron Blaschke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Nikolay Ananiev (via RT) wrote: > > # New Ticket Created by "Nikolay Ananiev" > > # Please include the string: [perl #40998] > > # in the subject line of all future correspondence about this issue. > > # http://rt.perl.

Re: [perl #40998] [PATCH] Fix build error on Win32

2006-11-28 Thread Ron Blaschke
Nikolay Ananiev (via RT) wrote: > # New Ticket Created by "Nikolay Ananiev" > # Please include the string: [perl #40998] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=40998 > > When build_dir contains spaces the build p

[perl #40998] [PATCH] Fix build error on Win32

2006-11-27 Thread Nikolay Ananiev
# New Ticket Created by "Nikolay Ananiev" # Please include the string: [perl #40998] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40998 > When build_dir contains spaces the build process fails. The fix is to translate bui

Re: Pugs build error OS X

2006-04-21 Thread Darren Duncan
At 8:28 AM -0400 4/21/06, Will Coleda wrote: Fresh SVN checkout of pugs (Revision: 10048) Try it again. When I updated last night, the current version was r10054, and it compiled on my 10.4.6 system just fine. -- Darren Duncan

Pugs build error OS X

2006-04-21 Thread Will Coleda
Fresh SVN checkout of pugs (Revision: 10048) $ env CC="/usr/bin/gcc-3.3" PUGS_EMBED="parrot perl5" perl Makefile.PL Generating precompiled Prelude... dyld: Library not loaded: /usr/ local/lib/libparrot.dylib Referenced from: /Users/wcoleda/research/pugs/./pugs Reason: image not found Use

Build error

2005-11-09 Thread Vsevolod (Simon) Ilyushchenko
Hi, I've just dowloaded release 7917 from svn, and the compilation on Fedora 3 fails like this: Compiling Pugs.Run ( src/Pugs/Run.hs, dist/build/src/Pugs/Run.o ) Skipping Pugs.CodeGen.PIR ( src/Pugs/CodeGen/PIR.hs, dist/build/src/Pugs/CodeGen/PIR.o ) Skipping Pugs.Compile.Haskell (