Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ugh xorg-x11 wont emerge :( helppppppppppp [SOLVED]
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
xsilentmurmurx
Apprentice
Apprentice


Joined: 23 Oct 2009
Posts: 233

PostPosted: Fri Nov 13, 2009 3:43 pm    Post subject: ugh xorg-x11 wont emerge :( helppppppppppp [SOLVED] Reply with quote

Hey everyone. I was able to successfully install Gentoo with a tweaked kernel onto my system and it runs fine. The only problem is that when I tried to emerge xorg-server it gave me some strange errors. The same thing happened when i tried to emerge xorg-x11.

I have posted my /etc/make.conf file in pastebin at this link:

http://pastebin.com/f7effcc23

and the errors that I received when i tried to emerge xorg-x11:

http://pastebin.com/f4459fcaf

any ideas on how I should go about fixing this problem?


Last edited by xsilentmurmurx on Fri Nov 20, 2009 2:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Fri Nov 13, 2009 3:47 pm    Post subject: Reply with quote

Code:

emerge -C sys-fs/e2fsprogs sys-libs/e2fsprogs-libs && emerge xorg-server

_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Fri Nov 13, 2009 3:59 pm    Post subject: Reply with quote

Whoa, wait a minute unmerging e2fsprogs and e2fsprogs-libs will kill the networking.

emerge --fetch e2fsprogs e2fsprogs-libs

first.
Back to top
View user's profile Send private message
xsilentmurmurx
Apprentice
Apprentice


Joined: 23 Oct 2009
Posts: 233

PostPosted: Fri Nov 13, 2009 4:00 pm    Post subject: Reply with quote

can i substitute xorg-x11 for xorg-server in bigun's example?
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Fri Nov 13, 2009 4:04 pm    Post subject: Reply with quote

Sure xorg-x11 will pull in xorg-server as a dependency, as well as pull in some other handy x11 apps.
Back to top
View user's profile Send private message
xsilentmurmurx
Apprentice
Apprentice


Joined: 23 Oct 2009
Posts: 233

PostPosted: Fri Nov 13, 2009 4:07 pm    Post subject: Reply with quote

Mike Hunt wrote:
Whoa, wait a minute unmerging e2fsprogs and e2fsprogs-libs will kill the networking.

emerge --fetch e2fsprogs e2fsprogs-libs

first.


it gave me this error:

g0vernurh0st / # emerge --fetch e2fsprogs e2fsprogs-libs
Usage: emerge [options]

emerge: error: ambiguous option: --fetch (--fetch-all-uri, --fetchonly?)
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Fri Nov 13, 2009 4:10 pm    Post subject: Reply with quote

Mike Hunt wrote:
Whoa, wait a minute unmerging e2fsprogs and e2fsprogs-libs will kill the networking.

emerge --fetch e2fsprogs e2fsprogs-libs

first.


Good catch
_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Fri Nov 13, 2009 4:11 pm    Post subject: Reply with quote

xsilentmurmurx wrote:
Mike Hunt wrote:
Whoa, wait a minute unmerging e2fsprogs and e2fsprogs-libs will kill the networking.

emerge --fetch e2fsprogs e2fsprogs-libs

first.


it gave me this error:

g0vernurh0st / # emerge --fetch e2fsprogs e2fsprogs-libs
Usage: emerge [options]

emerge: error: ambiguous option: --fetch (--fetch-all-uri, --fetchonly?)


Code:

emerge -f e2fsprogs e2fsprogs-libs

_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
xsilentmurmurx
Apprentice
Apprentice


Joined: 23 Oct 2009
Posts: 233

PostPosted: Fri Nov 13, 2009 4:16 pm    Post subject: Reply with quote

woohooo its emerging xorg-x11!!!!!

hopefully this will work :D if not.. ill be back with more questions


Mike and Bigun thanks for your help dudes!
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Fri Nov 13, 2009 4:20 pm    Post subject: Reply with quote

xsilentmurmurx wrote:
woohooo its emerging xorg-x11!!!!!

hopefully this will work :D if not.. ill be back with more questions


Mike and Bigun thanks for your help dudes!


If it finishes, go ahead and mark the thread [solved]
_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Fri Nov 13, 2009 5:06 pm    Post subject: Reply with quote

xsilentmurmurx wrote:
can i substitute xorg-x11 for xorg-server in bigun's example?

There is no need to emerge either one explicitly. As long as your useflags are set right, you will pull in all the needed X packages when you emerge the stuff you actually want, like openbox or kdebase-meta. That being said, xorg-server is just the server with its direct dependencies, while xorg-x11 is a meta package that will pull in all of X.org, including a lot of stuff you probably don't need.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
xsilentmurmurx
Apprentice
Apprentice


Joined: 23 Oct 2009
Posts: 233

PostPosted: Sun Nov 15, 2009 3:52 pm    Post subject: Reply with quote

yngwin wrote:
xsilentmurmurx wrote:
can i substitute xorg-x11 for xorg-server in bigun's example?

There is no need to emerge either one explicitly. As long as your useflags are set right, you will pull in all the needed X packages when you emerge the stuff you actually want, like openbox or kdebase-meta. That being said, xorg-server is just the server with its direct dependencies, while xorg-x11 is a meta package that will pull in all of X.org, including a lot of stuff you probably don't need.


well if i ever need any of those extras later on, will I be able to emerge them without having to install X all over again?
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Sun Nov 15, 2009 6:00 pm    Post subject: Reply with quote

xsilentmurmurx wrote:

well if i ever need any of those extras later on, will I be able to emerge them without having to install X all over again?


Yep, you can either merge them individually, or snag that fat package.

Now we need somebody to help you with your X freezing problem :)
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sun Nov 15, 2009 7:24 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Desktop Environments.
desktop stuff, so moved here
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
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