Rudi Heitbaum
Rudi Heitbaum
There were a number of issues with the IOS18 beta and AirPlay1. Some are discussed on the https://github.com/mikebrady/shairport-sync With IOS18 (Released version) and using https://github.com/juhovh/shairplay which is used in LE12/13...
I have retested after a reboot of the phone - both IOS17 and IOS18 are working fine. Issue probably was the beta version as discussed in the shairport-sync ticket
Probably prefer not to see this go in unless we really need it - I agree it is benign. But given that kodi itself does not use libatomic - https://github.com/xbmc/xbmc/commit/1673f476b802da1da942cef256cae6272fdf9a4b...
@mglae tested now, and yes you are right - those objects are referenced on the 22.1.6 build ``` $ objdump -T build.LibreELEC-Generic.x86_64-13.0-devel/install_pkg/inputstream.adaptive-22.1.6-Piers/usr/lib/kodi/addons/inputstream.adaptive/inputstream.adaptive.so.22.1.6|grep __at omic 0000000000000000 DF *UND* 0000000000000000 (GLIBCXX_3.4.21) _ZNSt28__atomic_futex_unsigned_base19_M_futex_wait_untilEPjjbNSt6chrono8durationIlSt5ratioILl1ELl1EEEENS2_IlS3_ILl1ELl1000000000EEEE...
resolved in the upstream code.
> Probably prefer not to see this go in unless we really need it - I agree it is benign. But given that kodi itself does not use libatomic -...
I can confirm that using https://github.com/negativo17/nvidia-kmod/blob/fedora-42/nvidia-kernel-ccflags-y.patch allows for compile with gcc-15 and linux-6.14.1
- Fixed with -std=gnu17 in #841
Fixed in upstream
Compiles successfully now. But there is still a warning. ``` [91/93] Compiling C object src/libtincd.a.p/upnp.c.o ../src/upnp.c: In function 'upnp_discover': ../src/upnp.c:65:2: warning: #warning before C23 is a GCC extension 65 |...