Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Abgespecktes KDE lässt sich nicht kompilieren [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
borlander
Apprentice
Apprentice


Joined: 10 Jan 2004
Posts: 160
Location: Gummersbach

PostPosted: Mon Nov 15, 2004 9:16 pm    Post subject: Abgespecktes KDE lässt sich nicht kompilieren [solved] Reply with quote

Hy Leute,

ich wollte KDE mal mit ein paar weniger Programmen kompilieren. Also habe ich in der /etc/make.conf folgende Variable gesetzt
Code:
DO_NOT_COMPILE="kaddressbook korganizer kontact kfloppy kdeprintfax knotes \
kdict khexedit kregexpeditor irkick kjots ktip kmouth kalarm kandy kfontview \
ksig ktimer kcharselect ktnef kedit kwrite kimagemapeditor kmdr-editor kxsldbg \
kviewshell kfax kpdf kpovmodeler kooka kruler kmag kiconedit kcolorchooser \
ksirc krdc kppplogview appletproxy juk kaudiocreator hdspconf hdspmixer \
kaboodle noatun artsbuilder kmid krfb kcron kpackage ksysguard ksysv \
kfaxview"


Dann ein
Code:
emerge kde -u


bei kdegraphics-3.3.1-r2 kommt dann folgender Fehler:
Code:
LEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o TeXFont_PFB.lo TeXFont_PFB.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kviewshell -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include  -I/usr/include/freetype2  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o TeXFont_TFM.lo TeXFont_TFM.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kviewshell -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include  -I/usr/include/freetype2  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o TeXFontDefinition.lo TeXFontDefinition.cpp
/usr/qt/3/bin/moc ./documentPage.h -o documentPage.moc
/usr/qt/3/bin/moc ./documentWidget.h -o documentWidget.moc
/usr/qt/3/bin/moc ./documentPageCache.h -o documentPageCache.moc
/usr/qt/3/bin/moc optionDialogFontsWidget_base.h -o optionDialogFontsWidget_base.moc
/usr/qt/3/bin/moc optionDialogSpecialWidget_base.h -o optionDialogSpecialWidget_base.moc
make[3]: *** No rule to make target `../kviewshell/libkmultipage.la', needed by`kdvipart.la'.  Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1/kdvi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1/kdvi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1'
make: *** [all] Error 2


Kann ich überhaupt all diese Programme in die DO_NOT_COMPILE Variable eintragen? Oder ist es total was anderes?


Last edited by borlander on Mon Nov 15, 2004 10:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
Linuxpeter
Guru
Guru


Joined: 28 May 2004
Posts: 403
Location: Dresden, Germany

PostPosted: Mon Nov 15, 2004 9:30 pm    Post subject: Reply with quote

Deine Fehlermeldung:
Quote:

LEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o TeXFont_PFB.lo TeXFont_PFB.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kviewshell -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/include/freetype2 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o TeXFont_TFM.lo TeXFont_TFM.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kviewshell -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/include/freetype2 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o TeXFontDefinition.lo TeXFontDefinition.cpp
/usr/qt/3/bin/moc ./documentPage.h -o documentPage.moc
/usr/qt/3/bin/moc ./documentWidget.h -o documentWidget.moc
/usr/qt/3/bin/moc ./documentPageCache.h -o documentPageCache.moc
/usr/qt/3/bin/moc optionDialogFontsWidget_base.h -o optionDialogFontsWidget_base.moc
/usr/qt/3/bin/moc optionDialogSpecialWidget_base.h -o optionDialogSpecialWidget_base.moc
make[3]: *** No rule to make target `../kviewshell/libkmultipage.la', needed by`kdvipart.la'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1/kdvi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1/kdvi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1'
make: *** [all] Error 2


Du mußt also kviewshell mit kompilieren lassen.
Außerdem kann es dir noch öfter passieren, das das Kompilieren abgebrochen wird,
mußt dann eben genauso vorgehen.
_________________
Regards, Linuxpeter
Wenn "Windows" die Antwort ist, war es eine dumme Frage. ;-)
Is "Windows" the answer, then it was a stupid question. ;-)
Back to top
View user's profile Send private message
Realmaker
l33t
l33t


Joined: 17 Sep 2003
Posts: 683
Location: Bremen, Germany

PostPosted: Mon Nov 15, 2004 9:34 pm    Post subject: Reply with quote

Tipp: Eine andere Möglichkeit, ein abgespecktes KDE zu bekommen, ist ein
Code:
emerge kdebase kdeartwork

_________________
Athlon 2600+ Barton, Asus A7N8x-X, nForce2, Asus Geforce FX5700 256mb, TwinMos 512ddr-sdram cl 2.5

Wer andern eine Bratwurst brät, der hat ein Bratwurstbratgerät.
Back to top
View user's profile Send private message
borlander
Apprentice
Apprentice


Joined: 10 Jan 2004
Posts: 160
Location: Gummersbach

PostPosted: Mon Nov 15, 2004 10:32 pm    Post subject: Reply with quote

Danke an Linuxpeter - das war es. Genau diese Zeile habe ich mir auch angeschaut - warum ich das nicht selber geraft habe :-)

@Realmaker - Ich nutze bis auf kdegames (habe ich aus dem ebuild rausgenommen) in jedem Packet ein paar Programme
Back to top
View user's profile Send private message
mondauge
l33t
l33t


Joined: 08 Jan 2003
Posts: 603
Location: Schwetzingen, Germany

PostPosted: Tue Nov 16, 2004 9:22 am    Post subject: Reply with quote

die DO_NOT_COMPILE Variable ist auf jeden Fall eine nette Sache, auch wenn man nicht den kompletten KDE Metabuild mergt. Der Nachteil daran ist, dass man schnell einige Abhängigkeiten zerstört und der ein oder andere KDE-Build deswegen abbricht. Da ist als ein wenig probieren angesagt :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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