Summary: | when libsdl is built with arts and kde version is cvs (3.2.x), many packages fail with libtool | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
Component: | [OLD] Core system | Assignee: | SpanKY <vapier> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, ktecho |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://forums.gentoo.org/viewtopic.php?t=51555 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 29069 | ||
Bug Blocks: | 33742, 33749, 34419, 35488 | ||
Attachments: | This is the requested file |
Description
SpanKY
![]() *** Bug 33485 has been marked as a duplicate of this bug. *** kde peeps: when using kde-cvs (basically 3.2) and with arts support, the libsdl.la file is being populated with -pthread junk ... see this link for example: http://bugs.gentoo.org/attachment.cgi?id=21501&action=edit LuisMi: could you also post your /usr/kde/*/lib/libartsc.la files ? i wonder if they have -pthread in them too ... if so, perhaps we need to fix arts ? if not, then i can fix up libsdl Created attachment 21533 [details]
This is the requested file
I think that you have the point.
There seems to have -pthreads.
When you fix this (i don't know how to do it), i'll be very glad to test it.
Thanks a lot!
seen the problem a lot, but not sure if it's coming from kde or not. if so, perhaps the best thing to do is to make libsdl NOT install its .la file? the reason i suspect kde (arts) is that the common factor seems to be when people build libsdl with USE=arts and they have kde-3.2 if libsdl is the only pkg being messed up i can a dosed on the .la file in src_install: dosed "s: -pthread ::g" /usr/lib/libSDL.la after all, -pthread doesnt seem to be a valid flag in any context Just emerged libsdl as a test and this crept up (I have kde 3.2 installed). This looks like it may be a problem with a faulty libtool in this package. Deleting the remnants of the libtool stuff in this package before starting the compile will probably help - will test. blender suffers the same problem. I can't compile it. I suspect it's because it depends of libsdl. Any test that I can do in order to finally solve this? vapier, wanna go ahead and do the dosed...or just not install the .la file? I think this will save us from lots more bug reports. hi guys... any easy fix? I have some packeges that I need I cannot emerge (i.e.: gnomemeeting, blender...). Thanks a lot. yes, check the forums or other bugs...it's been written about too many times to mention. i added the dosed to portage a few hours ago ... should we tell people to re-emerge their libsdl or version bump ? after all, not everyone has this bug ... ok, libsdl-1.2.6-r3 has the dosed fix |