Skip to content

Conversation

luadebug
Copy link
Contributor

@luadebug luadebug commented Oct 9, 2025

Summary

Changes to recipe: oboe/1.10.0

Motivation

Acquire newest oboe 1.10.0 for @aui-framework

Details

google/oboe@1.8.0...1.10.0


Copy link
Contributor

@ErniGH ErniGH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ErniGH ErniGH self-assigned this Oct 13, 2025
@luadebug
Copy link
Contributor Author

luadebug commented Oct 14, 2025

Sure, here we go.
v7

~/conan-center-index/recipes/oboe/all/test_package oboe
❯ 
conan create .. --profile:host ~/.conan2/profiles/android-armv7 --profile:build default --name oboe --version 1.10.0

======== Exporting recipe to the cache ========
oboe/1.10.0: Exporting package recipe: /home/lin/conan-center-index/recipes/oboe/all/conanfile.py
oboe/1.10.0: exports: File 'conandata.yml' found. Exporting it...
oboe/1.10.0: Calling export_sources()
oboe/1.10.0: Copied 1 '.yml' file: conandata.yml
oboe/1.10.0: Copied 1 '.py' file: conanfile.py
oboe/1.10.0: Copied 1 '.patch' file: 1.10.0-0001-fix-cmake.patch
oboe/1.10.0: Exported to cache folder: /home/lin/.conan2/p/oboef436cad4c4080/e
oboe/1.10.0: Exported: oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9 (2025-10-14 12:59:07 UTC)

======== Input profiles ========
Profile host:
[settings]
arch=armv7
build_type=Release
compiler=clang
compiler.cppstd=17
compiler.libcxx=c++_static
compiler.version=18
os=Android
os.api_level=21
[tool_requires]
*: android-ndk/r26d

Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=15
os=Linux


======== Computing dependency graph ========
Graph root
    cli
Requirements
    oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9 - Cache
Build requirements
    android-ndk/r26d#c4db2af3381a7c5be7dfc69e68bce048 - Cache

======== Computing necessary packages ========
oboe/1.10.0: Forced build from source
Requirements
    oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9:d8b1c6c229762775cd9eaff5218e5d589086cd31 - Build
Build requirements
    android-ndk/r26d#c4db2af3381a7c5be7dfc69e68bce048:63fead0844576fc02943e16909f08fcdddd6f44b#b049c823c3ef83c1c734cd5760bd11aa - Cache

======== Installing packages ========
android-ndk/r26d: Already installed! (1 of 2)

-------- Installing package oboe/1.10.0 (2 of 2) --------
oboe/1.10.0: Building from source
oboe/1.10.0: Package oboe/1.10.0:d8b1c6c229762775cd9eaff5218e5d589086cd31
oboe/1.10.0: settings: os=Android os.api_level=21 arch=armv7 compiler=clang compiler.cppstd=17 compiler.libcxx=c++_static compiler.version=18 build_type=Release
oboe/1.10.0: options: fPIC=True shared=False
oboe/1.10.0: Copying sources to build folder
oboe/1.10.0: Building your package in /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b
oboe/1.10.0: Calling generate()
oboe/1.10.0: Generators folder: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators
oboe/1.10.0: CMakeToolchain generated: conan_toolchain.cmake
oboe/1.10.0: CMakeToolchain generated: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators/CMakePresets.json
oboe/1.10.0: CMakeToolchain generated: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/src/CMakeUserPresets.json
oboe/1.10.0: Generating aggregated env files
oboe/1.10.0: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']
oboe/1.10.0: Calling build()
oboe/1.10.0: Apply patch (conan): Fix CMakeLists
oboe/1.10.0: Running CMake.configure()
oboe/1.10.0: RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p" -DCMAKE_POLICY_DEFAULT_CMP0077="NEW" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/src"
-- Using Conan toolchain: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators/conan_toolchain.cmake
-- Conan toolchain: Setting Android platform: android-21
-- Conan toolchain: Setting Android stl: c++_static
-- Conan toolchain: Setting Android abi: armeabi-v7a
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:149 (include)
  CMakeLists.txt:7 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:149 (include)
  CMakeLists.txt:7 (project)


-- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC)
-- Conan toolchain: C++ Standard 17 with extensions OFF
-- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF
-- The C compiler identification is Clang 17.0.2
-- The CXX compiler identification is Clang 17.0.2
-- Detecting C compiler ABI info
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/CMakeFiles/CMakeScratch/TryCompile-5rGcjg/CMakeLists.txt:3 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/CMakeFiles/CMakeScratch/TryCompile-5rGcjg/CMakeLists.txt:3 (project)


-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/toolchains/llvm/prebuilt/linux-x86_64/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/CMakeFiles/CMakeScratch/TryCompile-NO3WK3/CMakeLists.txt:3 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release/CMakeFiles/CMakeScratch/TryCompile-NO3WK3/CMakeLists.txt:3 (project)


-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Oboe: Data conversion is ENABLED.
-- Configuring done (0.5s)
-- Generating done (0.0s)
-- Build files have been written to: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release

oboe/1.10.0: Running CMake.build()
oboe/1.10.0: RUN: cmake --build "/home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release" -- -j48
[  1%] Building CXX object CMakeFiles/oboe.dir/src/aaudio/AudioStreamAAudio.cpp.o
[  4%] Building CXX object CMakeFiles/oboe.dir/src/common/FixedBlockAdapter.cpp.o
[  4%] Building CXX object CMakeFiles/oboe.dir/src/common/AudioStream.cpp.o
[  6%] Building CXX object CMakeFiles/oboe.dir/src/common/AudioStreamBuilder.cpp.o
[  7%] Building CXX object CMakeFiles/oboe.dir/src/aaudio/AAudioLoader.cpp.o
[  9%] Building CXX object CMakeFiles/oboe.dir/src/common/OboeExtensions.cpp.o
[ 11%] Building CXX object CMakeFiles/oboe.dir/src/common/LatencyTuner.cpp.o
[ 12%] Building CXX object CMakeFiles/oboe.dir/src/common/AdpfWrapper.cpp.o
[ 14%] Building CXX object CMakeFiles/oboe.dir/src/common/QuirksManager.cpp.o
[ 15%] Building CXX object CMakeFiles/oboe.dir/src/common/FixedBlockWriter.cpp.o
[ 17%] Building CXX object CMakeFiles/oboe.dir/src/common/FixedBlockReader.cpp.o
[ 19%] Building CXX object CMakeFiles/oboe.dir/src/fifo/FifoBuffer.cpp.o
[ 20%] Building CXX object CMakeFiles/oboe.dir/src/common/Utilities.cpp.o
[ 22%] Building CXX object CMakeFiles/oboe.dir/src/fifo/FifoController.cpp.o
[ 23%] Building CXX object CMakeFiles/oboe.dir/src/opensles/AudioOutputStreamOpenSLES.cpp.o
[ 25%] Building CXX object CMakeFiles/oboe.dir/src/fifo/FifoControllerBase.cpp.o
[ 26%] Building CXX object CMakeFiles/oboe.dir/src/opensles/EngineOpenSLES.cpp.o
[ 28%] Building CXX object CMakeFiles/oboe.dir/src/common/StabilizedCallback.cpp.o
[ 30%] Building CXX object CMakeFiles/oboe.dir/src/opensles/AudioStreamBuffered.cpp.o
[ 31%] Building CXX object CMakeFiles/oboe.dir/src/fifo/FifoControllerIndirect.cpp.o
[ 33%] Building CXX object CMakeFiles/oboe.dir/src/opensles/AudioInputStreamOpenSLES.cpp.o
[ 38%] Building CXX object CMakeFiles/oboe.dir/src/opensles/AudioStreamOpenSLES.cpp.o
[ 38%] Building CXX object CMakeFiles/oboe.dir/src/opensles/OutputMixerOpenSLES.cpp.o
[ 38%] Building CXX object CMakeFiles/oboe.dir/src/opensles/OpenSLESUtilities.cpp.o
[ 42%] Building CXX object CMakeFiles/oboe.dir/src/common/Version.cpp.o
[ 44%] Building CXX object CMakeFiles/oboe.dir/src/common/FilterAudioStream.cpp.o
[ 44%] Building CXX object CMakeFiles/oboe.dir/src/common/DataConversionFlowGraph.cpp.o
[ 42%] Building CXX object CMakeFiles/oboe.dir/src/common/Trace.cpp.o
[ 46%] Building CXX object CMakeFiles/oboe.dir/src/common/AudioSourceCaller.cpp.o
[ 49%] Building CXX object CMakeFiles/oboe.dir/src/common/SourceI32Caller.cpp.o
[ 49%] Building CXX object CMakeFiles/oboe.dir/src/common/SourceI24Caller.cpp.o
[ 50%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/ChannelCountConverter.cpp.o
[ 53%] Building CXX object CMakeFiles/oboe.dir/src/common/SourceFloatCaller.cpp.o
[ 53%] Building CXX object CMakeFiles/oboe.dir/src/common/SourceI16Caller.cpp.o
[ 55%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/ClipToRange.cpp.o
[ 57%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/ManyToMultiConverter.cpp.o
[ 58%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/Limiter.cpp.o
[ 60%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/MonoToMultiConverter.cpp.o
[ 61%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/MultiToMonoConverter.cpp.o
[ 63%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/RampLinear.cpp.o
[ 65%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/MultiToManyConverter.cpp.o
[ 66%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/MonoBlend.cpp.o
[ 68%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SampleRateConverter.cpp.o
[ 69%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/FlowGraphNode.cpp.o
[ 71%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkFloat.cpp.o
[ 73%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkI16.cpp.o
[ 74%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkI24.cpp.o
[ 76%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkI32.cpp.o
[ 77%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkI8_24.cpp.o
[ 79%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceFloat.cpp.o
[ 82%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceI24.cpp.o
[ 82%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceI16.cpp.o
[ 87%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceI32.cpp.o
[ 87%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/IntegerRatio.cpp.o
[ 87%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceI8_24.cpp.o
[ 88%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/LinearResampler.cpp.o
[ 90%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/MultiChannelResampler.cpp.o
[ 92%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/PolyphaseResampler.cpp.o
[ 93%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/PolyphaseResamplerMono.cpp.o
[ 95%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/SincResampler.cpp.o
[ 96%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/PolyphaseResamplerStereo.cpp.o
[ 98%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/SincResamplerStereo.cpp.o
[100%] Linking CXX static library liboboe.a
[100%] Built target oboe

oboe/1.10.0: Package 'd8b1c6c229762775cd9eaff5218e5d589086cd31' built
oboe/1.10.0: Build folder /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release
oboe/1.10.0: Generating the package
oboe/1.10.0: Packaging in folder /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p
oboe/1.10.0: Calling package()
oboe/1.10.0: Running CMake.install()
oboe/1.10.0: RUN: cmake --install "/home/lin/.conan2/p/b/oboee5adc1f6e7c8c/b/build/Release" --prefix "/home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p"
-- Install configuration: "Release"
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/lib/liboboe.a
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/AudioClock.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/AudioStream.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/AudioStreamBase.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/AudioStreamBuilder.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/AudioStreamCallback.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/Definitions.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/FifoBuffer.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/FifoControllerBase.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/FullDuplexStream.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/LatencyTuner.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/Oboe.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/OboeExtensions.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/ResultWithValue.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/StabilizedCallback.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/Utilities.h
-- Installing: /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p/include/oboe/Version.h

oboe/1.10.0: package(): Packaged 1 file: LICENSE
oboe/1.10.0: package(): Packaged 1 '.a' file: liboboe.a
oboe/1.10.0: package(): Packaged 16 '.h' files
oboe/1.10.0: Created package revision 9f4f1fded518591b1b3a271492cdaed2
oboe/1.10.0: Package 'd8b1c6c229762775cd9eaff5218e5d589086cd31' created
oboe/1.10.0: Full package reference: oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9:d8b1c6c229762775cd9eaff5218e5d589086cd31#9f4f1fded518591b1b3a271492cdaed2
oboe/1.10.0: Package folder /home/lin/.conan2/p/b/oboee5adc1f6e7c8c/p

======== Launching test_package ========

======== Computing dependency graph ========
Graph root
    oboe/1.10.0 (test package): /home/lin/conan-center-index/recipes/oboe/all/test_package/conanfile.py
Requirements
    oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9 - Cache
Build requirements
    android-ndk/r26d#c4db2af3381a7c5be7dfc69e68bce048 - Cache

======== Computing necessary packages ========
Requirements
    oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9:d8b1c6c229762775cd9eaff5218e5d589086cd31#9f4f1fded518591b1b3a271492cdaed2 - Cache
Build requirements
    android-ndk/r26d#c4db2af3381a7c5be7dfc69e68bce048:63fead0844576fc02943e16909f08fcdddd6f44b#b049c823c3ef83c1c734cd5760bd11aa - Cache

======== Installing packages ========
android-ndk/r26d: Already installed! (1 of 2)
oboe/1.10.0: Already installed! (2 of 2)

======== Testing the package ========
Removing previously existing 'test_package' build folder: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release
oboe/1.10.0 (test package): Test package build: build/clang-18-armv7-17-release
oboe/1.10.0 (test package): Test package build folder: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release
oboe/1.10.0 (test package): Writing generators to /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/generators
oboe/1.10.0 (test package): Generator 'CMakeToolchain' calling 'generate()'
oboe/1.10.0 (test package): CMakeToolchain generated: conan_toolchain.cmake
oboe/1.10.0 (test package): CMakeToolchain generated: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/generators/CMakePresets.json
oboe/1.10.0 (test package): CMakeToolchain generated: /home/lin/conan-center-index/recipes/oboe/all/test_package/CMakeUserPresets.json
oboe/1.10.0 (test package): Generator 'CMakeDeps' calling 'generate()'
oboe/1.10.0 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
    find_package(oboe)
    target_link_libraries(... oboe::oboe)
oboe/1.10.0 (test package): Generator 'VirtualRunEnv' calling 'generate()'
oboe/1.10.0 (test package): Generating aggregated env files
oboe/1.10.0 (test package): Generated aggregated env files: ['conanrun.sh', 'conanbuild.sh']

======== Testing the package: Building ========
oboe/1.10.0 (test package): Calling build()
oboe/1.10.0 (test package): Running CMake.configure()
oboe/1.10.0 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/lin/conan-center-index/recipes/oboe/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/lin/conan-center-index/recipes/oboe/all/test_package"
-- Using Conan toolchain: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/generators/conan_toolchain.cmake
-- Conan toolchain: Setting Android platform: android-21
-- Conan toolchain: Setting Android stl: c++_static
-- Conan toolchain: Setting Android abi: armeabi-v7a
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  build/clang-18-armv7-17-release/generators/conan_toolchain.cmake:42 (include)
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:149 (include)
  CMakeLists.txt:2 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  build/clang-18-armv7-17-release/generators/conan_toolchain.cmake:42 (include)
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:149 (include)
  CMakeLists.txt:2 (project)


-- Conan toolchain: C++ Standard 17 with extensions OFF
-- The CXX compiler identification is Clang 17.0.2
-- Detecting CXX compiler ABI info
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/CMakeFiles/CMakeScratch/TryCompile-lBxFoB/CMakeLists.txt:5 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release/CMakeFiles/CMakeScratch/TryCompile-lBxFoB/CMakeLists.txt:5 (project)


-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: Target declared 'oboe::oboe'
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release

oboe/1.10.0 (test package): Running CMake.build()
oboe/1.10.0 (test package): RUN: cmake --build "/home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv7-17-release" -- -j48
[ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
[100%] Linking CXX executable test_package
[100%] Built target test_package


======== Testing the package: Executing test ========
oboe/1.10.0 (test package): Running test()

~/conan-center-index/recipes/oboe/all/test_package oboe 8s
❯ 

v8

conan create .. --profile:host ~/.conan2/profiles/android-armv8 --profile:build default --name oboe --version 1.10.0

======== Exporting recipe to the cache ========
oboe/1.10.0: Exporting package recipe: /home/lin/conan-center-index/recipes/oboe/all/conanfile.py
oboe/1.10.0: exports: File 'conandata.yml' found. Exporting it...
oboe/1.10.0: Calling export_sources()
oboe/1.10.0: Copied 1 '.yml' file: conandata.yml
oboe/1.10.0: Copied 1 '.py' file: conanfile.py
oboe/1.10.0: Copied 1 '.patch' file: 1.10.0-0001-fix-cmake.patch
oboe/1.10.0: Exported to cache folder: /home/lin/.conan2/p/oboef436cad4c4080/e
oboe/1.10.0: Exported: oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9 (2025-10-14 12:57:50 UTC)

======== Input profiles ========
Profile host:
[settings]
arch=armv8
build_type=Release
compiler=clang
compiler.cppstd=17
compiler.libcxx=c++_static
compiler.version=18
os=Android
os.api_level=21
[tool_requires]
*: android-ndk/r26d

Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=15
os=Linux


======== Computing dependency graph ========
Graph root
    cli
Requirements
    oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9 - Cache
Build requirements
    android-ndk/r26d#c4db2af3381a7c5be7dfc69e68bce048 - Cache

======== Computing necessary packages ========
oboe/1.10.0: Forced build from source
Requirements
    oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9:67ddecf7d2f154c28a87575990678d201f8e0042 - Build
Build requirements
    android-ndk/r26d#c4db2af3381a7c5be7dfc69e68bce048:63fead0844576fc02943e16909f08fcdddd6f44b#b049c823c3ef83c1c734cd5760bd11aa - Cache

======== Installing packages ========
android-ndk/r26d: Already installed! (1 of 2)

-------- Installing package oboe/1.10.0 (2 of 2) --------
oboe/1.10.0: Building from source
oboe/1.10.0: Package oboe/1.10.0:67ddecf7d2f154c28a87575990678d201f8e0042
oboe/1.10.0: settings: os=Android os.api_level=21 arch=armv8 compiler=clang compiler.cppstd=17 compiler.libcxx=c++_static compiler.version=18 build_type=Release
oboe/1.10.0: options: fPIC=True shared=False
oboe/1.10.0: Copying sources to build folder
oboe/1.10.0: Building your package in /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b
oboe/1.10.0: Calling generate()
oboe/1.10.0: Generators folder: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators
oboe/1.10.0: CMakeToolchain generated: conan_toolchain.cmake
oboe/1.10.0: CMakeToolchain generated: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators/CMakePresets.json
oboe/1.10.0: CMakeToolchain generated: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/src/CMakeUserPresets.json
oboe/1.10.0: Generating aggregated env files
oboe/1.10.0: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']
oboe/1.10.0: Calling build()
oboe/1.10.0: Apply patch (conan): Fix CMakeLists
oboe/1.10.0: Running CMake.configure()
oboe/1.10.0: RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p" -DCMAKE_POLICY_DEFAULT_CMP0077="NEW" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/src"
-- Using Conan toolchain: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators/conan_toolchain.cmake
-- Conan toolchain: Setting Android platform: android-21
-- Conan toolchain: Setting Android stl: c++_static
-- Conan toolchain: Setting Android abi: arm64-v8a
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:149 (include)
  CMakeLists.txt:7 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:149 (include)
  CMakeLists.txt:7 (project)


-- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC)
-- Conan toolchain: C++ Standard 17 with extensions OFF
-- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF
-- The C compiler identification is Clang 17.0.2
-- The CXX compiler identification is Clang 17.0.2
-- Detecting C compiler ABI info
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/CMakeFiles/CMakeScratch/TryCompile-Jkm44x/CMakeLists.txt:3 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/CMakeFiles/CMakeScratch/TryCompile-Jkm44x/CMakeLists.txt:3 (project)


-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/toolchains/llvm/prebuilt/linux-x86_64/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/CMakeFiles/CMakeScratch/TryCompile-noWO48/CMakeLists.txt:3 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release/CMakeFiles/CMakeScratch/TryCompile-noWO48/CMakeLists.txt:3 (project)


-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Oboe: Data conversion is ENABLED.
-- Configuring done (0.8s)
-- Generating done (0.0s)
-- Build files have been written to: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release

oboe/1.10.0: Running CMake.build()
oboe/1.10.0: RUN: cmake --build "/home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release" -- -j48
[  1%] Building CXX object CMakeFiles/oboe.dir/src/aaudio/AudioStreamAAudio.cpp.o
[  3%] Building CXX object CMakeFiles/oboe.dir/src/aaudio/AAudioLoader.cpp.o
[  4%] Building CXX object CMakeFiles/oboe.dir/src/common/AudioStream.cpp.o
[  7%] Building CXX object CMakeFiles/oboe.dir/src/common/FixedBlockAdapter.cpp.o
[  7%] Building CXX object CMakeFiles/oboe.dir/src/common/AdpfWrapper.cpp.o
[  9%] Building CXX object CMakeFiles/oboe.dir/src/common/AudioStreamBuilder.cpp.o
[ 11%] Building CXX object CMakeFiles/oboe.dir/src/common/LatencyTuner.cpp.o
[ 12%] Building CXX object CMakeFiles/oboe.dir/src/common/FixedBlockWriter.cpp.o
[ 14%] Building CXX object CMakeFiles/oboe.dir/src/common/FixedBlockReader.cpp.o
[ 15%] Building CXX object CMakeFiles/oboe.dir/src/fifo/FifoBuffer.cpp.o
[ 17%] Building CXX object CMakeFiles/oboe.dir/src/fifo/FifoControllerBase.cpp.o
[ 19%] Building CXX object CMakeFiles/oboe.dir/src/common/OboeExtensions.cpp.o
[ 20%] Building CXX object CMakeFiles/oboe.dir/src/fifo/FifoController.cpp.o
[ 23%] Building CXX object CMakeFiles/oboe.dir/src/opensles/AudioStreamOpenSLES.cpp.o
[ 25%] Building CXX object CMakeFiles/oboe.dir/src/opensles/AudioOutputStreamOpenSLES.cpp.o
[ 25%] Building CXX object CMakeFiles/oboe.dir/src/fifo/FifoControllerIndirect.cpp.o
[ 26%] Building CXX object CMakeFiles/oboe.dir/src/opensles/AudioInputStreamOpenSLES.cpp.o
[ 28%] Building CXX object CMakeFiles/oboe.dir/src/common/Utilities.cpp.o
[ 30%] Building CXX object CMakeFiles/oboe.dir/src/common/QuirksManager.cpp.o
[ 31%] Building CXX object CMakeFiles/oboe.dir/src/opensles/EngineOpenSLES.cpp.o
[ 33%] Building CXX object CMakeFiles/oboe.dir/src/opensles/AudioStreamBuffered.cpp.o
[ 34%] Building CXX object CMakeFiles/oboe.dir/src/opensles/OpenSLESUtilities.cpp.o
[ 39%] Building CXX object CMakeFiles/oboe.dir/src/common/Version.cpp.o
[ 39%] Building CXX object CMakeFiles/oboe.dir/src/common/StabilizedCallback.cpp.o
[ 39%] Building CXX object CMakeFiles/oboe.dir/src/common/Trace.cpp.o
[ 41%] Building CXX object CMakeFiles/oboe.dir/src/common/FilterAudioStream.cpp.o
[ 42%] Building CXX object CMakeFiles/oboe.dir/src/opensles/OutputMixerOpenSLES.cpp.o
[ 44%] Building CXX object CMakeFiles/oboe.dir/src/common/SourceI16Caller.cpp.o
[ 46%] Building CXX object CMakeFiles/oboe.dir/src/common/SourceI32Caller.cpp.o
[ 50%] Building CXX object CMakeFiles/oboe.dir/src/common/DataConversionFlowGraph.cpp.o
[ 50%] Building CXX object CMakeFiles/oboe.dir/src/common/SourceFloatCaller.cpp.o
[ 50%] Building CXX object CMakeFiles/oboe.dir/src/common/AudioSourceCaller.cpp.o
[ 52%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/ChannelCountConverter.cpp.o
[ 53%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/ManyToMultiConverter.cpp.o
[ 55%] Building CXX object CMakeFiles/oboe.dir/src/common/SourceI24Caller.cpp.o
[ 57%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/MonoBlend.cpp.o
[ 58%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/MultiToManyConverter.cpp.o
[ 61%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/ClipToRange.cpp.o
[ 63%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/MultiToMonoConverter.cpp.o
[ 63%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/FlowGraphNode.cpp.o
[ 66%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/Limiter.cpp.o
[ 66%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/RampLinear.cpp.o
[ 68%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/MonoToMultiConverter.cpp.o
[ 69%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkI16.cpp.o
[ 73%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SampleRateConverter.cpp.o
[ 73%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkFloat.cpp.o
[ 74%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkI24.cpp.o
[ 76%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkI32.cpp.o
[ 77%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SinkI8_24.cpp.o
[ 79%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceFloat.cpp.o
[ 80%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceI24.cpp.o
[ 82%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceI16.cpp.o
[ 84%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceI32.cpp.o
[ 85%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/IntegerRatio.cpp.o
[ 87%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/SourceI8_24.cpp.o
[ 88%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/LinearResampler.cpp.o
[ 90%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/MultiChannelResampler.cpp.o
[ 92%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/PolyphaseResampler.cpp.o
[ 93%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/PolyphaseResamplerMono.cpp.o
[ 95%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/PolyphaseResamplerStereo.cpp.o
[ 98%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/SincResampler.cpp.o
[ 98%] Building CXX object CMakeFiles/oboe.dir/src/flowgraph/resampler/SincResamplerStereo.cpp.o
[100%] Linking CXX static library liboboe.a
[100%] Built target oboe

oboe/1.10.0: Package '67ddecf7d2f154c28a87575990678d201f8e0042' built
oboe/1.10.0: Build folder /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release
oboe/1.10.0: Generating the package
oboe/1.10.0: Packaging in folder /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p
oboe/1.10.0: Calling package()
oboe/1.10.0: Running CMake.install()
oboe/1.10.0: RUN: cmake --install "/home/lin/.conan2/p/b/oboe3b65ceb60ab2f/b/build/Release" --prefix "/home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p"
-- Install configuration: "Release"
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/lib/liboboe.a
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/AudioClock.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/AudioStream.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/AudioStreamBase.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/AudioStreamBuilder.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/AudioStreamCallback.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/Definitions.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/FifoBuffer.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/FifoControllerBase.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/FullDuplexStream.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/LatencyTuner.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/Oboe.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/OboeExtensions.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/ResultWithValue.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/StabilizedCallback.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/Utilities.h
-- Installing: /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p/include/oboe/Version.h

oboe/1.10.0: package(): Packaged 1 file: LICENSE
oboe/1.10.0: package(): Packaged 1 '.a' file: liboboe.a
oboe/1.10.0: package(): Packaged 16 '.h' files
oboe/1.10.0: Created package revision f98e90c0f61e2a718f9434a124a20e8d
oboe/1.10.0: Package '67ddecf7d2f154c28a87575990678d201f8e0042' created
oboe/1.10.0: Full package reference: oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9:67ddecf7d2f154c28a87575990678d201f8e0042#f98e90c0f61e2a718f9434a124a20e8d
oboe/1.10.0: Package folder /home/lin/.conan2/p/b/oboe3b65ceb60ab2f/p

======== Launching test_package ========

======== Computing dependency graph ========
Graph root
    oboe/1.10.0 (test package): /home/lin/conan-center-index/recipes/oboe/all/test_package/conanfile.py
Requirements
    oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9 - Cache
Build requirements
    android-ndk/r26d#c4db2af3381a7c5be7dfc69e68bce048 - Cache

======== Computing necessary packages ========
Requirements
    oboe/1.10.0#9ceff7c271007f626ef0a3f55e2a73c9:67ddecf7d2f154c28a87575990678d201f8e0042#f98e90c0f61e2a718f9434a124a20e8d - Cache
Build requirements
    android-ndk/r26d#c4db2af3381a7c5be7dfc69e68bce048:63fead0844576fc02943e16909f08fcdddd6f44b#b049c823c3ef83c1c734cd5760bd11aa - Cache

======== Installing packages ========
android-ndk/r26d: Already installed! (1 of 2)
oboe/1.10.0: Already installed! (2 of 2)

======== Testing the package ========
Removing previously existing 'test_package' build folder: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release
oboe/1.10.0 (test package): Test package build: build/clang-18-armv8-17-release
oboe/1.10.0 (test package): Test package build folder: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release
oboe/1.10.0 (test package): Writing generators to /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/generators
oboe/1.10.0 (test package): Generator 'CMakeToolchain' calling 'generate()'
oboe/1.10.0 (test package): CMakeToolchain generated: conan_toolchain.cmake
oboe/1.10.0 (test package): CMakeToolchain generated: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/generators/CMakePresets.json
oboe/1.10.0 (test package): CMakeToolchain generated: /home/lin/conan-center-index/recipes/oboe/all/test_package/CMakeUserPresets.json
oboe/1.10.0 (test package): Generator 'CMakeDeps' calling 'generate()'
oboe/1.10.0 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
    find_package(oboe)
    target_link_libraries(... oboe::oboe)
oboe/1.10.0 (test package): Generator 'VirtualRunEnv' calling 'generate()'
oboe/1.10.0 (test package): Generating aggregated env files
oboe/1.10.0 (test package): Generated aggregated env files: ['conanrun.sh', 'conanbuild.sh']

======== Testing the package: Building ========
oboe/1.10.0 (test package): Calling build()
oboe/1.10.0 (test package): Running CMake.configure()
oboe/1.10.0 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/lin/conan-center-index/recipes/oboe/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/lin/conan-center-index/recipes/oboe/all/test_package"
-- Using Conan toolchain: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/generators/conan_toolchain.cmake
-- Conan toolchain: Setting Android platform: android-21
-- Conan toolchain: Setting Android stl: c++_static
-- Conan toolchain: Setting Android abi: arm64-v8a
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  build/clang-18-armv8-17-release/generators/conan_toolchain.cmake:42 (include)
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:149 (include)
  CMakeLists.txt:2 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  build/clang-18-armv8-17-release/generators/conan_toolchain.cmake:42 (include)
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:149 (include)
  CMakeLists.txt:2 (project)


-- Conan toolchain: C++ Standard 17 with extensions OFF
-- The CXX compiler identification is Clang 17.0.2
-- Detecting CXX compiler ABI info
CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/CMakeFiles/CMakeScratch/TryCompile-bXrGGX/CMakeLists.txt:5 (project)


CMake Deprecation Warning at /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android-legacy.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/build/cmake/android.toolchain.cmake:54 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/generators/conan_toolchain.cmake:42 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/CMakeFiles/4.1.2/CMakeSystem.cmake:6 (include)
  /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release/CMakeFiles/CMakeScratch/TryCompile-bXrGGX/CMakeLists.txt:5 (project)


-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/lin/.conan2/p/androfb0664a8cdeb6/p/bin/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: Target declared 'oboe::oboe'
-- Configuring done (0.4s)
-- Generating done (0.0s)
-- Build files have been written to: /home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release

oboe/1.10.0 (test package): Running CMake.build()
oboe/1.10.0 (test package): RUN: cmake --build "/home/lin/conan-center-index/recipes/oboe/all/test_package/build/clang-18-armv8-17-release" -- -j48
[ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
[100%] Linking CXX executable test_package
[100%] Built target test_package


======== Testing the package: Executing test ========
oboe/1.10.0 (test package): Running test()

~/conan-center-index/recipes/oboe/all/test_package oboe 8s
❯ 

@luadebug luadebug requested a review from ErniGH October 14, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants