******************************************************************************** conan install openal/1.22.2@#554a458a8812f188c915c0c585d3fabf --build=openal -pr /home/conan/w/prod/BuildSingleReference/88165/39975db9-1062-4fe6-8e79-e32db5fc6015/profile_linux_7_libstdcpp_gcc_release_64.openal-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 7 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=7 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=7 os=Linux [options] openal:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libalsa/1.2.7.2: Not found in local cache, looking in remotes... libalsa/1.2.7.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libalsa/1.2.7.2: Downloaded recipe revision 32620b813130bc80944bb811a20cf6e7 openal/1.22.2: Forced build from source Installing package: openal/1.22.2 Requirements libalsa/1.2.7.2 from 'conan-center' - Downloaded openal/1.22.2 from local cache - Cache Packages libalsa/1.2.7.2:bff9a7d5ab267a535181ec5b36392417340ff035 - Download openal/1.22.2:31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4 - Build Installing (downloading, building) binaries... libalsa/1.2.7.2: Retrieving package bff9a7d5ab267a535181ec5b36392417340ff035 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libalsa/1.2.7.2: Package installed bff9a7d5ab267a535181ec5b36392417340ff035 libalsa/1.2.7.2: Downloaded package revision f6e4207cdf3f94bb8b621f79c15ecb16 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK openal/1.22.2: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/source/src openal/1.22.2: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK openal/1.22.2: Copying sources to build folder openal/1.22.2: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4 openal/1.22.2: Generator txt created conanbuildinfo.txt openal/1.22.2: Calling generate() openal/1.22.2: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK openal/1.22.2: Calling build() openal/1.22.2: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src" ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/generators/conan_toolchain.cmake -- Conan toolchain: Setting BUILD_SHARED_LIBS = ON -- The C compiler identification is GNU 7.2.0 -- The CXX compiler identification is GNU 7.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Looking for posix_memalign -- Looking for posix_memalign - found -- Performing Test HAVE___RESTRICT -- Performing Test HAVE___RESTRICT - Success -- Performing Test HAVE_LIBATOMIC -- Performing Test HAVE_LIBATOMIC - Success -- Performing Test HAVE_FNO_MATH_ERRNO -- Performing Test HAVE_FNO_MATH_ERRNO - Success -- Performing Test HAVE_GCC_PROTECTED_VISIBILITY -- Performing Test HAVE_GCC_PROTECTED_VISIBILITY - Success -- Performing Test HAVE_VISIBILITY_HIDDEN_SWITCH -- Performing Test HAVE_VISIBILITY_HIDDEN_SWITCH - Success -- Performing Test HAVE_MSSE2_SWITCH -- Performing Test HAVE_MSSE2_SWITCH - Success -- Looking for xmmintrin.h -- Looking for xmmintrin.h - found -- Looking for emmintrin.h -- Looking for emmintrin.h - found -- Looking for pmmintrin.h -- Looking for pmmintrin.h - found -- Looking for smmintrin.h -- Looking for smmintrin.h - found -- Looking for arm_neon.h -- Looking for arm_neon.h - not found -- Performing Test HAVE_SSE_INTRINSICS -- Performing Test HAVE_SSE_INTRINSICS - Success -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for cpuid.h -- Looking for cpuid.h - found -- Looking for intrin.h -- Looking for intrin.h - not found -- Looking for guiddef.h -- Looking for guiddef.h - not found -- Looking for initguid.h -- Looking for initguid.h - not found -- Looking for pow in m -- Looking for pow in m - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Performing Test HAVE_GCC_GET_CPUID -- Performing Test HAVE_GCC_GET_CPUID - Success -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for _aligned_malloc -- Looking for _aligned_malloc - not found -- Looking for proc_pidpath -- Looking for proc_pidpath - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test HAVE_PTHREAD -- Performing Test HAVE_PTHREAD - Success -- Looking for pthread_setschedparam -- Looking for pthread_setschedparam - found -- Looking for include files pthread.h, pthread_np.h -- Looking for include files pthread.h, pthread_np.h - not found -- Looking for pthread_setname_np -- Looking for pthread_setname_np - not found -- Looking for pthread_set_name_np -- Looking for pthread_set_name_np - not found -- Looking for getopt -- Looking for getopt - found -- Checking for module 'dbus-1' -- No package 'dbus-1' found -- Could NOT find DBus1 (missing: DBus1_INCLUDE_DIRS DBus1_LIBRARIES) -- Found ALSA: /home/conan/w/prod/BuildSingleReference/.conan/data/libalsa/1.2.7.2/_/_/package/bff9a7d5ab267a535181ec5b36392417340ff035/lib/libasound.a (found version "1.2.7.2") -- Found OSS: /usr/include/x86_64-linux-gnu -- Checking for module 'libpipewire-0.3>=0.3.23' -- No package 'libpipewire-0.3' found -- Could NOT find AudioIO (missing: AUDIOIO_INCLUDE_DIR) -- Could NOT find PortAudio (missing: PORTAUDIO_LIBRARY PORTAUDIO_INCLUDE_DIR) -- Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR) -- Could NOT find JACK (missing: JACK_LIBRARY JACK_INCLUDE_DIR) -- Could NOT find OpenSL (missing: OPENSL_LIBRARY OPENSL_INCLUDE_DIR OPENSL_ANDROID_INCLUDE_DIR) -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR) -- Found Git: /usr/bin/git (found version "2.18.0") -- -- Building OpenAL with support for the following backends: -- ALSA, OSS, WaveFile, Null -- -- Building with support for CPU extensions: -- Default, SSE, SSE2, SSE3, SSE4.1 -- -- Embedding HRTF datasets -- -- Installing library and headers -- Installing sample configuration -- Installing HRTF data files -- Installing AmbDec presets -- -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/Release openal/1.22.2: CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/Release" '--' '-j3' ----------------- Scanning dependencies of target common [ 1%] Building CXX object CMakeFiles/common.dir/common/alcomplex.cpp.o [ 2%] Building CXX object CMakeFiles/common.dir/common/alfstream.cpp.o [ 3%] Building CXX object CMakeFiles/common.dir/common/almalloc.cpp.o [ 4%] Building CXX object CMakeFiles/common.dir/common/alstring.cpp.o [ 5%] Building CXX object CMakeFiles/common.dir/common/dynload.cpp.o [ 6%] Building CXX object CMakeFiles/common.dir/common/polyphase_resampler.cpp.o [ 7%] Building CXX object CMakeFiles/common.dir/common/ringbuffer.cpp.o [ 8%] Building CXX object CMakeFiles/common.dir/common/strutils.cpp.o [ 9%] Building CXX object CMakeFiles/common.dir/common/threads.cpp.o [ 10%] Linking CXX static library libcommon.a [ 10%] Built target common [ 11%] Generating hrtf_default.h Scanning dependencies of target OpenAL [ 12%] Building CXX object CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o [ 13%] Building CXX object CMakeFiles/OpenAL.dir/al/buffer.cpp.o [ 14%] Building CXX object CMakeFiles/OpenAL.dir/al/effect.cpp.o [ 15%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o [ 17%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o [ 18%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o [ 19%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o [ 20%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o [ 21%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o [ 22%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o [ 23%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o [ 24%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o [ 25%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o [ 26%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o [ 27%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/null.cpp.o [ 28%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o [ 29%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o [ 30%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o [ 31%] Building CXX object CMakeFiles/OpenAL.dir/al/error.cpp.o [ 32%] Building CXX object CMakeFiles/OpenAL.dir/al/event.cpp.o [ 34%] Building CXX object CMakeFiles/OpenAL.dir/al/extension.cpp.o [ 35%] Building CXX object CMakeFiles/OpenAL.dir/al/filter.cpp.o [ 36%] Building CXX object CMakeFiles/OpenAL.dir/al/listener.cpp.o [ 37%] Building CXX object CMakeFiles/OpenAL.dir/al/source.cpp.o [ 38%] Building CXX object CMakeFiles/OpenAL.dir/al/state.cpp.o [ 39%] Building CXX object CMakeFiles/OpenAL.dir/alc/alc.cpp.o [ 40%] Building CXX object CMakeFiles/OpenAL.dir/alc/alu.cpp.o [ 41%] Building CXX object CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o [ 42%] Building CXX object CMakeFiles/OpenAL.dir/alc/context.cpp.o [ 43%] Building CXX object CMakeFiles/OpenAL.dir/alc/device.cpp.o [ 44%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o [ 45%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o [ 46%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o [ 47%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o [ 48%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o [ 50%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o [ 51%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o [ 52%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o [ 53%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o [ 54%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o [ 55%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o [ 56%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o [ 57%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o [ 58%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o [ 59%] Building CXX object CMakeFiles/OpenAL.dir/alc/panning.cpp.o [ 60%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o [ 61%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o [ 62%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o [ 63%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o [ 64%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o [ 65%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o [ 67%] Building CXX object CMakeFiles/OpenAL.dir/core/ambdec.cpp.o [ 68%] Building CXX object CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o [ 69%] Building CXX object CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o [ 70%] Building CXX object CMakeFiles/OpenAL.dir/core/bs2b.cpp.o [ 71%] Building CXX object CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o [ 72%] Building CXX object CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o [ 73%] Building CXX object CMakeFiles/OpenAL.dir/core/context.cpp.o [ 74%] Building CXX object CMakeFiles/OpenAL.dir/core/converter.cpp.o [ 75%] Building CXX object CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o [ 76%] Building CXX object CMakeFiles/OpenAL.dir/core/devformat.cpp.o [ 77%] Building CXX object CMakeFiles/OpenAL.dir/core/device.cpp.o [ 78%] Building CXX object CMakeFiles/OpenAL.dir/core/effectslot.cpp.o [ 79%] Building CXX object CMakeFiles/OpenAL.dir/core/except.cpp.o [ 80%] Building CXX object CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o [ 81%] Building CXX object CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o [ 82%] Building CXX object CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o [ 84%] Building CXX object CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o [ 85%] Building CXX object CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o [ 86%] Building CXX object CMakeFiles/OpenAL.dir/core/helpers.cpp.o [ 87%] Building CXX object CMakeFiles/OpenAL.dir/core/hrtf.cpp.o [ 88%] Building CXX object CMakeFiles/OpenAL.dir/core/logging.cpp.o [ 89%] Building CXX object CMakeFiles/OpenAL.dir/core/mastering.cpp.o [ 90%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer.cpp.o [ 91%] Building CXX object CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o [ 92%] Building CXX object CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o [ 93%] Building CXX object CMakeFiles/OpenAL.dir/core/voice.cpp.o [ 94%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o [ 95%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o [ 96%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o [ 97%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o [ 98%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o [100%] Linking CXX shared library libopenal.so [100%] Built target OpenAL openal/1.22.2: Package '31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4' built openal/1.22.2: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/Release openal/1.22.2: Generated conaninfo.txt openal/1.22.2: Generated conanbuildinfo.txt openal/1.22.2: Generating the package openal/1.22.2: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4 openal/1.22.2: Calling package() openal/1.22.2: Copied 1 file: COPYING openal/1.22.2: CMake command: cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/Release" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4" ----Running------ > cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/build/Release" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4" ----------------- -- Install configuration: "Release" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/lib/libopenal.so.1.22.2 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/lib/libopenal.so.1 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/lib/libopenal.so -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/lib/cmake/OpenAL/OpenALTargets.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/lib/cmake/OpenAL/OpenALTargets-release.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/include/AL -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/include/AL/efx-creative.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/include/AL/alext.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/include/AL/efx-presets.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/include/AL/al.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/include/AL/alc.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/include/AL/efx.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/lib/pkgconfig/openal.pc -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/lib/cmake/OpenAL/OpenALConfig.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/alsoftrc.sample -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/hrtf -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/hrtf/Default HRTF.mhr -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/presets -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/presets/rectangle.ambdec -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/presets/square.ambdec -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/presets/presets.txt -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/presets/itu5.1.ambdec -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/presets/3D7.1.ambdec -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/presets/hexagon.ambdec -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/package/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/share/openal/presets/itu5.1-nocenter.ambdec [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK openal/1.22.2 package(): Packaged 1 '.1' file: libopenal.so.1 openal/1.22.2 package(): Packaged 1 '.so' file: libopenal.so openal/1.22.2 package(): Packaged 1 '.2' file: libopenal.so.1.22.2 openal/1.22.2 package(): Packaged 1 '.cmake' file: conan-official-openal-variables.cmake openal/1.22.2 package(): Packaged 1 file: COPYING openal/1.22.2 package(): Packaged 6 '.h' files openal/1.22.2: Package '31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4' created openal/1.22.2: Created package revision f54e3fd90db56e447c6b5ca7b9575bb1 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/al/buffer.cpp: In function ‘void {anonymous}::DecodeMSADPCMBlock(int16_t*, const byte*, size_t, size_t)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/al/buffer.cpp:201:31: warning: conversion to ‘al::byte {aka unsigned char}’ from ‘int’ may alter its value [-Wconversion] nibble = *src >> 4; ~~~~~^~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/alc.cpp:83:0: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/cpu_caps.h: In function ‘void {anonymous}::alc_initconfig()’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/cpu_caps.h:18:8: warning: inlining failed in call to ‘CPUInfo::~CPUInfo() noexcept’: call is unlikely and code size would grow [-Winline] struct CPUInfo { ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/common/aloptional.h:8:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/alconfig.h:6, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/device.h:14, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/al/auxeffectslot.h:11, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/alc.cpp:62: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/common/almalloc.h:122:3: note: called from here { ptr->~T(); } ^~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/libalsa/1.2.7.2/_/_/package/bff9a7d5ab267a535181ec5b36392417340ff035/include/alsa/asoundlib.h:54:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp:51: /home/conan/w/prod/BuildSingleReference/.conan/data/libalsa/1.2.7.2/_/_/package/bff9a7d5ab267a535181ec5b36392417340ff035/include/alsa/pcm.h:624:20: warning: ISO C++ forbids zero-size array ‘pos’ [-Wpedantic] unsigned int pos[0]; /**< channel position array */ ^ /home/conan/w/prod/BuildSingleReference/.conan/data/libalsa/1.2.7.2/_/_/package/bff9a7d5ab267a535181ec5b36392417340ff035/include/alsa/pcm.h:630:18: warning: invalid use of ‘struct snd_pcm_chmap’ with a zero-size array in ‘struct snd_pcm_chmap_query’ [-Wpedantic] snd_pcm_chmap_t map; /**< available channel map */ ^~~ /home/conan/w/prod/BuildSingleReference/.conan/data/libalsa/1.2.7.2/_/_/package/bff9a7d5ab267a535181ec5b36392417340ff035/include/alsa/pcm.h:624:20: note: array member ‘unsigned int snd_pcm_chmap::pos [0]’ declared here unsigned int pos[0]; /**< channel position array */ ^ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp: In function ‘int {anonymous}::verify_state(snd_pcm_t*)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp:391:11: warning: enumeration value ‘SND_PCM_STATE_PRIVATE1’ not handled in switch [-Wswitch] switch(state) ^ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp: In function ‘al::vector<{anonymous}::DevMap> {anonymous}::probe_devices(snd_pcm_stream_t)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp:241:8: warning: inlining failed in call to ‘{anonymous}::DevMap::~DevMap() noexcept’: call is unlikely and code size would grow [-Winline] struct DevMap { ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp:267:26: note: called from here devlist.emplace_back(DevMap{alsaDevice, defname ? defname->c_str() : "default"}); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp:241:8: warning: inlining failed in call to ‘{anonymous}::DevMap::~DevMap() noexcept’: call is unlikely and code size would grow [-Winline] struct DevMap { ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp:286:38: note: called from here devlist.emplace_back(DevMap{customdevs->substr(curpos, seppos-curpos), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ customdevs->substr(seppos+1, nextpos-seppos-1)}); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp:241:8: warning: inlining failed in call to ‘{anonymous}::DevMap::~DevMap() noexcept’: call is unlikely and code size would grow [-Winline] struct DevMap { ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/alc/backends/alsa.cpp:370:34: note: called from here devlist.emplace_back(DevMap{std::move(name), std::move(device)}); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/cpu_caps.cpp:4:0: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/cpu_caps.h: In function ‘al::optional GetCPUInfo()’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/cpu_caps.h:18:8: warning: inlining failed in call to ‘CPUInfo::~CPUInfo() noexcept’: call is unlikely and code size would grow [-Winline] struct CPUInfo { ^~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/cpu_caps.cpp:55:13: note: called from here CPUInfo ret; ^~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp: In function ‘std::unique_ptr {anonymous}::LoadHrtf00(std::istream&, const char*)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:586:22: warning: conversion to ‘std::array::value_type {aka unsigned char}’ from ‘int’ may alter its value [-Wconversion] delays[i][0] <<= HrirDelayFracBits; /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp: In function ‘std::unique_ptr {anonymous}::LoadHrtf01(std::istream&, const char*)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:664:22: warning: conversion to ‘std::array::value_type {aka unsigned char}’ from ‘int’ may alter its value [-Wconversion] delays[i][0] <<= HrirDelayFracBits; /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp: In function ‘std::unique_ptr {anonymous}::LoadHrtf02(std::istream&, const char*)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:815:26: warning: conversion to ‘std::array::value_type {aka unsigned char}’ from ‘int’ may alter its value [-Wconversion] delays[i][0] <<= HrirDelayFracBits; /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:868:26: warning: conversion to ‘std::array::value_type {aka unsigned char}’ from ‘int’ may alter its value [-Wconversion] delays[i][0] <<= HrirDelayFracBits; /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:869:26: warning: conversion to ‘std::array::value_type {aka unsigned char}’ from ‘int’ may alter its value [-Wconversion] delays[i][1] <<= HrirDelayFracBits; In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.cpp:4:0: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.h: In function ‘const PathNamePair& GetProcBinary()’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.h:9:8: warning: inlining failed in call to ‘PathNamePair::~PathNamePair() noexcept’: call is unlikely and code size would grow [-Winline] struct PathNamePair { std::string path, fname; }; ^~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/common/vector.h:6:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.h:6, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.cpp:4: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/common/almalloc.h:122:3: note: called from here { ptr->~T(); } ^~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.cpp:4:0: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.h:9:8: warning: inlining failed in call to ‘PathNamePair::~PathNamePair() noexcept’: call is unlikely and code size would grow [-Winline] struct PathNamePair { std::string path, fname; }; ^~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/common/vector.h:6:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.h:6, from /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/helpers.cpp:4: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/common/almalloc.h:122:3: note: called from here { ptr->~T(); } ^~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp: In function ‘void {anonymous}::AddFileEntry(const string&)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:42:8: warning: inlining failed in call to ‘{anonymous}::HrtfEntry::~HrtfEntry() noexcept’: call is unlikely and code size would grow [-Winline] struct HrtfEntry { ^~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:1151:34: note: called from here EnumeratedHrtfs.emplace_back(HrtfEntry{newname, filename}); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp: In function ‘std::unique_ptr {anonymous}::LoadHrtf02(std::istream&, const char*)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:466:4: warning: inlining failed in call to ‘std::enable_if_t {anonymous}::readle(std::istream&) [with T = short int; long unsigned int num_bits = 16]’: call is unlikely and code size would grow [-Winline] T> readle(std::istream &data) ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:790:45: note: called from here val[0] = readle(data) / 32768.0f; ~~~~~~~~~~~~~~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:466:4: warning: inlining failed in call to ‘std::enable_if_t {anonymous}::readle(std::istream&) [with T = int; long unsigned int num_bits = 24]’: call is unlikely and code size would grow [-Winline] T> readle(std::istream &data) ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:798:63: note: called from here val[0] = static_cast(readle(data)) / 8388608.0f; ~~~~~~~~~~~~~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:466:4: warning: inlining failed in call to ‘std::enable_if_t {anonymous}::readle(std::istream&) [with T = short int; long unsigned int num_bits = 16]’: call is unlikely and code size would grow [-Winline] T> readle(std::istream &data) ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:829:45: note: called from here val[0] = readle(data) / 32768.0f; ~~~~~~~~~~~~~~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:466:4: warning: inlining failed in call to ‘std::enable_if_t {anonymous}::readle(std::istream&) [with T = short int; long unsigned int num_bits = 16]’: call is unlikely and code size would grow [-Winline] T> readle(std::istream &data) ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:830:45: note: called from here val[1] = readle(data) / 32768.0f; ~~~~~~~~~~~~~~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:466:4: warning: inlining failed in call to ‘std::enable_if_t {anonymous}::readle(std::istream&) [with T = int; long unsigned int num_bits = 24]’: call is unlikely and code size would grow [-Winline] T> readle(std::istream &data) ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:840:63: note: called from here val[0] = static_cast(readle(data)) / 8388608.0f; ~~~~~~~~~~~~~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:466:4: warning: inlining failed in call to ‘std::enable_if_t {anonymous}::readle(std::istream&) [with T = int; long unsigned int num_bits = 24]’: call is unlikely and code size would grow [-Winline] T> readle(std::istream &data) ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:841:63: note: called from here val[1] = static_cast(readle(data)) / 8388608.0f; ~~~~~~~~~~~~~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp: In function ‘HrtfStorePtr GetLoadedHrtf(const string&, uint)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:466:4: warning: inlining failed in call to ‘std::enable_if_t {anonymous}::readle(std::istream&) [with T = short int; long unsigned int num_bits = 16]’: call is unlikely and code size would grow [-Winline] T> readle(std::istream &data) ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:648:37: note: called from here val[0] = readle(data) / 32768.0f; ~~~~~~~~~~~~~~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:466:4: warning: inlining failed in call to ‘std::enable_if_t {anonymous}::readle(std::istream&) [with T = short int; long unsigned int num_bits = 16]’: call is unlikely and code size would grow [-Winline] T> readle(std::istream &data) ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:570:37: note: called from here val[0] = readle(data) / 32768.0f; ~~~~~~~~~~~~~~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp: In function ‘al::vector > EnumerateHrtf(al::optional >)’: /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:42:8: warning: inlining failed in call to ‘{anonymous}::HrtfEntry::~HrtfEntry() noexcept’: call is unlikely and code size would grow [-Winline] struct HrtfEntry { ^~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/openal/1.22.2/_/_/build/31e7195ee34f1faeb5279ca4b59c8b9e97b77aa4/src/core/hrtf.cpp:1184:34: note: called from here EnumeratedHrtfs.emplace_back(HrtfEntry{newname, filename}); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ openal/1.22.2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior