Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
soo SLOW, Pentium2 450 mhz???
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
DarkVillage
n00b
n00b


Joined: 12 Sep 2003
Posts: 52
Location: SWEDEN

PostPosted: Mon Jan 10, 2005 1:13 pm    Post subject: soo SLOW, Pentium2 450 mhz??? Reply with quote

Its now my third time I have installed gentoo...
This time I have installed it on a pentium2 with 450 mhz

My problem is that all compiling take so extremly long time, exept that seems the system work fine.

I think I have done something wrong in the make.conf file, what shall I add?

DMA seems to be activated

Best regards
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Mon Jan 10, 2005 1:32 pm    Post subject: Reply with quote

I have an AMD K6-2 450MHz and it took a good six hours for xorg and about 2 hours for making the kernel. If your still worried post your fstab.
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Mon Jan 10, 2005 1:39 pm    Post subject: Reply with quote

there is a little tip in this thread

Quote:
7. Ccache

ccache is an application (included en portage and on by default when emerging (if you emerge ccache)) that acts as a cache for the compiler.
With this little prog we will be able to compile in a faster way when compiling packages, specially with the big make's (you could think that using a cache when compiling has no use, but it speeds up some instructions like the make clean)

Just emerge it and set the default cache size (read the einfo after the emerge), and it will be on by default. You can check it with:
Code:
# emerge info | grep ccache
ccache version 2.3 [enabled]

You can check the ccache stats by doing:
Code:
# ccache -s


but just to make sure post your make.conf file!
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon Jan 10, 2005 1:50 pm    Post subject: Reply with quote

Notice that little RAM (e.g. less than 64MB) will result in heavy swapping for many packages which results in an awesome slowdown of the compile process.
Back to top
View user's profile Send private message
DarkVillage
n00b
n00b


Joined: 12 Sep 2003
Posts: 52
Location: SWEDEN

PostPosted: Wed Jan 12, 2005 8:36 pm    Post subject: Reply with quote

Here is my make.conf:


# These settings were set by the catalyst build script that automatically built$
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -mcpu=i586 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j2"
GENTOO_MIRRORS="http://ftp.du.se/pub/os/gentoo"

USE="-gtk - qt dvd oss alsa cdr"

ALSA_CARDS="es1938"

I think I have 128 mb ram

I took a look at that thread you gave me, loki99, thank you. But the links in the CFLAGS section dosn't seems to work :(
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