Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -u world problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ergodic
n00b
n00b


Joined: 26 Jul 2002
Posts: 33
Location: San Diego

PostPosted: Wed Apr 30, 2003 6:38 pm    Post subject: emerge -u world problem Reply with quote

I am trying to upgrade my gentoo box but it cannot emerge xfree-4.3.0-r2 from 4.2.1-r2

This is the error I got:

!!! ERROR: x11-base/xfree-4.3.0-r2 failed.
!!! Function get_number_of_jobs, Line 437, Exitcode 0
!!! Unknown ARCH -- linux!

my settings :

CFLAGS="-march=athlon-xp -O3 -pipe"
USE="X gtk gnome alsa mysql kde qt -java apache2"
CHOST="i686-pc-linux-gnu"

Any help would be appreciated
Back to top
View user's profile Send private message
nutate
n00b
n00b


Joined: 27 Aug 2002
Posts: 11

PostPosted: Wed Apr 30, 2003 7:52 pm    Post subject: Reply with quote

what is ACCEPT_KEYWORDS set to in make.conf?

It should probably look like this:
Code:
ACCEPT_KEYWORDS="~x86"

Hope that helps,
Rich
Back to top
View user's profile Send private message
ergodic
n00b
n00b


Joined: 26 Jul 2002
Posts: 33
Location: San Diego

PostPosted: Wed Apr 30, 2003 10:28 pm    Post subject: Reply with quote

it was actually "~arch"
put it back to "~x86"
gave me error LD_LIBRARY_PATH
then I did
export LD_LIBRARY_PATH=""
loooks like it liked it .....
So,

What is the difference between arch and x86 ??
Back to top
View user's profile Send private message
ergodic
n00b
n00b


Joined: 26 Jul 2002
Posts: 33
Location: San Diego

PostPosted: Wed Apr 30, 2003 11:58 pm    Post subject: Reply with quote

ACCEPT KEYWORDS ="~X86"

!!! ERROR: x11-base/xfree-4.3.0-r2 failed.
!!! Function get_number_of_jobs, Line 437, Exitcode 0
!!! Unknown ARCH -- linux!


# ACCEPT_KEYWORDS="~x86" (that is commented out )
!!! ERROR: x11-base/xfree-4.3.0-r2 failed.
!!! Function get_number_of_jobs, Line 437, Exitcode 0
!!! Unknown ARCH -- linux!

SAME ERROR !

Help ?
Back to top
View user's profile Send private message
dnf
n00b
n00b


Joined: 01 May 2003
Posts: 1
Location: New Zealand

PostPosted: Thu May 01, 2003 5:04 am    Post subject: Reply with quote

I'm guessing that there is some case sensitivity, so x86 and X86 are different things (the latter being undefined).

"arch" is used in the comment to tell you that you need to put an architecture there.
Your architecture is x86. Other architectures include sparc and ppc.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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