Armin K. wrote:
> On 07/15/2013 01:45 AM, Bruce Dubbs wrote:
>> Armin K. wrote:
>>> On 07/15/2013 12:03 AM, bdu...@higgs.linuxfromscratch.org wrote:
>>>> Author: bdubbs
>>>> Date: Sun Jul 14 15:03:58 2013
>>>> New Revision: 11421
>>>>
>>>> Log:
>>>
>>> ...
>>>
>>>> Update to giflib-4.2.1.
>>>>
>>>
>>> Ugh, this one is problematic, too. You should've checked if packages
>>> break with it (I've seen something at Archlinux).
>>
>> What's the issue?  Looking at the book, we have:
>>
>> openjdk   runtime
>> imlib2    optional
>> libwebp   optional
>> kdelibs   recommended
>> mplayer   optional
>> gnash     required
>>
>> For gnash:
>>
>> checking for gif_lib.h header using pkg-config... not found
>> checking for gif-config... no
>> checking gif_lib.h usability... yes
>> checking gif_lib.h presence... yes
>> checking for gif_lib.h... yes
>> checking for gif_lib.h header...
>> checking for libgif library using pkg-config... not found
>> checking for gif-config... no
>> checking for libgif library... -lgif
>>
>> The gnash build is OK.

> Well, detection doesn't mean build will succeeed. I think it breaks
> mplayer build, too. Maybe I'm wrong.

When I said the build was OK, I meant that it completed.

$ ldd  ./libcore/.libs/libgnashcore.so
...
libgif.so.4 => /usr/lib/libgif.so.4
...

$ ls -l /usr/lib/libgif*
lrwxrwxrwx 1     15 Jul 14 19:37 /usr/lib/libgif.so -> libgif.so.4.1.7
lrwxrwxrwx 1     15 Jul 14 19:37 /usr/lib/libgif.so.4 -> libgif.so.4.1.7
-rwxr-xr-x 1 128476 Jun 23 12:26 /usr/lib/libgif.so.4.1.6
-rwxr-xr-x 1 104350 Jul 14 19:37 /usr/lib/libgif.so.4.1.7

   -- Bruce



-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to