Am 07.05.23 um 17:56 schrieb Stephan Althaus:
On 4/12/23 09:32, Stephan Althaus wrote:
Hello!
On my BE of 2023-03-31 i have a failing link to LIBRAW on gthumb.
Maybe the package has to be triggered to be rebuild on the build server?
Regards,
Stephan
$ gthumb _DS33737.ARW
ld.so.1: gthumb: fatal: libraw.so.20: open failed: No such file or
directory
ld.so.1: gthumb: fatal: relocation error: file
/usr/lib/amd64/gthumb/extensions/libraw_files.so: symbol libraw_init:
referenced symbol not found
Killed
$ pkg search libraw.so.20
$ pkg search libraw.so
INDEX ACTION VALUE PACKAGE
basename link usr/lib/libraw.so
pkg:/image/library/[email protected]
basename link usr/lib/amd64/libraw.so
pkg:/image/library/[email protected]
$ ls -l /usr/lib/libraw*
lrwxrwxrwx 1 root root 18 Mar 20 21:57
/usr/lib/libraw_r.so -> libraw_r.so.23.0.0
lrwxrwxrwx 1 root root 18 Mar 20 21:56
/usr/lib/libraw_r.so.23 -> libraw_r.so.23.0.0
-r-xr-xr-x 1 root bin 1.28M Mar 20 21:56
/usr/lib/libraw_r.so.23.0.0
lrwxrwxrwx 1 root root 16 Mar 20 21:57
/usr/lib/libraw.so -> libraw.so.23.0.0
lrwxrwxrwx 1 root root 16 Mar 20 21:56
/usr/lib/libraw.so.23 -> libraw.so.23.0.0
-r-xr-xr-x 1 root bin 1.28M Mar 20 21:56
/usr/lib/libraw.so.23.0.0
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss
Hello!
Something like
ln -s libraw.so.23.0.0 libraw.so.20
does help, maybe this can easily be added in the gthumb package ?
Regards,
Stephan
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss
I fear that this might lead to strange errors because the library has a
new .so version which typically indicates incompatible changes.
Furthermore, it was needed to add some patches in order to build gthumb
with the newer libraw. I have created a PR for it and it builds now.
I hope that I was right in my believe that the missing attributes can be
patched out without negative impacts on gthumb.
Regards
Andreas
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss