On 27 Apr 2008, at 20:30, Koen van der Drift wrote:

>
> On Apr 26, 2008, at 2:21 PM, Martin Costabel wrote:
>
>> This must have come from some other lib*.la that isn't quite up to
>> date.
>> You can check with
>>
>>   grep /sw/lib/libpangoxft-1.0.la -l /sw/lib/lib*la | xargs dpkg -S
>>
>> which package is responsible and needs to be rebuilt (hoping that  
>> this
>> will help).
>
>
> I had a similar problem with gimp:
>
> libtool: link: cannot find the library `/sw/lib/libpangoft2-1.0.la'
>
> I ran the command
>
> grep /sw/lib/libpangoft2-1.0.la -l /sw/lib/lib*la | xargs dpkg -S
>
> and rebuild the packages that were listed, but I still get the same
> libtool error for gimp :(

The command isn't quite exhaustive, just aims at the majority of cases..
E.g., there are .la files deeper under /sw/lib..

find /sw/lib -name '*.la' | xargs fgrep -l '/sw/lib/ 
libpangoft2-1.0.la' | xargs dpkg -S | cut -f1 -d: | sort -u

would give you those pkgs too...

JF Mertens

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to