DEBUG: Executing shell function do_compile
NOTE: cmake --build TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/build --target all --
[1/98] Building CXX object fmt-11.1.1/CMakeFiles/alsoft.fmt.dir/src/os.cc.o
FAILED: [code=1] fmt-11.1.1/CMakeFiles/alsoft.fmt.dir/src/os.cc.o
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/recipe-sysroot-native/usr/bin/i686-yoe-linux/i686-yoe-linux-clang++ --sysroot=TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/recipe-sysroot -ITMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --dyld-prefix=/usr -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/recipe-sysroot -O2 -g -ffile-prefix-map=TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3=/usr/src/debug/openal-soft/1.24.3 -ffile-prefix-map=TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/build=/usr/src/debug/openal-soft/1.24.3 -ffile-prefix-map=TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/recipe-sysroot-native= -pipe -fvisibility-inlines-hidden -O2 -g -DNDEBUG -std=gnu++17 -fPIC -fvisibility=hidden -MD -MT fmt-11.1.1/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -MF fmt-11.1.1/CMakeFiles/alsoft.fmt.dir/src/os.cc.o.d -o fmt-11.1.1/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -c TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/src/os.cc
In file included from TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/src/os.cc:13:
In file included from TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/os.h:11:
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:745:28: error: use of undeclared identifier 'malloc'
745 | T* p = static_cast<T*>(malloc(n * sizeof(T)));
| ^~~~~~
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:750:35: error: use of undeclared identifier 'free'
750 | void deallocate(T* p, size_t) { free(p); }
| ^~~~
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:810:46: note: in instantiation of member function 'fmt::detail::allocator<int>::deallocate' requested here
810 | if (old_data != self.store_) self.alloc_.deallocate(old_data, old_capacity);
| ^
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:819:27: note: in instantiation of member function 'fmt::basic_memory_buffer<int>::grow' requested here
819 | : detail::buffer<T>(grow), alloc_(alloc) {
| ^
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:750:35: error: use of undeclared identifier 'free'
750 | void deallocate(T* p, size_t) { free(p); }
| ^~~~
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:810:46: note: in instantiation of member function 'fmt::detail::allocator<char>::deallocate' requested here
810 | if (old_data != self.store_) self.alloc_.deallocate(old_data, old_capacity);
| ^
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:819:27: note: in instantiation of member function 'fmt::basic_memory_buffer<char>::grow' requested here
819 | : detail::buffer<T>(grow), alloc_(alloc) {
| ^
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:750:35: error: use of undeclared identifier 'free'
750 | void deallocate(T* p, size_t) { free(p); }
| ^~~~
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:810:46: note: in instantiation of member function 'fmt::detail::allocator<unsigned int>::deallocate' requested here
810 | if (old_data != self.store_) self.alloc_.deallocate(old_data, old_capacity);
| ^
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/format.h:819:27: note: in instantiation of member function 'fmt::basic_memory_buffer<unsigned int, 32>::grow' requested here
819 | : detail::buffer<T>(grow), alloc_(alloc) {
| ^
4 errors generated.
[2/98] Building CXX object CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/utils/uhjdecoder.cpp:482:49: warning: implicit conversion loses integer precision: 'sf_count_t' (aka 'long long') to 'difference_type' (aka 'int') [-Wshorten-64-to-32]
482 | std::fill_n(inmem.begin() + sgot*ininfo.channels, remaining*ininfo.channels, 0.0f);
| ~ ~~~~^~~~~~~~~~~~~~~~
1 warning generated.
[3/98] Building CXX object CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o
TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/sources/openal-soft-1.24.3/utils/uhjencoder.cpp:494:49: warning: implicit conversion loses integer precision: 'sf_count_t' (aka 'long long') to 'std::ptrdiff_t' (aka 'int') [-Wshorten-64-to-32]
494 | std::fill_n(inmem.begin() + sgot*ininfo.channels, remaining*ininfo.channels, 0.0f);
| ~ ~~~~^~~~~~~~~~~~~~~~
1 warning generated.
ninja: build stopped: subcommand failed.
WARNING: TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/temp/run.do_compile.541768:153 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script):
#1: cmake_runcmake_build, TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/temp/run.do_compile.541768, line 153
#2: cmake_do_compile, TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/temp/run.do_compile.541768, line 147
#3: do_compile, TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/temp/run.do_compile.541768, line 142
#4: main, TMPDIR/work/core2-32-yoe-linux/openal-soft/1.24.3/temp/run.do_compile.541768, line 166