Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge xfree results in nothing
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Wed Nov 05, 2003 1:44 am    Post subject: emerge xfree results in nothing Reply with quote

been trying to get xfree merged the past two days. always fails.

after compilation, I do not find startx, nor xf86cfg, nor xf86config. it just appears the complete compilation did not yield anything.

i played around adding a host of USE settings in make.conf, though etcat -u xfree does not list them. that command does not even show USE settings like "X", "gtk" or "xv" ... as being used for xfree.......

I followed installation guide step by step and used standard linux-2.4.20-gentoo-r8 sources kernel...


any ideas?? :D
Back to top
View user's profile Send private message
scootersmk
Apprentice
Apprentice


Joined: 17 May 2003
Posts: 186
Location: Knoxville, TN

PostPosted: Wed Nov 05, 2003 1:49 am    Post subject: Reply with quote

what does the following command show:
Code:

emerge -p xfree

_________________
Long live the gentoo forums!!!!!
Back to top
View user's profile Send private message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Wed Nov 05, 2003 2:11 am    Post subject: Reply with quote

that shows:
Code:

[ebuild N   ] x11-base/xfree-4.3.0-r3




more:
emerge -pv xfree shows:
Code:

[ebuild N   ] x11-base/xfree-4.3.0-r3 -3dfx +sse +mmx -3dnow +xml2 +truetype +nls -cjk +doc -ipv6 -debug -static +pam -sdk -gatos


^^ these USE settings do not correspond at all to what I have chosen and look very weird for xfree... :? no??
Back to top
View user's profile Send private message
scootersmk
Apprentice
Apprentice


Joined: 17 May 2003
Posts: 186
Location: Knoxville, TN

PostPosted: Wed Nov 05, 2003 2:34 am    Post subject: Reply with quote

I doubt this will fix the main problem but those are all of the default USE variables are you sure you uncommented the line in make.conf where you changed them.

what command are you using to emerge xfree and what ouput do you get? Does it say that the emerge was succeful? Emerging of xfree should take several hours depending on the system speed. About how long does yours take?

the command you should be using is(as root):
Code:
emerge xfree

_________________
Long live the gentoo forums!!!!!
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Wed Nov 05, 2003 7:25 am    Post subject: Reply with quote

Moved from Installing Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Wed Nov 05, 2003 8:43 am    Post subject: Reply with quote

scootersmk wrote:
I doubt this will fix the main problem but those are all of the default USE variables are you sure you uncommented the line in make.conf where you changed them.

what command are you using to emerge xfree and what ouput do you get? Does it say that the emerge was succeful? Emerging of xfree should take several hours depending on the system speed. About how long does yours take?

the command you should be using is(as root):
Code:
emerge xfree


it is uncommented alright.

I rebuilt the system overnight. it ends saying "error: X11-base/xfree-4.3.0-r3 failed...

building it does take hours.

I etcatted system "etcat -v xfree" as well

it has red lines mentioning
[M ] x11-base/xfree-4.1.0-r6 (0)
...
[M~ ] x11-base/xfree-4.3.99.13 (0)
[M~ ] x11-base/xfree-4.3.99.14 (0)
[M~ ] x11-base/xfree-4.3.99.15 (0)

hope someone can help... getting to me now... ;)
Back to top
View user's profile Send private message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Wed Nov 05, 2003 10:52 am    Post subject: Reply with quote

another emerge, another one in vain.

ends with:

Code:

!!! ERROR: x11-base/xfree-4.3.0-r3 failed.
!!! Function src_install, line 603, Exitcode 2
!!! (no error message)


startx at prompt results in
Code:

-bash: startx: command not found


damn... :(
Back to top
View user's profile Send private message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Wed Nov 05, 2003 7:18 pm    Post subject: Reply with quote

guys.... im still stuck here.

im bumping this since it fell to page two.

@mods: please let me know if I shouldn't
Back to top
View user's profile Send private message
scootersmk
Apprentice
Apprentice


Joined: 17 May 2003
Posts: 186
Location: Knoxville, TN

PostPosted: Wed Nov 05, 2003 8:32 pm    Post subject: Cflags Reply with quote

what do you have your cflags set at?

are you doing a GRP install?
_________________
Long live the gentoo forums!!!!!
Back to top
View user's profile Send private message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Wed Nov 05, 2003 9:21 pm    Post subject: Re: Cflags Reply with quote

scootersmk wrote:
what do you have your cflags set at?

are you doing a GRP install?


had them on
Code:
CFLAGS="-03 -mcpu=pentium3 -funroll-loops -pipe"


changed them to:
Code:
CFLAGS="-mcpu=pentium3 -pipe"


what do these do (i do not seem to find that answer in the docs...)


GRP install? <_< what is... ;)

really don't know, this what I do: i have 2 live cd's (pIV builds, so can only start from stage 1). install like the doc tells me, use emerge sync to get latest sources or when I build (emerge APP) I always seem to get latest sources as well.

about "always get latest", even when I rebuild (the same package again), it regets the same source code time and again. which command do I use to tell gentoo that I want to get them once and store them my machine. (would save me precious bandwidth as im capped at 10Gb/m).

edit: btw thanks already scootersmk. ;)
Back to top
View user's profile Send private message
mike4148
l33t
l33t


Joined: 09 Sep 2003
Posts: 641

PostPosted: Wed Nov 05, 2003 11:24 pm    Post subject: Reply with quote

What do the last few lines before the error message say?
Back to top
View user's profile Send private message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Wed Nov 05, 2003 11:39 pm    Post subject: Reply with quote

Code:

make[4]: *** [install] Illegal instruction
make[4]: Leaving directory '/var/temp/portage/xfree-4.3.0-r3/work/xc/fonts/scaled/Type1'
make[3]: *** [install] Error 2
make[3]: Leaving directory '/var/temp/portage/xfree-4.3.0-r3/work/xc/fonts/scaled'
make[2]: *** [install] Error 2
make[2]: Leaving directory '/var/temp/portage/xfree-4.3.0-r3/work/xc/fonts/'
make[1]: *** [install] Error 2
make[1]: Leaving directory '/var/temp/portage/xfree-4.3.0-r3/work/xc'
make: *** [install] error 2

!!! ERROR: x11-base/xfree-4.3.0-r3 failed.
!!! Function src_install, line 603, Exitcode 2
!!! (no error message)
Back to top
View user's profile Send private message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Wed Nov 05, 2003 11:39 pm    Post subject: Reply with quote

Code:

make[4]: *** [install] Illegal instruction
make[4]: Leaving directory '/var/temp/portage/xfree-4.3.0-r3/work/xc/fonts/scaled/Type1'
make[3]: *** [install] Error 2
make[3]: Leaving directory '/var/temp/portage/xfree-4.3.0-r3/work/xc/fonts/scaled'
make[2]: *** [install] Error 2
make[2]: Leaving directory '/var/temp/portage/xfree-4.3.0-r3/work/xc/fonts/'
make[1]: *** [install] Error 2
make[1]: Leaving directory '/var/temp/portage/xfree-4.3.0-r3/work/xc'
make: *** [install] error 2

!!! ERROR: x11-base/xfree-4.3.0-r3 failed.
!!! Function src_install, line 603, Exitcode 2
!!! (no error message)


im going to start rebuilding from scratch once again...
hope this rebuild works... getting quite desperate and annoyed with it. :(
Back to top
View user's profile Send private message
charlesnadeau
Apprentice
Apprentice


Joined: 19 May 2003
Posts: 205
Location: Ottawa, Ontario, Canada

PostPosted: Thu Nov 06, 2003 2:58 am    Post subject: Reply with quote

MeBrains,

Almost the same error as the one I reported here

Charles
_________________
Charles Nadeau
http://radio.weblogs.com/0111823/
http://charlesnadeau.blogspot.com/search/label/Gentoo
Back to top
View user's profile Send private message
MeBrains
n00b
n00b


Joined: 05 Nov 2003
Posts: 22

PostPosted: Sun Nov 09, 2003 5:23 pm    Post subject: Reply with quote

just to let you know that I fixed it: reinstallation! ;)

imho: it was the USE flags which really need to be set before you do anything else. I guess the tutorial should stress the importance of choosing these wisely at that moment. <_<
Back to top
View user's profile Send private message
amadan
n00b
n00b


Joined: 01 Oct 2002
Posts: 13

PostPosted: Mon Nov 10, 2003 7:16 am    Post subject: Reply with quote

MeBrains - what flags did you end up using to get this working? Still no luck here...
Back to top
View user's profile Send private message
amadan
n00b
n00b


Joined: 01 Oct 2002
Posts: 13

PostPosted: Tue Nov 11, 2003 11:21 pm    Post subject: Reply with quote

Fixed with a complete system re-install (P4 stage3 flags), xfree compiled with
CFLAGS="-02 -mcpu=pentium4 -pipe"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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