Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] X.Org 7.6

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] X.Org 7.6
  • Date: Thu, 23 Dec 2010 16:31:36 +0100

> It is great that it finds all broken spells. Problem is with sequence
> order in generated sorcery queue. Most of spells fails or is postponed
> because some important library is located somewhere on the end of that
> queue.
>
>
> I think that another problem is with *.la files in /usr/lib. On my box
> there is over 700 .la files in /usr/lib and subdirectories contained
> /usr/lib/libpthread-stubs.la. The errors during cast looks like:
>
> /usr/bin/grep: /usr/lib/libpthread-stubs.la: No such file or directory
> /bin/sed: can't read /usr/lib/libpthread-stubs.la: No such file or directory
> libtool: link: `/usr/lib/libpthread-stubs.la' is not a valid libtool archive
> make[3]: *** [libelementary.la] Error 1
>
> Of course, if spell is successfully recasted then its .la files are fixed.


This I fixed by recasting ethumb spell.
By ldd-rec.p script I found out that the library
/usr/lib/libethumb_client.so.1 is a culprit and it is installed by
ethumb spell.


$ ./ldd-rec.pl /usr/bin/elementary_config
/usr/bin/elementary_config: libpthread-stubs.so.0 => not found
...
/usr/lib/libethumb-ver-pre-svn-09.so.1: libpthread-stubs.so.0 =>
not found
/usr/lib/libethumb_client.so.1: libpthread-stubs.so.0 => not found
/usr/lib/libethumb_client.so.1: libpthread-stubs.so.0 => not found


--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page