Artix Linux Forum

Artix Linux => Package management => Topic started by: dreieck on 26 January 2024, 20:44:10

Title: [SOLVED] world/libcamera-tools is compiled against wrong version of world/gtest.
Post by: dreieck on 26 January 2024, 20:44:10
Launching /usr/bin/lc-compliance --help from package world/libcamera-tools fails with
Code: [Select]
lc-compliance: error while loading shared libraries: libgtest.so.1.13.0: cannot open shared object file: No such file or directory
.

Installed package versions:
Code: [Select]
world/gtest            1.14.0-1
world/libcamera-tools  0.1.0-2
Regards.
Title: Re: world/libcamera-tools is compiled against wrong version of world/gtest.
Post by: corysanin on 27 January 2024, 07:15:10
Should be fixed now, thanks for reporting that!
Title: Re: world/libcamera-tools is compiled against wrong version of world/gtest.
Post by: dreieck on 27 January 2024, 10:21:57
Should be fixed now, thanks for reporting that!
Now, even larger problems are introduced: 
pacman -Sy; pacman -S world/libcamera world/libcamera-ipa world/libcamera-tools world/pipewire:
Code: [Select]
warning: pipewire-1:1.0.1-1.1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libcamera-base.so=0.1-64' required by pipewire
:: unable to satisfy dependency 'libcamera.so=0.1-64' required by pipewire
:: installing libcamera (0.2.0-1) breaks dependency 'libcamera.so=0.1-64' required by gst-plugin-libcamera
:: installing libcamera (0.2.0-1) breaks dependency 'libcamera-base.so=0.1-64' required by gst-plugin-libcamera
Regards!
Title: Re: world/libcamera-tools is compiled against wrong version of world/gtest.
Post by: corysanin on 27 January 2024, 20:07:13
Pipewire should also be fixed now!
Title: Re: world/libcamera-tools is compiled against wrong version of world/gtest.
Post by: dreieck on 28 January 2024, 00:01:30
Yes, it is. 
Regards!