Package: libcamera / 0.3.2-2

Metadata

Package Version Patches format
libcamera 0.3.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ppc64el fix ftbfs gcc.patch | (download)

src/ipa/rpi/common/ipa_base.cpp | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 fix expressions not considered constant on ppc64el with gcc

On ppc64el, GCC seems to be unable to determine the result of some long double
expressions at compile time. This makes libcamera fail to build from source on
ppc64el.
Make sure we only use constexpr on expressions that are considered constant on
all architectures.

Bug-Ubuntu: https://launchpad.net/bugs/1992331
Bug-Debian: https://bugs.debian.org/1021544
skip_failing_tests.patch | (download)

test/ipc/meson.build | 4 2 2 - 0 !
test/log/meson.build | 4 2 2 - 0 !
test/meson.build | 6 3 3 - 0 !
test/process/meson.build | 2 1 1 - 0 !
4 files changed, 8 insertions( ), 8 deletions(-)

 these tests have never succeeded, so not a regression.
 But would require a proper fix.