Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge gentoo-sources stalling i686 machine at applying 4400
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
frank56
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2009
Posts: 98

PostPosted: Sun Nov 08, 2009 7:34 pm    Post subject: emerge gentoo-sources stalling i686 machine at applying 4400 Reply with quote

I was able to restart with chroot and again, program stalls at

Applying 4400 _alpha-sysct1-uac.patch (-po+) ... not sure if charcter after sysct is a one or an L.

Not being sarcastic but should I let that run or stall for 2 or three days. TOP shows no program is stopped, 2 programs running, rm is the command at the top. I understand some compiling may take days..I might have to turn my monitor off so it does not get burrned out.

Is there a way I could post or print my current screen and post here?

Solved, I did another Reinstall and learned how to navigate the download sites with cd live. I may have downloaded from a developers site instead of the one i needed to download. I did not know the down arrow shifts the field to the right after reaching last item on left column. In short, I paid more attention to reading what was on the screen than the last time., and also learned how to navigate the screen. Frank

PS , I was trying to change topic to Solved, but I can' type any letters in the Title field.


Last edited by frank56 on Wed Nov 11, 2009 1:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Sun Nov 08, 2009 7:51 pm    Post subject: Reply with quote

frank56,

Something failed if it stuck at applying patches ... that should only take seconds.
Make a photo with a digital camera. There are console screen capture programes but you won't have one installed.

Have you run out of drive space?
Even so, it should not lock up.
What does df -h and df -i show ?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
frank56
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2009
Posts: 98

PostPosted: Sun Nov 08, 2009 9:26 pm    Post subject: Reply with quote

NeddySeagoon wrote:
frank56,

Something failed if it stuck at applying patches ... that should only take seconds.
Make a photo with a digital camera. There are console screen capture programes but you won't have one installed.

Have you run out of drive space?
Even so, it should not lock up.
What does df -h and df -i show ?


I have a 40 gig HD , will try to get picture and and check ram total..later.,,,,I did skip over the compile options and used the defaults... How do I find out what this patch does, and is there anyway I can disable it before I run, emerge.?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Sun Nov 08, 2009 9:33 pm    Post subject: Reply with quote

frank56,

That patch is for a DEC Alpha CPU. Its unlikely you have one of those.

The message may not be showing what is in progress ....
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
frank56
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2009
Posts: 98

PostPosted: Sun Nov 08, 2009 10:57 pm    Post subject: Reply with quote

NeddySeagoon wrote:
frank56,

That patch is for a DEC Alpha CPU. Its unlikely you have one of those.

The message may not be showing what is in progress ....


No my processor is an Athlon, I used X86 Portage and stage 3 also. I did google search and concluded I have an i686 computer. I assume pentium through Pentium 4 are i686, and I think though I have Amd it still in that catagory.
I dont see how I can attach a file here on this Post window, but I did take picture. Frank
Back to top
View user's profile Send private message
Clad in Sky
l33t
l33t


Joined: 04 May 2007
Posts: 888
Location: Germany

PostPosted: Mon Nov 09, 2009 7:25 am    Post subject: Reply with quote

Hi,

you cannot attach files. But you can upload them at imageshack or omploader.org for example and post a link.
_________________
Kali Ma
Now it's autumn of the aeons
Dance with your sword
Now it's time for the harvest
Back to top
View user's profile Send private message
frank56
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2009
Posts: 98

PostPosted: Mon Nov 09, 2009 10:23 am    Post subject: Reply with quote

Clad in Sky wrote:
Hi,

you cannot attach files. But you can upload them at imageshack or omploader.org for example and post a link.


Thanks Clad...great workaround,
Back to top
View user's profile Send private message
dE_logics
Advocate
Advocate


Joined: 02 Jan 2009
Posts: 2253
Location: $TERM

PostPosted: Mon Nov 09, 2009 10:35 am    Post subject: Reply with quote

frank56 wrote:
NeddySeagoon wrote:
frank56,

That patch is for a DEC Alpha CPU. Its unlikely you have one of those.

The message may not be showing what is in progress ....


No my processor is an Athlon, I used X86 Portage and stage 3 also. I did google search and concluded I have an i686 computer. I assume pentium through Pentium 4 are i686, and I think though I have Amd it still in that catagory.
I dont see how I can attach a file here on this Post window, but I did take picture. Frank


For Athlon you need can set separate use flags -

Code:
CFLAGS="-march=athlon64 -O2 -pipe"


i686 will give problems...i686 and AMD are rivals...its Intel/AMD stuff.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Mon Nov 09, 2009 7:46 pm    Post subject: Reply with quote

frank56,

Not all Pentiums are i686.

The first i686 was the Pentium Pro, then the Pentium 2.
The Pentium and Pentium-mmx are i586 CPUs
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Tue Nov 10, 2009 10:01 pm    Post subject: Reply with quote

dE_logics wrote:
For Athlon you need can set separate use flags -

Code:
CFLAGS="-march=athlon64 -O2 -pipe"
Except an Athlon isn't an Athlon64. Athlon is 32-bit.
_________________
My political stance/bias
slycordinator != slycoordinator
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Wed Nov 11, 2009 4:42 am    Post subject: Reply with quote

for 32 bits the correct stage3 is i686, and /etc/make.conf should contain:
Code:
CHOST="i686-pc-linux-gnu"
Back to top
View user's profile Send private message
frank56
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2009
Posts: 98

PostPosted: Wed Nov 11, 2009 9:53 am    Post subject: Reply with quote

Mike Hunt wrote:
for 32 bits the correct stage3 is i686, and /etc/make.conf should contain:
Code:
CHOST="i686-pc-linux-gnu"


Thanks make and thats what I see in /etc/make.conf Frank
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