LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 04-26-2011, 07:43 PM   #1
Adol
Member
 
Registered: Feb 2011
Location: Osaka, Japan
Distribution: Gentoo, Opensuse
Posts: 271

Rep: Reputation: 6
Kde emerge trouble


Hello,

I have successfully installed Kde before with no problems but have recently went to OpenSuse and now back to Gentoo(I like it more) but can't get Kde to emerge.

I'm getting stuck at media-libs/ponon-4.4.2

Quote:
ebuild.sh, line 56: Called src_configure
environment, line 2854:Called cmake-utils_src_configure
line 774:Called _execute_optionaly 'src_configure
line 236:Called enable_cmake-utils_src_configure
line 1088:Called die
The specific snippet of code:
"${CMAKE_BINARY}" "${cmakeargs[@]}" "{CMAKE_USE_DIR}" || die "cmake failed"
 
Old 04-26-2011, 08:37 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
I would try and unmask media-libs/phonon-4.5.0. It should be marked as stable soon.

http://bugs.gentoo.org/show_bug.cgi?id=364175
 
Old 04-26-2011, 10:09 PM   #3
Adol
Member
 
Registered: Feb 2011
Location: Osaka, Japan
Distribution: Gentoo, Opensuse
Posts: 271

Original Poster
Rep: Reputation: 6
I think my problems are bigger.

Now I tried to emerge xorg-server again and got an error:

Quote:
died running emake, base_src_make
I dont know what happend but something is very wrong.
 
Old 04-26-2011, 10:23 PM   #4
Adol
Member
 
Registered: Feb 2011
Location: Osaka, Japan
Distribution: Gentoo, Opensuse
Posts: 271

Original Poster
Rep: Reputation: 6
ok

so now I cant emerge:

ati-drivers
xorge
phonon

I think there may be something wrong with my base system but dont know where to start looking.
 
Old 04-26-2011, 11:29 PM   #5
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
when was the last time that you emerged world?
 
Old 04-26-2011, 11:34 PM   #6
Adol
Member
 
Registered: Feb 2011
Location: Osaka, Japan
Distribution: Gentoo, Opensuse
Posts: 271

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by andrewthomas View Post
when was the last time that you emerged world?
I have never emerged world. Ill try that next.

my next tries will be:

1. emerge world
2. check /usr/local directory for something that may be conflicting.
3. remerge perl

Hopefuly something will get the job done.

Also, I think I had a clock skew when I installed my base system. Its fixed now but could that be causing my problems?

Last edited by Adol; 04-26-2011 at 11:35 PM.
 
Old 04-26-2011, 11:36 PM   #7
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
I wasn't saying that that will solve the problem, because if you haven't updated your system in a long time then you are going to run into problems.


Code:
emerge --sync && emerge -avuDN world
How long ago did you do your initial installation?

Last edited by andrewthomas; 04-26-2011 at 11:38 PM.
 
Old 04-26-2011, 11:45 PM   #8
Adol
Member
 
Registered: Feb 2011
Location: Osaka, Japan
Distribution: Gentoo, Opensuse
Posts: 271

Original Poster
Rep: Reputation: 6
I finished the install about 1 week ago.

Could a clock skew durring the initial install be doing this?
 
Old 04-26-2011, 11:52 PM   #9
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
No.

post the output of

Code:
emerge --info
and pastebin your

/var/log/emerge.log

Last edited by andrewthomas; 04-27-2011 at 12:05 AM.
 
Old 04-27-2011, 01:00 AM   #10
Adol
Member
 
Registered: Feb 2011
Location: Osaka, Japan
Distribution: Gentoo, Opensuse
Posts: 271

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by andrewthomas View Post
No.

post the output of

Code:
emerge --info
and pastebin your

/var/log/emerge.log
What is the method to do that from the command line?

I dont know how to highlight or copy the text from command line.
 
Old 04-27-2011, 01:22 AM   #11
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
If you haven't even emerged X and a desktop environment then you may be better off starting over, making sure to follow the handbook.

http://www.gentoo.org/doc/en/handbook/

As for your question, you could just pipe the command to a file and copy that over to a USB stick.

Code:
emerge --info > file1

cat /var/log/emerge.log > file2
 
Old 04-27-2011, 01:33 AM   #12
Adol
Member
 
Registered: Feb 2011
Location: Osaka, Japan
Distribution: Gentoo, Opensuse
Posts: 271

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by andrewthomas View Post
If you haven't even emerged X and a desktop environment then you may be better off starting over, making sure to follow the handbook.

http://www.gentoo.org/doc/en/handbook/

As for your question, you could just pipe the command to a file and copy that over to a USB stick.

Code:
emerge --info > file1

cat /var/log/emerge.log > file2
Actualy thats a good idea.

I'll start again and if I still have the same problems I'll post back with all the info.

It may be something I missed with my base system install.

Thank you for all the help.
 
Old 04-28-2011, 01:05 AM   #13
Adol
Member
 
Registered: Feb 2011
Location: Osaka, Japan
Distribution: Gentoo, Opensuse
Posts: 271

Original Poster
Rep: Reputation: 6
Everything is working now.

There were some wrong make flags in my /etc/make.conf.

After I reinstalled I had similair problems then reverted my make.conf back to a simple state and everything worked.

Thank you for all the help.
 
Old 04-28-2011, 08:47 AM   #14
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
You're welcome.

Glad to be of help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] KDE language packs - Can I make Portage skip over them (emerge kde-meta)? rrrssssss Gentoo 4 11-08-2009 02:45 PM
Gentoo re-emerge KDE silentray Linux - Newbie 2 09-10-2008 07:40 PM
KDE emerge problem chemicalvamp Linux - Newbie 12 02-07-2006 03:54 AM
cannot emerge kde irfanhab Linux - Distributions 3 05-28-2005 10:41 PM
emerge all of KDE? prophet621 Linux - Distributions 2 03-04-2005 03:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo

All times are GMT -5. The time now is 04:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration