Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Install-Problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Vijay D.  
View profile  
 More options Oct 27 2004, 7:01 am
Newsgroups: perl.perl6.internals
From: vij...@esntechnologies.co.in (Vijay D.)
Date: Wed, 27 Oct 2004 16:31:49 +0530
Local: Wed, Oct 27 2004 7:01 am
Subject: Install-Problem

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 i686-linux
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)

Regards,
V.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joshua Gatcomb  
View profile  
 More options Oct 27 2004, 8:40 am
Newsgroups: perl.perl6.internals
From: limbic_region_2...@yahoo.com (Joshua Gatcomb)
Date: Wed, 27 Oct 2004 05:40:18 -0700 (PDT)
Local: Wed, Oct 27 2004 8:40 am
Subject: Re: Install-Problem

--- Alberto Manuel Brandão Simões

<al...@alfarrabio.di.uminho.pt> 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 --cgoto=0 flag to Configure.pl.  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).  Interestingly enough - the
same failure ocurrs on Cygwin.

> Kind regards,
> Alberto

Cheers
Joshua Gatcomb
Limbic~Region

__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Sugalski  
View profile  
 More options Oct 27 2004, 8:48 am
Newsgroups: perl.perl6.internals
From: d...@sidhe.org (Dan Sugalski)
Date: Wed, 27 Oct 2004 08:48:45 -0400
Local: Wed, Oct 27 2004 8:48 am
Subject: Re: Install-Problem
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 a long time? Those files take a while
to build, and a lot of memory to build in. Figure on a few minutes,
depending on your CPU, if you have enough memory. If the compiler
falls into swap (which'll happen if you've less than 256M or so) it
can take a half hour or more.
--
                                Dan

--------------------------------------it's like this-------------------
Dan Sugalski                          even samurai
d...@sidhe.org                         have teddy bears and even
                                       teddy bears get drunk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vijay D.  
View profile  
 More options Oct 28 2004, 7:19 am
Newsgroups: perl.perl6.internals
From: vij...@esntechnologies.co.in (Vijay D.)
Date: Thu, 28 Oct 2004 16:49:26 +0530
Local: Thurs, Oct 28 2004 7:19 am
Subject: RE: Install-Problem

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-prototypes -W
inline -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Waggre
gate-return -Winline -W -Wno-unused -Wsign-compare -Wformat-nonliteral
-Wformat-
security -Wpacked -Wdisabled-optimization -mno-accumulate-outgoing-args
-Wno-sha
dow -falign-functions=16 -I./include -I/usr/include -DHAS_JIT -DI386
-DHAVE_COMP
UTED_GOTO -I. -o xx.o -c xx.c
ops/core_ops_cg.c

cc1: Cannot allocate 56022680 bytes after allocating 116981760 bytes
gmake: *** [ops/core_ops_cg.o] Error 1

Regards,
V.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vijay D.  
View profile  
 More options Oct 28 2004, 8:12 am
Newsgroups: perl.perl6.internals
From: vij...@esntechnologies.co.in (Vijay D.)
Date: Thu, 28 Oct 2004 17:42:23 +0530
Local: Thurs, Oct 28 2004 8:12 am
Subject: RE: Install-Problem

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

3 tests and 49 subtests skipped.
Failed 104/112 test scripts, 7.14% okay. 1851/1905 subtests failed,
2.83% okay.
make: *** [testg] Error 2

Regards,
Vijay.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Sinnott  
View profile  
 More options Oct 28 2004, 8:03 am
Newsgroups: perl.perl6.internals
From: psinnot...@aol.com (Peter Sinnott)
Date: Thu, 28 Oct 2004 13:03:32 +0100
Local: Thurs, Oct 28 2004 8:03 am
Subject: Re: Install-Problem

If your really committed to using computed goto removing the -g may help.
Its gotten me past that kind of problem before.

--
It is our mission to synergistically negotiate mission-critical resources
so that we may conveniently foster parallel intellectual capital


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Sugalski  
View profile  
 More options Oct 28 2004, 8:51 am
Newsgroups: perl.perl6.internals
From: d...@sidhe.org (Dan Sugalski)
Date: Thu, 28 Oct 2004 08:51:16 -0400
Local: Thurs, Oct 28 2004 8:51 am
Subject: RE: Install-Problem
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
system  you might want to check and make sure nothing else got killed
by the OOM monitor) The computed goto cores do make gcc more than a
little unhappy. Pass in the --cgoto=0 switch to configure, or throw
another half-gig or so of swap at your system. :)
--
                                Dan

--------------------------------------it's like this-------------------
Dan Sugalski                          even samurai
d...@sidhe.org                         have teddy bears and even
                                       teddy bears get drunk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Oct 28 2004, 12:06 pm
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Thu, 28 Oct 2004 18:06:16 +0200
Local: Thurs, Oct 28 2004 12:06 pm
Subject: Re: Install-Problem

Vijay D. <vij...@esntechnologies.co.in> 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

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Glencross  
View profile  
 More options Oct 31 2004, 8:11 pm
Newsgroups: perl.perl6.internals
From: ni...@glencros.demon.co.uk (Nick Glencross)
Date: Mon, 01 Nov 2004 01:11:29 +0000
Local: Sun, Oct 31 2004 8:11 pm
Subject: Re: Install-Problem

In my experience early problems with core_ops_cg seem to have gone away
a few months back, which I assumed meant gcc now copes better with it.
It only takes 5 seconds on my 1.8GHz 256MB (no swap) laptop (and about
30MB memory?) with gcc 3.3.3

nickg@jenny ~/src/parrot $ rm ops/core_ops_cg.o
nickg@jenny ~/src/parrot $ time make ops/core_ops_cg.o
ops/core_ops_cg.c

real    0m4.564s
user    0m4.191s
sys     0m0.153s

To check that I've disabled ccache:

nickg@jenny ~/src/parrot $ which gcc
/usr/bin/gcc

Cheers,

Nick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »