Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Trying to remove aRTs
Date: Tue, 13 Mar 2007 11:38:36
Message-Id: 200703131114.10885.michaelkintzios@gmail.com
1 Hi All,
2
3 I've set USE="-arts" and ran a revedep-rebuild. It all went pear shape from
4 there:
5 =======================================
6 /bin/sh ../../libtool --silent --tag=CXX --mode=link
7 i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx -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 -o
8 noatunwakeup.la -rpath /usr/kde/3.5/lib/kde3 -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib -module -avoid-version -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined
9 wakeup.lo kminutespinbox.lo kpercentspinbox.lo -lkio -lnoatun -lm
10 grep: /usr/kde/3.5/lib/libartskde.la: No such file or directory
11 /bin/sed: can't read /usr/kde/3.5/lib/libartskde.la: No such file or directory
12 libtool: link: `/usr/kde/3.5/lib/libartskde.la' is not a valid libtool archive
13 make[3]: *** [noatunwakeup.la] Error 1
14 make[3]: Leaving directory
15 `/var/tmp/portage/kde-base/noatun-plugins-3.5.5/work/noatun-plugins-3.5.5/noatun-plugins/alarm'
16 make[2]: *** [all-recursive] Error 1
17 make[2]: Leaving directory
18 `/var/tmp/portage/kde-base/noatun-plugins-3.5.5/work/noatun-plugins-3.5.5/noatun-plugins'
19 make[1]: *** [all-recursive] Error 1
20 make[1]: Leaving directory
21 `/var/tmp/portage/kde-base/noatun-plugins-3.5.5/work/noatun-plugins-3.5.5'
22 make: *** [all] Error 2
23
24 !!! ERROR: kde-base/noatun-plugins-3.5.5 failed.
25 Call stack:
26 ebuild.sh, line 1614: Called dyn_compile
27 ebuild.sh, line 971: Called qa_call 'src_compile'
28 environment, line 5002: Called src_compile
29 noatun-plugins-3.5.5.ebuild, line 31: Called kde-meta_src_compile
30 kde-meta.eclass, line 379: Called kde_src_compile
31 kde.eclass, line 171: Called kde_src_compile 'all'
32 kde.eclass, line 341: Called kde_src_compile 'myconf' 'configure' 'make'
33 kde.eclass, line 337: Called die
34
35 !!! died running emake, kde_src_compile:make
36 =======================================
37
38 It can't read /usr/kde/3.5/lib/libartskde.la probably because kdelibs did not
39 create it, with my -arts USE flag. I thought that it was feasible to build
40 KDE applications (like e.g. noatun) without aRTs. Am I wrong in my
41 assumption? How do I move on from here?
42 --
43 Regards,
44 Mick

Replies

Subject Author
Re: [gentoo-user] Trying to remove aRTs Neil Bothwick <neil@××××××××××.uk>