panda install problem

2015-06-17 Thread mt1957
l.s. I am having a problem installing my BSON package with panda locally. It fails when it compiles the files to moarvm using perl6 version 2015.05-186-g15c6fbf built on MoarVM version 2015.05-74-gc14339c. $ panda install . ==> Installing BSON from a local directory '.' ==> Fetching BSON ==>

Re: Install-Problem

2004-10-31 Thread Nick Glencross
Dan Sugalski wrote: At 4:49 PM +0530 10/28/04, Vijay D. wrote: I left the make for overnight :) Here is the error I got.. xx.c ops/core_ops_cg.c cc1: Cannot allocate 56022680 bytes after allocating 116981760 bytes gmake: *** [ops/core_ops_cg.o] Error 1 You just ran out of memory during the build.

Re: Install-Problem

2004-10-28 Thread Leopold Toetsch
Vijay D. <[EMAIL PROTECTED]> wrote: > Failed 104/112 test scripts, 7.14% okay. 1851/1905 subtests failed, > 2.83% okay. > make: *** [testg] Error 2 Well, testing the now non-existing CGoto core with "make testg" is probably not really helpfull ;) > Regards, > Vijay. leo

RE: Install-Problem

2004-10-28 Thread Dan Sugalski
At 4:49 PM +0530 10/28/04, Vijay D. wrote: I left the make for overnight :) Here is the error I got.. xx.c ops/core_ops_cg.c cc1: Cannot allocate 56022680 bytes after allocating 116981760 bytes gmake: *** [ops/core_ops_cg.o] Error 1 You just ran out of memory during the build. (If this is a server

RE: Install-Problem

2004-10-28 Thread Vijay D.
> pass the --cgoto=0 flag to Configure.pl. Thanks for the tip, I installed successfully .. >I also have >RH 9.0 and would love someone to confirm that make >testj will fail on 3 tests (unless you additionally >pass it another flag). Here is the output for the fulltest on my redhat machine.

Re: Install-Problem

2004-10-28 Thread Peter Sinnott
On Thu, Oct 28, 2004 at 04:49:26PM +0530, Vijay D. wrote: > > I left the make for overnight :) > Here is the error I got.. > > xx.c > cc -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/includ > e/gdbm -g -Dan_Sugalski -Larry -Wall -Wstrict-prototypes > -Wmissing-prototyp

RE: Install-Problem

2004-10-28 Thread Vijay D.
/core_ops_cg.c cc1: Cannot allocate 56022680 bytes after allocating 116981760 bytes gmake: *** [ops/core_ops_cg.o] Error 1 Regards, V. -Original Message- From: Dan Sugalski [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 6:19 PM To: Vijay D.; [EMAIL PROTECTED] Subject: Re: Install

Re: Install-Problem

2004-10-27 Thread Dan Sugalski
At 4:31 PM +0530 10/27/04, Vijay D. wrote: Hi, I was trying to install the latest Parrot. The latest source code is checked out from CVS. After configure, The make is stopping at ops/core_ops.c ops/core_ops_prederef.c ops/core_ops_switch.c ops/core_ops_cg.c Is it stopping, or just taking

Re: Install-Problem

2004-10-27 Thread Joshua Gatcomb
--- Alberto Manuel Brandão Simões <[EMAIL PROTECTED]> wrote: > Not stoping.. just compiling the computed-gotos C > file. It take s alot > of times, specially if you have a... old machine ;) > > There is some way to turn that off. > Surelly someone will answer you soon with it :) pass the --cgo

Re: Install-Problem

2004-10-27 Thread Alberto Manuel Brandão Simões
Not stoping.. just compiling the computed-gotos C file. It take s alot of times, specially if you have a... old machine ;) There is some way to turn that off. Surelly someone will answer you soon with it :) Kind regards, Alberto Vijay D. wrote: Hi, I was trying to install the latest Parrot. The l

Install-Problem

2004-10-27 Thread Vijay D.
Hi, I was trying to install the latest Parrot. The latest source code is checked out from CVS. After configure, The make is stopping at ops/core_ops.c ops/core_ops_prederef.c ops/core_ops_switch.c ops/core_ops_cg.c Am I missing some thing? Redhat Linux-9.0 perl, v5.8.4 built for