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-18 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