View previous topic :: View next topic |
Author |
Message |
Peace Frog Apprentice
Joined: 12 Dec 2006 Posts: 185
|
Posted: Mon Sep 24, 2007 6:15 pm Post subject: ksysguard fails to emerge |
|
|
It's part of kdebase-meta, unfortunately the make fails.
Code: |
collect2: ld returned 1 exit status
make[4]: *** [ksysguard] Error 1
make[4]: Leaving directory `/var/tmp/portage/kde-base/ksysguard-3.5.7/work/ksysguard-3.5.7/ksysguard/gui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kde-base/ksysguard-3.5.7/work/ksysguard-3.5.7/ksysguard/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/ksysguard-3.5.7/work/ksysguard-3.5.7/ksysguard'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/ksysguard-3.5.7/work/ksysguard-3.5.7'
make: *** [all] Error 2
!!! ERROR: kde-base/ksysguard-3.5.7 failed.
Call stack:
ebuild.sh, line 1638: Called dyn_compile
ebuild.sh, line 985: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
ksysguard-3.5.7.ebuild, line 20: Called kde-meta_src_compile
kde-meta.eclass, line 380: Called kde_src_compile
kde.eclass, line 170: Called kde_src_compile 'all'
kde.eclass, line 340: Called kde_src_compile 'myconf' 'configure' 'make'
kde.eclass, line 336: Called die
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/kde-base/ksysguard-3.5.7/temp/build.log'.
|
I'm not good enough with call stack reports to diagnose this myself. Any suggestions?
Thanks |
|
Back to top |
|
|
mattsteven Apprentice
Joined: 27 Oct 2003 Posts: 240 Location: Your Planet
|
Posted: Wed Sep 26, 2007 7:37 pm Post subject: |
|
|
Post about twice the amount of lines that you already posted, there's not enough info there to diagnose. _________________ Matthew Steven
Linux-only desktop since 1998
Graying hair since 2006 |
|
Back to top |
|
|
jshanab Guru
Joined: 22 Dec 2003 Posts: 359
|
Posted: Sat Sep 29, 2007 4:37 pm Post subject: I am having the same issue. |
|
|
In my case it can't find the library libdns_sd.so
Code: |
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./ksgrd -I./SensorDisplayLib -I../../ksysguard/gui/SensorDisplayLib -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o ksysguard_skel.o ksysguard_skel.cc
/bin/sh ../../libtool --silent --tag=CXX --mode=link i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -o ksysguard -L/usr/kde/3.5/lib -L/usr/qt/3/lib -R /usr/kde/3.5/lib -R /usr/kde/3.5/lib -R /usr/qt/3/lib SensorBrowser.o WorkSheet.o WorkSheetSettings.o Workspace.o ksysguard.o ksysguard_skel.o ksgrd/libksgrd.la SensorDisplayLib/libsensordisplays.la -lkdeui -lkio -lkdnssd
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldns_sd
collect2: ld returned 1 exit status
make[4]: *** [ksysguard] Error 1
make[4]: Leaving directory `/var/tmp/portage/kde-base/kdebase-3.5.7-r4/work/kdebase-3.5.7/ksysguard/gui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kde-base/kdebase-3.5.7-r4/work/kdebase-3.5.7/ksysguard/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/kdebase-3.5.7-r4/work/kdebase-3.5.7/ksysguard'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/kdebase-3.5.7-r4/work/kdebase-3.5.7'
make: *** [all] Error 2
*
* ERROR: kde-base/kdebase-3.5.7-r4 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* kdebase-3.5.7-r4.ebuild, line 130: Called kde_src_compile
* kde.eclass, line 170: Called kde_src_compile 'all'
* kde.eclass, line 340: Called kde_src_compile 'myconf' 'configure' 'make'
* kde.eclass, line 336: Called die
*
* died running emake, kde_src_compile:make
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/kde-base/kdebase-3.5.7-r4/temp/build.log'.
*
* Messages for package kde-base/kdebase-3.5.7-r4:
*
* ERROR: kde-base/kdebase-3.5.7-r4 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* kdebase-3.5.7-r4.ebuild, line 130: Called kde_src_compile
* kde.eclass, line 170: Called kde_src_compile 'all'
* kde.eclass, line 340: Called kde_src_compile 'myconf' 'configure' 'make'
* kde.eclass, line 336: Called die
*
* died running emake, kde_src_compile:make
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/kde-base/kdebase-3.5.7-r4/temp/build.log'.
|
_________________ ghidra: 2.6.18-gentoo-r3 x86_64 AMD64 with xfce4 across 2 monitors; reiserfs on LVM2
hamal: Gentoo 2.6.16-gentoo-r4, athlonxp 1600 with gnome,reiserfs, LVM2.
jeffnote Gentoo 2.6.20-suspend2-r?, IBM T22
HTC_apache: Next convert, my ppc6700 phone |
|
Back to top |
|
|
mattsteven Apprentice
Joined: 27 Oct 2003 Posts: 240 Location: Your Planet
|
Posted: Sat Sep 29, 2007 7:33 pm Post subject: |
|
|
Google says it is in package "mdnsresponder"
Code: |
emerge net-misc/mDNSResponder
emerge --resume |
_________________ Matthew Steven
Linux-only desktop since 1998
Graying hair since 2006 |
|
Back to top |
|
|
jshanab Guru
Joined: 22 Dec 2003 Posts: 359
|
Posted: Sun Sep 30, 2007 1:45 pm Post subject: revdep-rebuild says it is in kdelibs |
|
|
lol
revdep-rebuild thinks it is in kdelibs, but it fails on same error. It is on a machine that uses avahi instead. i will go back to mdnsresponder _________________ ghidra: 2.6.18-gentoo-r3 x86_64 AMD64 with xfce4 across 2 monitors; reiserfs on LVM2
hamal: Gentoo 2.6.16-gentoo-r4, athlonxp 1600 with gnome,reiserfs, LVM2.
jeffnote Gentoo 2.6.20-suspend2-r?, IBM T22
HTC_apache: Next convert, my ppc6700 phone |
|
Back to top |
|
|
Kasumi_Ninja Veteran
Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
|
Back to top |
|
|
Carlo Developer
Joined: 12 Aug 2002 Posts: 3356
|
Posted: Sat Nov 24, 2007 2:01 pm Post subject: Re: revdep-rebuild says it is in kdelibs |
|
|
jshanab wrote: | revdep-rebuild thinks it is in kdelibs, but it fails on same error. It is on a machine that uses avahi instead. |
Then you probably built kdelibs once against mDNSResponder, switched to avahi, but didn't rebuild kdelibs with avahi use flag set. _________________ Please make sure that you have searched for an answer to a question after reading all the relevant docs. |
|
Back to top |
|
|
|
|
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
|
|