LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   Kde emerge trouble (https://www.linuxquestions.org/questions/gentoo-87/kde-emerge-trouble-877281/)

Adol 04-26-2011 07:43 PM

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"

andrewthomas 04-26-2011 08:37 PM

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

Adol 04-26-2011 10:09 PM

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.

Adol 04-26-2011 10:23 PM

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.

andrewthomas 04-26-2011 11:29 PM

when was the last time that you emerged world?

Adol 04-26-2011 11:34 PM

Quote:

Originally Posted by andrewthomas (Post 4337558)
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?

andrewthomas 04-26-2011 11:36 PM

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?

Adol 04-26-2011 11:45 PM

I finished the install about 1 week ago.

Could a clock skew durring the initial install be doing this?

andrewthomas 04-26-2011 11:52 PM

No.

post the output of

Code:

emerge --info
and pastebin your

/var/log/emerge.log

Adol 04-27-2011 01:00 AM

Quote:

Originally Posted by andrewthomas (Post 4337581)
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.

andrewthomas 04-27-2011 01:22 AM

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


Adol 04-27-2011 01:33 AM

Quote:

Originally Posted by andrewthomas (Post 4337658)
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.

Adol 04-28-2011 01:05 AM

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.

andrewthomas 04-28-2011 08:47 AM

You're welcome.

Glad to be of help.


All times are GMT -5. The time now is 01:42 PM.