openal-soft failed to build from source in Fedora rawhide/f32 https://koji.fedoraproject.org/koji/taskinfo?taskID=41320005 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Please fix openal-soft at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, openal-soft will be orphaned. Before branching of Fedora 33, openal-soft will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://fedoraproject.org/wiki/Fails_to_build_from_source
Created attachment 1660189 [details] build.log file build.log too big, will only attach last 32768 bytes
Created attachment 1660190 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 1660191 [details] state.log
I'll look into it.
Even with "%define _legacy_common_support 1" a proposed update to openal-soft-1.20.1 fails: https://koji.fedoraproject.org/koji/taskinfo?taskID=41415970 In file included from /usr/include/SDL2/SDL_audio.h:31, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:38: /usr/include/SDL2/SDL_stdinc.h:163:5: error: redeclaration of enumerator 'SDL_FALSE' 163 | SDL_FALSE = 0, | ^~~~~~~~~ In file included from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from /usr/include/SDL/SDL_sound.h:67, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:37: /usr/include/SDL/SDL_stdinc.h:94:2: note: previous definition of 'SDL_FALSE' was here 94 | SDL_FALSE = 0, | ^~~~~~~~~ In file included from /usr/include/SDL2/SDL_audio.h:31, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:38: /usr/include/SDL2/SDL_stdinc.h:164:5: error: redeclaration of enumerator 'SDL_TRUE' 164 | SDL_TRUE = 1 | ^~~~~~~~ In file included from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from /usr/include/SDL/SDL_sound.h:67, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:37: /usr/include/SDL/SDL_stdinc.h:95:2: note: previous definition of 'SDL_TRUE' was here 95 | SDL_TRUE = 1 | ^~~~~~~~ In file included from /usr/include/SDL2/SDL_audio.h:31, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:38: /usr/include/SDL2/SDL_stdinc.h:165:3: error: conflicting types for 'SDL_bool' 165 | } SDL_bool; | ^~~~~~~~ In file included from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from /usr/include/SDL/SDL_sound.h:67, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:37: /usr/include/SDL/SDL_stdinc.h:96:3: note: previous declaration of 'SDL_bool' was here 96 | } SDL_bool; | ^~~~~~~~ In file included from /usr/include/SDL2/SDL_audio.h:31, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:38: /usr/include/SDL2/SDL_stdinc.h:312: warning: "SDL_COMPILE_TIME_ASSERT" redefined 312 | #define SDL_COMPILE_TIME_ASSERT(name, x) \ | In file included from /usr/include/SDL/SDL_main.h:26, from /usr/include/SDL/SDL.h:30, from /usr/include/SDL/SDL_sound.h:67, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:37: /usr/include/SDL/SDL_stdinc.h:122: note: this is the location of the previous definition 122 | #define SDL_COMPILE_TIME_ASSERT(name, x) \ | In file included from /usr/include/SDL2/SDL_audio.h:31, from /builddir/build/BUILD/openal-soft-1.20.1/examples/almultireverb.c:38: /usr/include/SDL2/SDL_stdinc.h:339:5: error: redeclaration of enumerator 'DUMMY_ENUM_VALUE' 339 | DUMMY_ENUM_VALUE (...)
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32.
The SDL problem seems to have been fixed with the recent SDL2 build. I have prepared a better fix for the -fcommon issue, I'll submit a build with the soon.
Fixed and build for F32 and rawhide, closing.