Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge perl without tests
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
jendrek
n00b
n00b


Joined: 17 Oct 2004
Posts: 5

PostPosted: Sun Nov 21, 2004 4:06 pm    Post subject: Emerge perl without tests Reply with quote

I have I problem emerging perl during install. It hangs at some of the tests.
So the question is: is there a way to emerge perl and skip testing after compile?

Thanks for help...
Back to top
View user's profile Send private message
gentsquash
l33t
l33t


Joined: 03 Nov 2004
Posts: 753
Location: Still a Gentoo beginner.

PostPosted: Sun Nov 21, 2004 7:56 pm    Post subject: Reply with quote

Can you post relevant snippets of the output?

Also, have you tried the -k option (--usepkg) to emerge?
Possibly this might skip the tests...
_________________
Your thread resolved? Putting [SOLVED] in its title helps all Gentooers. (Button "edit" , first post)
Prof. Jonathan LF King, Mathematics dept., University of Florida
Back to top
View user's profile Send private message
jklmnop
n00b
n00b


Joined: 18 Jun 2003
Posts: 42

PostPosted: Sun Nov 21, 2004 10:43 pm    Post subject: Reply with quote

edit the ebuild and comment out the testing lines.
Code:

src_test() {
        #use uclibc && export MAKEOPTS="${MAKEOPTS} -j1"
        #emake -i test CCDLFLAGS= || die "test failed"
}

do the whole PORDIR_OVERLAY thing if you don't want 'emerge sync'
to undo your changes.
Back to top
View user's profile Send private message
sparks
Guru
Guru


Joined: 05 Mar 2003
Posts: 331
Location: Nashville, TN

PostPosted: Sun Nov 21, 2004 11:46 pm    Post subject: Reply with quote

I would think it would be better to try and find out why the tests are failing. Those tests are usually there for a reason. Can you post where it is failing so we can get a better look at what might be wrong?
_________________
True trade is honest, but not merciful. Politics is dishonest, no matter how merciful... and war is neither honest nor merciful.... therefore, choose trade above politics, but politics above war.
Back to top
View user's profile Send private message
jendrek
n00b
n00b


Joined: 17 Oct 2004
Posts: 5

PostPosted: Mon Nov 22, 2004 7:48 am    Post subject: Details... Reply with quote

Sorry I didn't put details but I just wanted to go through with installation.

So the test that in my opininon is creating the trouble is: /lib/Config. After long time of doing something emerge/perl complains about number of things: lack of free memory, processor overload and problems with DMA. Then it seems to be going on but moment later emerge is killed and I'm back at the command line.

I think I should mention thet it is a clean install and it DID install without any problems with 2004.2.

Thanks for help. I will try what was suggested so far.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum