public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Trying to remove aRTs
@ 2007-03-13 11:13 Mick
  2007-03-13 12:39 ` Neil Bothwick
  0 siblings, 1 reply; 8+ messages in thread
From: Mick @ 2007-03-13 11:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2496 bytes --]

Hi All,

I've set USE="-arts" and ran a revedep-rebuild.  It all went pear shape from 
there:
=======================================
/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 -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 
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 
wakeup.lo kminutespinbox.lo kpercentspinbox.lo -lkio -lnoatun -lm 
grep: /usr/kde/3.5/lib/libartskde.la: No such file or directory
/bin/sed: can't read /usr/kde/3.5/lib/libartskde.la: No such file or directory
libtool: link: `/usr/kde/3.5/lib/libartskde.la' is not a valid libtool archive
make[3]: *** [noatunwakeup.la] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/kde-base/noatun-plugins-3.5.5/work/noatun-plugins-3.5.5/noatun-plugins/alarm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/kde-base/noatun-plugins-3.5.5/work/noatun-plugins-3.5.5/noatun-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/kde-base/noatun-plugins-3.5.5/work/noatun-plugins-3.5.5'
make: *** [all] Error 2

!!! ERROR: kde-base/noatun-plugins-3.5.5 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 5002:   Called src_compile
  noatun-plugins-3.5.5.ebuild, line 31:   Called kde-meta_src_compile
  kde-meta.eclass, line 379:   Called kde_src_compile
  kde.eclass, line 171:   Called kde_src_compile 'all'
  kde.eclass, line 341:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 337:   Called die

!!! died running emake, kde_src_compile:make
=======================================

It can't read /usr/kde/3.5/lib/libartskde.la probably because kdelibs did not 
create it, with my -arts USE flag.  I thought that it was feasible to build 
KDE applications (like e.g. noatun) without aRTs.  Am I wrong in my 
assumption?  How do I move on from here?
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Trying to remove aRTs
  2007-03-13 11:13 [gentoo-user] Trying to remove aRTs Mick
@ 2007-03-13 12:39 ` Neil Bothwick
  2007-03-13 13:38   ` Mick
  0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2007-03-13 12:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

On Tue, 13 Mar 2007 11:13:59 +0000, Mick wrote:

> I've set USE="-arts" and ran a revedep-rebuild.

Did you run "emerge -uavDN world" first?

> It can't read /usr/kde/3.5/lib/libartskde.la probably because kdelibs
> did not create it, with my -arts USE flag.  I thought that it was
> feasible to build KDE applications (like e.g. noatun) without aRTs.  Am
> I wrong in my assumption?  How do I move on from here?

It is, I've been running like that for years, but every application must
be built without arts. You should also remove the arts package.


-- 
Neil Bothwick

"DOOM ", said Pooh, and Slaughtered Christopher Robin with a chainsaw

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Trying to remove aRTs
  2007-03-13 12:39 ` Neil Bothwick
@ 2007-03-13 13:38   ` Mick
  2007-03-13 13:44     ` Bo Ørsted Andresen
  0 siblings, 1 reply; 8+ messages in thread
From: Mick @ 2007-03-13 13:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

On Tuesday 13 March 2007 12:39, Neil Bothwick wrote:
> On Tue, 13 Mar 2007 11:13:59 +0000, Mick wrote:
> > I've set USE="-arts" and ran a revedep-rebuild.
>
> Did you run "emerge -uavDN world" first?
>
> > It can't read /usr/kde/3.5/lib/libartskde.la probably because kdelibs
> > did not create it, with my -arts USE flag.  I thought that it was
> > feasible to build KDE applications (like e.g. noatun) without aRTs.  Am
> > I wrong in my assumption?  How do I move on from here?
>
> It is, I've been running like that for years, but every application must
> be built without arts. You should also remove the arts package.

Do you mean kde-base/kdemultimedia-arts ?
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Trying to remove aRTs
  2007-03-13 13:38   ` Mick
@ 2007-03-13 13:44     ` Bo Ørsted Andresen
  2007-03-13 13:51       ` Mick
  2007-03-13 17:44       ` Mick
  0 siblings, 2 replies; 8+ messages in thread
From: Bo Ørsted Andresen @ 2007-03-13 13:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

On Tuesday 13 March 2007 14:38:01 Mick wrote:
> Do you mean kde-base/kdemultimedia-arts ?

That too but he did mean kde-base/arts.

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Trying to remove aRTs
  2007-03-13 13:44     ` Bo Ørsted Andresen
@ 2007-03-13 13:51       ` Mick
  2007-03-13 17:44       ` Mick
  1 sibling, 0 replies; 8+ messages in thread
From: Mick @ 2007-03-13 13:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

On Tuesday 13 March 2007 13:44, Bo Ørsted Andresen wrote:
> On Tuesday 13 March 2007 14:38:01 Mick wrote:
> > Do you mean kde-base/kdemultimedia-arts ?
>
> That too but he did mean kde-base/arts.

Thanks! I'm onto it.  :)
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Trying to remove aRTs
  2007-03-13 13:44     ` Bo Ørsted Andresen
  2007-03-13 13:51       ` Mick
@ 2007-03-13 17:44       ` Mick
  2007-03-13 17:52         ` Neil Bothwick
  1 sibling, 1 reply; 8+ messages in thread
From: Mick @ 2007-03-13 17:44 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 478 bytes --]

On Tuesday 13 March 2007 13:44, Bo Ørsted Andresen wrote:
> On Tuesday 13 March 2007 14:38:01 Mick wrote:
> > Do you mean kde-base/kdemultimedia-arts ?
>
> That too but he did mean kde-base/arts.

This is getting dirtier.  I removed kde-base/arts, 
kde-base/kdemultimedia-arts, kde-base/artsplugin-akode.  Then attempted a 
emerge -uavDN world, but it is trying to pull in afresh kde-base/arts-3.5.5 & 
kde-base/kdemultimedia-arts.

Any ideas?
-- 
Regards,
Mick

[-- Attachment #1.2: emerge_again_world.txt.zip --]
[-- Type: application/x-zip, Size: 3133 bytes --]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Trying to remove aRTs
  2007-03-13 17:44       ` Mick
@ 2007-03-13 17:52         ` Neil Bothwick
  2007-03-13 20:43           ` Mick
  0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2007-03-13 17:52 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

On Tue, 13 Mar 2007 17:44:52 +0000, Mick wrote:

> This is getting dirtier.  I removed kde-base/arts, 
> kde-base/kdemultimedia-arts, kde-base/artsplugin-akode.  Then attempted
> a emerge -uavDN world, but it is trying to pull in afresh
> kde-base/arts-3.5.5 & kde-base/kdemultimedia-arts.

Add --tree to the emerge command.


-- 
Neil Bothwick

Out of sorts? Heck, I'm out of *most* algorithms!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Trying to remove aRTs
  2007-03-13 17:52         ` Neil Bothwick
@ 2007-03-13 20:43           ` Mick
  0 siblings, 0 replies; 8+ messages in thread
From: Mick @ 2007-03-13 20:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2105 bytes --]

On Tuesday 13 March 2007 17:52, Neil Bothwick wrote:
> On Tue, 13 Mar 2007 17:44:52 +0000, Mick wrote:
> > This is getting dirtier.  I removed kde-base/arts,
> > kde-base/kdemultimedia-arts, kde-base/artsplugin-akode.  Then attempted
> > a emerge -uavDN world, but it is trying to pull in afresh
> > kde-base/arts-3.5.5 & kde-base/kdemultimedia-arts.
>
> Add --tree to the emerge command.

I have already done that and it shows:
===========================================
[snip...]
[nomerge      ] kde-base/noatun-plugins-3.5.5  
USE="sdl -arts* -berkdb -debug -kdeenablefinal -xinerama 
(-kdehiddenvisibility%)" 
[nomerge      ]  kde-base/noatun-3.5.5  USE="-debug -kdeenablefinal -xinerama" 
[ebuild  N    ]   kde-base/kdemultimedia-arts-3.5.5  
USE="-debug -kdeenablefinal -xinerama" 0 kB

[snip...]
[nomerge      ] kde-base/noatun-plugins-3.5.5  
USE="sdl -arts* -berkdb -debug -kdeenablefinal -xinerama 
(-kdehiddenvisibility%)" 
[nomerge      ]  kde-base/noatun-3.5.5  USE="-debug -kdeenablefinal -xinerama" 
[nomerge      ]   kde-base/kdemultimedia-arts-3.5.5  
USE="-debug -kdeenablefinal -xinerama" 
[ebuild  N    ]    kde-base/arts-3.5.5  USE="alsa mp3 
vorbis -artswrappersuid -debug -esd -jack -kdeenablefinal -nas -xinerama" 0 
kB 
===========================================

Then I rebuilt --oneshot noatun & noatune-plugins thinking that I've cracked 
it, but evidently I hadn't.  So, I just unmerged kde-base/noatune-plugins and 
at last aRTs is no longer asking to be rebuild kde-base/arts & 
multimedia-arts.

For posterity, to get rid of aRTs in your KDE meta applications add the -arts 
USE flag in your /etc/make.conf and then run:
# emerge -Cv kde-base/artsplugin-akode kde-base/noatune-plugins 
kde-base/kdemultimedia-arts kde-base/arts 
# emerge -uaDNv world

Check the list before you hit 'Yes' in case portage is trying to emerge afresh 
any of the arts packages.  Your system may have more than the packages I've 
suggested you unmerge above, in which case off with their head!

Thank you all for your help.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-03-13 20:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-13 11:13 [gentoo-user] Trying to remove aRTs Mick
2007-03-13 12:39 ` Neil Bothwick
2007-03-13 13:38   ` Mick
2007-03-13 13:44     ` Bo Ørsted Andresen
2007-03-13 13:51       ` Mick
2007-03-13 17:44       ` Mick
2007-03-13 17:52         ` Neil Bothwick
2007-03-13 20:43           ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox