Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE 3.2 now in portage
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
shm
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2380
Location: Atlanta, Universe

PostPosted: Wed Nov 05, 2003 6:49 pm    Post subject: Reply with quote

See this thread to fix kcontrol:

https://forums.gentoo.org/viewtopic.php?t=102451
_________________
what up
Back to top
View user's profile Send private message
Air-Op
n00b
n00b


Joined: 02 Apr 2003
Posts: 52

PostPosted: Sun Nov 09, 2003 3:53 pm    Post subject: that thread is very long! Reply with quote

Very long thread... so here it is on this one...
29 Sep 2003
Posted: Tue Nov 04, 2003 6:16 pm Post subject:
Ah, I just noticed that I was trying to compile the wrong kdeartowork package... That would do it. I must have emerge sync'ed right before kdeartwork was updated because it did have all the other ebuilds.

Posted: Tue Nov 04, 2003 6:42 pm Post subject:
I have kcontrol problem too. but I fixed it in the following way:
Code:

cd /usr/kde/3.2/etc/xdg/menus/
ln -s default_kde-settings.menu kde-settings.menu
rm -rf ~/.kde*

then start kde, kcontrol has many entries.
Back to top
View user's profile Send private message
decampsr
n00b
n00b


Joined: 10 Jan 2006
Posts: 4
Location: Paris

PostPosted: Fri Jul 14, 2006 11:58 pm    Post subject: Reply with quote

nsahoo wrote:
I was emerging kdebindings and this is what I got ..

Code:

/bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/qt/3/tools/designer/uilib -I./.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o libkjsembed_la-jsconsolewidget.lo `test -f 'jsconsolewidget.cpp' || echo './'`jsconsolewidget.cpp
jsconsolewidget.cpp:44:31: jsconsolewidget.moc: No such file or directory
make[3]: *** [libkjsembed_la-jsconsolewidget.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebindings-3.2.0_alpha1/work/kdebindings-3.1.91/kjsembed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebindings-3.2.0_alpha1/work/kdebindings-3.1.91/kjsembed'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebindings-3.2.0_alpha1/work/kdebindings-3.1.91'
make: *** [all] Error 2
 
!!! ERROR: kde-base/kdebindings-3.2.0_alpha1 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make


any clue as to what is going wrong? I am using Nebvin's ebuild.


I had a long struggle with this error, too.

I have found out that automake was guilty. I use automake-wrapper, but apparently the wrapper was not doing a good job. I solved this problem with the following commands:
Code:
cd /usr/bin
mv automake automake-wrapper
ln -s automake-1.9 automake


Hope this helps!
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
Goto page Previous  1, 2, 3
Page 3 of 3

 
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