Bug#1087824: openal-soft ftbfs on armel and ppc64el
Matthias Klose
doko at debian.org
Tue Nov 19 08:33:52 GMT 2024
Package: src:openal-soft
Version: 1:1.24.0-1
Severity: serious
Tags: sid trixie ftbfs
openal-soft ftbfs on armel and ppc64el:
armel:
/<<PKGBUILDDIR>>/core/device.cpp:12:54: error: static assertion failed
12 |
static_assert(std::atomic<std::chrono::nanoseconds>::is_always_lock_free);
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
ppc64el:
/<<PKGBUILDDIR>>/common/pffft.cpp: In function ‘void
{anonymous}::uninterleave2(v4sf, v4sf, v4sf&, v4sf&)’:
/<<PKGBUILDDIR>>/common/pffft.cpp:128:95: warning: ISO C++ forbids
compound-literals [-Wpedantic]
128 | out1 = vec_perm(in1, in2, (vector unsigned
char){0,1,2,3,8,9,10,11,16,17,18,19,24,25,26,27});
|
^
/<<PKGBUILDDIR>>/common/pffft.cpp:129:97: warning: ISO C++ forbids
compound-literals [-Wpedantic]
129 | out2 = vec_perm(in1, in2, (vector unsigned
char){4,5,6,7,12,13,14,15,20,21,22,23,28,29,30,31});
|
^
/<<PKGBUILDDIR>>/common/pffft.cpp:130:12: error: ‘tmp’ was not declared
in this scope; did you mean ‘tm’?
130 | out1 = tmp;
| ^~~
| tm
More information about the Pkg-games-devel
mailing list