DEBUG: Executing shell function do_compile
NOTE: cmake --build TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/build --target all --
[1/93] 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/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang++ --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/recipe-sysroot  -ITMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15  --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/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/recipe-sysroot  -O2 -g  -ffile-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/sources/openal-soft-1.24.3=/usr/src/debug/openal-soft/1.24.3  -ffile-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/build=/usr/src/debug/openal-soft/1.24.3  -ffile-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/recipe-sysroot=  -ffile-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/src/os.cc
In file included from TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/sources/openal-soft-1.24.3/fmt-11.1.1/include/fmt/os.h:11:
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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/cortexa15t2hf-neon-yoe-linux-gnueabi/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.
ninja: build stopped: subcommand failed.
WARNING: TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/temp/run.do_compile.3192257:153 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script): 
	#1: cmake_runcmake_build, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/temp/run.do_compile.3192257, line 153
	#2: cmake_do_compile, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/temp/run.do_compile.3192257, line 147
	#3: do_compile, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/temp/run.do_compile.3192257, line 142
	#4: main, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/openal-soft/1.24.3/temp/run.do_compile.3192257, line 166

Error details

Submitted on:
27/08/25 04:09
Error type:
Recipe
Task:
do_compile
Recipe:
openal-soft
Recipe version:
1.24.3-r0
Machine:
qemuarm
Distro:
yoe
Build system:
x86_64-linux
Target system:
arm-yoe-linux-gnueabi
Host distro:
universal/ubuntu-22.04
Branch:
HEAD
Commit:
794ea800d24ec263ddf034a2f3f0035fe7b7e018
Build:
#215310
Submitter:
ab@rdk
Similar errors:
2
Open a bug