[arch-general] darktable libavif libyuv update and undefined symbol
Todays update[1] of darktable along with libavif / libavif led to this message: (5/7) Probing GDK-Pixbuf loader modules... g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-avif.so: /usr/lib/libyuv.so: undefined symbol: jpeg_read_raw_data I have libjpeg-turbo installed and confirme that the function is available in the library: % objdump -T /usr/lib/libjpeg.so |egrep read_raw_data 0000000000017950 g DF .text 00000000000000df LIBJPEG_8.0 jpeg_read_raw_data Anyone have ideas how to resolve this? Is it benig, or a problem on my end? thanks. [1] Updated to: darktable 2:3.2.1-3 libavif-0.8.3-1 libyuv-r2212+dfaf7534-1
It’s a bug in libyuv-r2212+dfaf7534-1, fixed in libyuv-r2212+dfaf7534-2. Regards, Archange Le 22 décembre 2020 16:38:25 GMT+01:00, Genes Lists via arch-general <arch-general@archlinux.org> a écrit :
Todays update[1] of darktable along with libavif / libavif led to this message:
(5/7) Probing GDK-Pixbuf loader modules... g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-avif.so: /usr/lib/libyuv.so: undefined symbol: jpeg_read_raw_data
I have libjpeg-turbo installed and confirme that the function is available in the library:
% objdump -T /usr/lib/libjpeg.so |egrep read_raw_data 0000000000017950 g DF .text 00000000000000df LIBJPEG_8.0 jpeg_read_raw_data
Anyone have ideas how to resolve this? Is it benig, or a problem on my end?
thanks.
[1] Updated to: darktable 2:3.2.1-3 libavif-0.8.3-1 libyuv-r2212+dfaf7534-1
On 22.12.2020 16:38, Genes Lists via arch-general wrote:
Todays update[1] of darktable along with libavif / libavif led to this message:
(5/7) Probing GDK-Pixbuf loader modules... g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-avif.so: /usr/lib/libyuv.so: undefined symbol: jpeg_read_raw_data
I have libjpeg-turbo installed and confirme that the function is available in the library:
% objdump -T /usr/lib/libjpeg.so |egrep read_raw_data 0000000000017950 g DF .text 00000000000000df LIBJPEG_8.0 jpeg_read_raw_data
Anyone have ideas how to resolve this? Is it benig, or a problem on my end?
thanks.
[1] Updated to: darktable 2:3.2.1-3 libavif-0.8.3-1 libyuv-r2212+dfaf7534-1
Try libyuv-r2212+dfaf7534-2. Looks like that might fix your problem.
On 12/22/20 10:55 AM, Juergen Werner via arch-general wrote: ...
Try libyuv-r2212+dfaf7534-2. Looks like that might fix your problem.
Yes indeed I just got it - thanks - and all looks fine now. gene
participants (3)
-
Archange
-
Genes Lists
-
Juergen Werner