conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
960 stars 1.77k forks source link

[bug] opus/1.3.1 stopped working #12489

Open hannesa2 opened 2 years ago

hannesa2 commented 2 years ago

Package and Environment Details

Conan profile

No response

Steps to reproduce

I use a dockerized gitlab CI were all was working fine.

The idea was to have a stable build. -fine- Sadly the CI is private, I'm not allowed to share.

On 17. August it was working properly

opus/1.3.1: Applying build-requirement: android-sdk-tools/4.0@aac-sdk/stable
opus/1.3.1: Applying build-requirement: zulu-openjdk/11.0.12
Downloading conan_sources.tgz
opus/1.3.1: Configuring sources in /builds/alexa-auto/group/betalabs/builder/.builder/.conan/data/opus/1.3.1/_/_/source

opus/1.3.1: Copying sources to build folder
opus/1.3.1: Building your package in /builds/alexa-auto/group/betalabs/builder/.builder/.conan/data/opus/1.3.1/_/_/build/21a4ae01a5fce0186d5d61a68fff7ebb7173c9a6
opus/1.3.1: Generator cmake created conanbuildinfo.cmake
opus/1.3.1: Aggregating env generators
opus/1.3.1: Calling build()
Calling CMake via Android-NDK wrapper
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
....

Without changing anything from my side, now same commit run into this

opus/1.3.1: Applying build-requirement: android-sdk-tools/4.0@aac-sdk/stable
opus/1.3.1: Applying build-requirement: zulu-openjdk/11.0.12
Downloading conan_sources.tgz
opus/1.3.1: Configuring sources in /builds/alexa-auto/group/betalabs/builder/.builder/.conan/data/opus/1.3.1/_/_/source/src
opus/1.3.1: 
opus/1.3.1: Copying sources to build folder
opus/1.3.1: Building your package in /builds/alexa-auto/group/betalabs/builder/.builder/.conan/data/opus/1.3.1/_/_/build/21a4ae01a5fce0186d5d61a68fff7ebb7173c9a6
opus/1.3.1: Generator txt created conanbuildinfo.txt
opus/1.3.1: Calling generate()
ERROR: opus/1.3.1: Error in generate() method, line 66
    tc.generate()
    ConanException: 'settings.compiler.libcxx' doesn't exist for 'clang'
'settings.compiler' possible configurations are ['runtime', 'runtime_type', 'version']

Just for your info, I'm not developing this alexa-auto, I simply have to use it, and I've not that much knowledge about conan. I know it's probably not your business, but maybe you understand what's wrong here ? Thank you !

Logs

Click to expand log ``` Put your log output here ```
memsharded commented 2 years ago

Hi @hannesa2

The opus package was upgraded recently to become as 2.0-ready as possible. Please note that using packages from ConanCenter generally requires latest Conan. At least the latest patch for 1.50.2 should be used, can you try updating and reporting?

Note that packages and recipes in ConanCenter are not "static", they will continuously evolve, get patches, fixes, adapt to new tools or to new Conan versions. So using packages directly from ConanCenter means packages will change and some things might eventually break (bugs in recipes, that will be fixed by the community), or force a Conan client update (they will not work unless using latest Conan version). The ways to protect against it:

So, in the short term, please try cleaning your cache, updating your Conan client to 1.50.2, and re-trying, and let us know. Thanks!

hannesa2 commented 2 years ago
image

I see this warning during update from 1.50.0 to 1.50.2, no clue if it's important or not

image

.. but unfortunately, there is still the same error

uilianries commented 2 years ago

@hannesa2 please, move it again to Conan Center Index, as it's related to a recent package change, not a Conan client bug. Anyway, your bug template says GCC 8, but your small log shows a clang problem. Are you sure about your description? Please, share the entire command log, if possible, so we can compare the listed profile with your build result. You can remove/replace those lines which you think are sensible, like, directory path or company/user name.

It's very hard to mimic your scenario, because you are sharing few information and that package works for us. Any further information will be appreciated.

memsharded commented 2 years ago

I transferred the issue to conan-center-index

hannesa2 commented 2 years ago

Sorry, it's cmake 3.23.2, I changed it in first post.

hannesa2 commented 2 years ago

Complete log log.txt.zip

hannesa2 commented 2 years ago

I'm glad to reproduce and demonstrate the issue with Github action pipeline https://github.com/hannesa2/alexa-auto-sdk-public/pull/4

opus/1.3.1: 
opus/1.3.1: Copying sources to build folder
opus/1.3.1: Building your package in /home/runner/work/alexa-auto-sdk-public/alexa-auto-sdk-public/builder/.builder/.conan/data/opus/1.3.1/_/_/build/21a4ae01a5fce0186d5d61a68fff7ebb7173c9a6
opus/1.3.1: Generator txt created conanbuildinfo.txt
opus/1.3.1: Calling generate()
ERROR: opus/1.3.1: Error in generate() method, line 66
    tc.generate()
    ConanException: 'settings.compiler.libcxx' doesn't exist for 'clang'
'settings.compiler' possible configurations are ['runtime', 'runtime_type', 'version']

You can see here one build with conan 1.50.2 and an other with conan 1.51.3. Both are failing since ~ Wed 17th of August at 3 pm

I hope this will help you enormous to investigate the issue. You can now replay it on your side. If you are able to solve it, you will run into next error, because it misses the confidence stuff. But it's ok

hannesa2 commented 2 years ago

In the meantime an Amazon dev gave me the advice of this hotfix (no clue what it is) https://github.com/hannesa2/alexa-auto-sdk-public/pull/5/commits/b2c30f879e5022fd2cdc4f4c7a9c5f4732774023

Now the build makes this step successful, but now a new one rise up.


[100%] Linking C static library ../lib/libopus.a
Error running link command: No such file or directory
make[2]: *** [lib/libopus.a] Error 2
source_subfolder/CMakeFiles/opus.dir/build.make:2256: recipe for target 'lib/libopus.a' failed
make[1]: *** [source_subfolder/CMakeFiles/opus.dir/all] Error 2
CMakeFiles/Makefile2:97: recipe for target 'source_subfolder/CMakeFiles/opus.dir/all' failed
make: *** [all] Error 2
Makefile:135: recipe for target 'all' failed
opus/1.3.1: 
opus/1.3.1: ERROR: Package '21a4ae01a5fce0186d5d61a68fff7ebb7173c9a6' build failed
opus/1.3.1: WARN: Build folder /home/runner/work/alexa-auto-sdk-public/alexa-auto-sdk-public/builder/.builder/.conan/data/opus/1.3.1/_/_/build/21a4ae01a5fce0186d5d61a68fff7ebb7173c9a6
ERROR: opus/1.3.1: Error in build() method, line 71
    cmake.build()
    ConanException: Error 2 while executing /home/runner/work/alexa-auto-sdk-public/alexa-auto-sdk-public/builder/.builder/.conan/data/android-sdk-tools/4.0/aac-sdk/stable/package/c3d964f1a9c48344f87a648c35d61e161b165a25/cmake-wrapper --build '/home/runner/work/alexa-auto-sdk-public/alexa-auto-sdk-public/builder/.builder/.conan/data/opus/1.3.1/_/_/build/21a4ae01a5fce0186d5d61a68fff7ebb7173c9a6' '--' '-j2'
[BUILDER] ERROR: Command '['conan', 'install', '/home/runner/work/alexa-auto-sdk-public/alexa-auto-sdk-public/conan/recipes/aac-sdk-tools', '-if=/tmp/tmpba7nmcl5', '-b', 'outdated', '-o', 'pkg_modules=aac-module-aasb,aac-module-address-book,aac-module-alexa,aac-module-apl,aac-module-bluetooth,aac-module-car-control,aac-module-cbl,aac-module-connectivity,aac-module-core,aac-module-custom-domain,aac-module-loopback-detector,aac-module-messaging,aac-module-navigation,aac-module-phone-control,aac-module-text-to-speech-provider,aac-module-text-to-speech', '-o', 'thirdparty_includes=include/nlohmann/json_fwd.hpp', '-o', 'aac_version=dev', '-o', 'with_aasb=True', '-o', 'with_unit_tests=False', '-o', 'with_sensitive_logs=False', '-o', 'with_latency_logs=False', '-o', 'with_sampleapp=False', '-o', 'with_docs=True', '-s', 'build_type=Release', '-s:h', 'arch=armv8', '-pr:h=aac-android', '-pr:b=default']' returned non-zero exit status 1.
uilianries commented 2 years ago

@hannesa2 I tried to build locally, on from Linux to Android, using a Conan docker image conanio/android-clang8-armv8. Also, Conan has an official Android NDK package, your is private and I have no idea if it's breaking your build.

So far, everything okay here:

$ conan --version 
Conan version 1.51.3

$ cd conan-center-index/recipes/opus/all

$ conan create . 1.3.1@ -pr:b=default -pr:h=armv8 
Exporting package recipe
opus/1.3.1 exports: File 'conandata.yml' found. Exporting it...
opus/1.3.1 exports: Copied 1 '.yml' file: conandata.yml
opus/1.3.1: Calling export_sources()
opus/1.3.1: Copied 1 '.patch' file: 1.3.1-add-opus_buildtype-cmake.patch
opus/1.3.1: A new conanfile.py version was exported
opus/1.3.1: Folder: /home/conan/.conan/data/opus/1.3.1/_/_/export
opus/1.3.1: Exported revision: 8d0ce84343861b0b6eafbee3e036e784
Configuration (profile_host):
[settings]
arch=armv8
arch_build=x86_64
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=8
os=Android
os.api_level=29
os_build=Linux
[options]
[build_requires]
*: android-ndk/r21d
[env]

Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=8
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

opus/1.3.1: Forced build from source
android-ndk/r21d: Not found in local cache, looking in remotes...
android-ndk/r21d: Trying with 'conancenter'...
Downloading conanmanifest.txt completed [0.23k]                                          
Downloading conanfile.py completed [17.17k]                                              
Downloading conan_export.tgz completed [0.38k]                                           
Decompressing conan_export.tgz completed [0.00k]                                         
android-ndk/r21d: Downloaded recipe revision 0
opus/1.3.1 (test package): Installing package
Requirements
    opus/1.3.1 from local cache - Cache
Packages
    opus/1.3.1:92804b69da12e4ee8424dd54612aac86973e18eb - Build
Build requirements
    android-ndk/r21d from 'conancenter' - Downloaded
Build requirements packages
    android-ndk/r21d:4db1be536558d833e52e862fd84d64d75c2b3656 - Download

Cross-build from 'Linux:x86_64' to 'Android:armv8'
Installing (downloading, building) binaries...
android-ndk/r21d: Retrieving package 4db1be536558d833e52e862fd84d64d75c2b3656 from remote 'conancenter' 
Downloading conanmanifest.txt completed [1028.25k]                                       
Downloading conaninfo.txt completed [0.29k]                                              
Downloading conan_package.tgz completed [1209707.27k]                                    
Decompressing conan_package.tgz completed [0.00k]                                        
android-ndk/r21d: Package installed 4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Downloaded package revision 0
android-ndk/r21d: Creating ANDROID_NDK_ROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Creating ANDROID_NDK_HOME environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Creating CONAN_CMAKE_SYSTEM_PROCESSOR environment variable: aarch64
android-ndk/r21d: Creating NDK_ROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64
android-ndk/r21d: Creating CHOST environment variable: aarch64-linux-android
android-ndk/r21d: Creating CONAN_CMAKE_FIND_ROOT_PATH environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating SYSROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating self.cpp_info.sysroot: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating ANDROID_NATIVE_API_LEVEL environment variable: 29
android-ndk/r21d: Creating CONAN_CMAKE_PROGRAM environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/cmake-wrapper
android-ndk/r21d: Creating CONAN_CMAKE_TOOLCHAIN_FILE environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/build/cmake/android.toolchain.cmake
android-ndk/r21d: Creating CC environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang
android-ndk/r21d: Creating CXX environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++
android-ndk/r21d: Creating AR environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar
android-ndk/r21d: Creating AS environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-as
android-ndk/r21d: Creating RANLIB environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ranlib
android-ndk/r21d: Creating STRIP environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip
android-ndk/r21d: Creating ADDR2LINE environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-addr2line
android-ndk/r21d: Creating NM environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-nm
android-ndk/r21d: Creating OBJCOPY environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-objcopy
android-ndk/r21d: Creating OBJDUMP environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-objdump
android-ndk/r21d: Creating READELF environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-readelf
android-ndk/r21d: Creating ELFEDIT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-elfedit
android-ndk/r21d: Creating LD environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld
android-ndk/r21d: Creating ANDROID_NDK_ROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Creating ANDROID_NDK_HOME environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Creating CONAN_CMAKE_SYSTEM_PROCESSOR environment variable: aarch64
android-ndk/r21d: Creating NDK_ROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64
android-ndk/r21d: Creating CHOST environment variable: aarch64-linux-android
android-ndk/r21d: Creating CONAN_CMAKE_FIND_ROOT_PATH environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating SYSROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating self.cpp_info.sysroot: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating ANDROID_NATIVE_API_LEVEL environment variable: 29
android-ndk/r21d: Creating CONAN_CMAKE_PROGRAM environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/cmake-wrapper
android-ndk/r21d: Creating CONAN_CMAKE_TOOLCHAIN_FILE environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/build/cmake/android.toolchain.cmake
android-ndk/r21d: Creating CC environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang
android-ndk/r21d: Creating CXX environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++
android-ndk/r21d: Creating AR environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar
android-ndk/r21d: Creating AS environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-as
android-ndk/r21d: Creating RANLIB environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ranlib
android-ndk/r21d: Creating STRIP environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip
android-ndk/r21d: Creating ADDR2LINE environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-addr2line
android-ndk/r21d: Creating NM environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-nm
android-ndk/r21d: Creating OBJCOPY environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-objcopy
android-ndk/r21d: Creating OBJDUMP environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-objdump
android-ndk/r21d: Creating READELF environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-readelf
android-ndk/r21d: Creating ELFEDIT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-elfedit
android-ndk/r21d: Creating LD environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld
opus/1.3.1: Applying build-requirement: android-ndk/r21d
opus/1.3.1: Configuring sources in /home/conan/.conan/data/opus/1.3.1/_/_/source/src
Downloading opus-1.3.1.tar.gz completed [1015.68k]                                       opus/1.3.1: .3.1: 
opus/1.3.1: 
opus/1.3.1: Copying sources to build folder
opus/1.3.1: Building your package in /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb
opus/1.3.1: Generator txt created conanbuildinfo.txt
opus/1.3.1: Calling generate()
opus/1.3.1: Aggregating env generators
opus/1.3.1: Calling build()
opus/1.3.1: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src"
-- Opus library version: 0.8.0
-- Found Git: /usr/bin/git (found version "2.35.1") 
fatal: not a git repository (or any of the parent directories): .git
-- Opus package version: 1.3.1
-- Opus project version: 1.3.1
-- Using Conan toolchain: /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/build/generators/conan_toolchain.cmake
-- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC)
-- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for floor in m
-- Looking for floor in m - found
-- Looking for cpuid.h
-- Looking for cpuid.h - not found
-- Performing Test STACK_PROTECTION_STRONG_SUPPORTED
-- Performing Test STACK_PROTECTION_STRONG_SUPPORTED - Success
-- The following features have been enabled:

 * STACK_PROTECTOR, Use stack protection
 * FLOAT_API, compile with the floating point API (for machines with float library)
 * INSTALL_PKG_CONFIG_MODULE, install PkgConfig module
 * INSTALL_CMAKE_CONFIG_MODULE, install CMake package config module

-- The following REQUIRED packages have been found:

 * Git, fast, scalable, distributed revision control system, <https://git-scm.com/>
   required to set up package version

-- The following features have been disabled:

 * USE_ALLOCA, Use alloca for stack arrays (on non-C99 compilers)
 * CUSTOM_MODES, Enable non-Opus modes, e.g. 44.1 kHz & 2^n frames
 * BUILD_PROGRAMS, Build programs
 * FIXED_POINT, compile as fixed-point (for machines without a fast enough FPU)

-- Configuring done
-- Generating done
-- Build files have been written to: /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/build/Release
opus/1.3.1: CMake command: cmake --build "/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/build/Release" '--' '-j5'
Scanning dependencies of target opus
[  0%] Building C object CMakeFiles/opus.dir/src/opus.c.o
[  1%] Building C object CMakeFiles/opus.dir/src/opus_decoder.c.o
[  1%] Building C object CMakeFiles/opus.dir/src/opus_multistream.c.o
[  2%] Building C object CMakeFiles/opus.dir/src/opus_multistream_encoder.c.o
[  3%] Building C object CMakeFiles/opus.dir/src/opus_encoder.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/src/opus_multistream.c:37:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/src/opus_multistream_encoder.c:37:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/src/opus_encoder.c:38:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/src/opus_decoder.c:47:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning        #warning "Don't have the functions lrint() and lrintf ()."
         ^
: "Don't have the functions lrint() and lrintf ()." [-W#warnings]/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]

        #warning "Replacing these functions with a standard C cast."
         ^
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[  4%] Building C object CMakeFiles/opus.dir/src/opus_multistream_decoder.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/src/opus_multistream_decoder.c:37:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[  5%] Building C object CMakeFiles/opus.dir/src/repacketizer.c.o
2 warnings generated.
[  5%] Building C object CMakeFiles/opus.dir/src/opus_projection_encoder.c.o
2 warnings generated.
[  6%] Building C object CMakeFiles/opus.dir/src/opus_projection_decoder.c.o
2 warnings generated.
[  7%] Building C object CMakeFiles/opus.dir/src/mapping_matrix.c.o
[  8%] Building C object CMakeFiles/opus.dir/src/analysis.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/src/mapping_matrix.c:33:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/src/analysis.c:45:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[  8%] Building C object CMakeFiles/opus.dir/src/mlp.c.o
2 warnings generated.
[  9%] Building C object CMakeFiles/opus.dir/src/mlp_data.c.o
[ 10%] Building C object CMakeFiles/opus.dir/silk/CNG.c.o
2 warnings generated.
[ 10%] Building C object CMakeFiles/opus.dir/silk/code_signs.c.o
[ 11%] Building C object CMakeFiles/opus.dir/silk/init_decoder.c.o
[ 12%] Building C object CMakeFiles/opus.dir/silk/decode_core.c.o
[ 13%] Building C object CMakeFiles/opus.dir/silk/decode_frame.c.o
[ 13%] Building C object CMakeFiles/opus.dir/silk/decode_parameters.c.o
[ 14%] Building C object CMakeFiles/opus.dir/silk/decode_indices.c.o
2 warnings generated.
[ 15%] Building C object CMakeFiles/opus.dir/silk/decode_pulses.c.o
[ 16%] Building C object CMakeFiles/opus.dir/silk/decoder_set_fs.c.o
[ 16%] Building C object CMakeFiles/opus.dir/silk/dec_API.c.o
[ 17%] Building C object CMakeFiles/opus.dir/silk/enc_API.c.o
[ 18%] Building C object CMakeFiles/opus.dir/silk/encode_indices.c.o
[ 18%] Building C object CMakeFiles/opus.dir/silk/encode_pulses.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/enc_API.c:41:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 19%] Building C object CMakeFiles/opus.dir/silk/gain_quant.c.o
[ 20%] Building C object CMakeFiles/opus.dir/silk/interpolate.c.o
[ 21%] Building C object CMakeFiles/opus.dir/silk/LP_variable_cutoff.c.o
[ 21%] Building C object CMakeFiles/opus.dir/silk/NLSF_decode.c.o
[ 22%] Building C object CMakeFiles/opus.dir/silk/NSQ.c.o
2 warnings generated.
[ 23%] Building C object CMakeFiles/opus.dir/silk/NSQ_del_dec.c.o
[ 24%] Building C object CMakeFiles/opus.dir/silk/PLC.c.o
[ 24%] Building C object CMakeFiles/opus.dir/silk/shell_coder.c.o
[ 25%] Building C object CMakeFiles/opus.dir/silk/tables_gain.c.o
[ 26%] Building C object CMakeFiles/opus.dir/silk/tables_LTP.c.o
[ 27%] Building C object CMakeFiles/opus.dir/silk/tables_NLSF_CB_NB_MB.c.o
[ 27%] Building C object CMakeFiles/opus.dir/silk/tables_NLSF_CB_WB.c.o
[ 28%] Building C object CMakeFiles/opus.dir/silk/tables_other.c.o
[ 29%] Building C object CMakeFiles/opus.dir/silk/tables_pitch_lag.c.o
[ 29%] Building C object CMakeFiles/opus.dir/silk/tables_pulses_per_block.c.o
[ 30%] Building C object CMakeFiles/opus.dir/silk/VAD.c.o
[ 31%] Building C object CMakeFiles/opus.dir/silk/control_audio_bandwidth.c.o
[ 32%] Building C object CMakeFiles/opus.dir/silk/quant_LTP_gains.c.o
[ 32%] Building C object CMakeFiles/opus.dir/silk/VQ_WMat_EC.c.o
[ 33%] Building C object CMakeFiles/opus.dir/silk/HP_variable_cutoff.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/HP_variable_cutoff.c:34:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 34%] Building C object CMakeFiles/opus.dir/silk/NLSF_encode.c.o
2 warnings generated.
[ 35%] Building C object CMakeFiles/opus.dir/silk/NLSF_VQ.c.o
[ 35%] Building C object CMakeFiles/opus.dir/silk/NLSF_unpack.c.o
[ 36%] Building C object CMakeFiles/opus.dir/silk/NLSF_del_dec_quant.c.o
[ 37%] Building C object CMakeFiles/opus.dir/silk/process_NLSFs.c.o
[ 37%] Building C object CMakeFiles/opus.dir/silk/stereo_LR_to_MS.c.o
[ 38%] Building C object CMakeFiles/opus.dir/silk/stereo_MS_to_LR.c.o
[ 39%] Building C object CMakeFiles/opus.dir/silk/check_control_input.c.o
[ 40%] Building C object CMakeFiles/opus.dir/silk/control_SNR.c.o
[ 40%] Building C object CMakeFiles/opus.dir/silk/init_encoder.c.o
[ 41%] Building C object CMakeFiles/opus.dir/silk/control_codec.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/init_encoder.c:34:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 42%] Building C object CMakeFiles/opus.dir/silk/A2NLSF.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/control_codec.c:35:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 43%] Building C object CMakeFiles/opus.dir/silk/ana_filt_bank_1.c.o
2 warnings generated.
[ 43%] Building C object CMakeFiles/opus.dir/silk/biquad_alt.c.o
[ 44%] Building C object CMakeFiles/opus.dir/silk/bwexpander_32.c.o
[ 45%] Building C object CMakeFiles/opus.dir/silk/bwexpander.c.o
2 warnings generated.
[ 45%] Building C object CMakeFiles/opus.dir/silk/debug.c.o
[ 46%] Building C object CMakeFiles/opus.dir/silk/decode_pitch.c.o
[ 47%] Building C object CMakeFiles/opus.dir/silk/inner_prod_aligned.c.o
[ 48%] Building C object CMakeFiles/opus.dir/silk/lin2log.c.o
[ 48%] Building C object CMakeFiles/opus.dir/silk/log2lin.c.o
[ 49%] Building C object CMakeFiles/opus.dir/silk/LPC_analysis_filter.c.o
[ 50%] Building C object CMakeFiles/opus.dir/silk/LPC_inv_pred_gain.c.o
[ 51%] Building C object CMakeFiles/opus.dir/silk/table_LSF_cos.c.o
[ 51%] Building C object CMakeFiles/opus.dir/silk/NLSF2A.c.o
[ 52%] Building C object CMakeFiles/opus.dir/silk/NLSF_stabilize.c.o
[ 53%] Building C object CMakeFiles/opus.dir/silk/NLSF_VQ_weights_laroia.c.o
[ 54%] Building C object CMakeFiles/opus.dir/silk/pitch_est_tables.c.o
[ 54%] Building C object CMakeFiles/opus.dir/silk/resampler.c.o
[ 55%] Building C object CMakeFiles/opus.dir/silk/resampler_down2_3.c.o
[ 56%] Building C object CMakeFiles/opus.dir/silk/resampler_down2.c.o
[ 56%] Building C object CMakeFiles/opus.dir/silk/resampler_private_AR2.c.o
[ 57%] Building C object CMakeFiles/opus.dir/silk/resampler_private_down_FIR.c.o
[ 58%] Building C object CMakeFiles/opus.dir/silk/resampler_private_IIR_FIR.c.o
[ 59%] Building C object CMakeFiles/opus.dir/silk/resampler_private_up2_HQ.c.o
[ 59%] Building C object CMakeFiles/opus.dir/silk/resampler_rom.c.o
[ 60%] Building C object CMakeFiles/opus.dir/silk/sigm_Q15.c.o
[ 61%] Building C object CMakeFiles/opus.dir/silk/sort.c.o
[ 62%] Building C object CMakeFiles/opus.dir/silk/sum_sqr_shift.c.o
[ 62%] Building C object CMakeFiles/opus.dir/silk/stereo_decode_pred.c.o
[ 63%] Building C object CMakeFiles/opus.dir/silk/stereo_encode_pred.c.o
[ 64%] Building C object CMakeFiles/opus.dir/silk/stereo_find_predictor.c.o
[ 64%] Building C object CMakeFiles/opus.dir/silk/stereo_quant_pred.c.o
[ 65%] Building C object CMakeFiles/opus.dir/silk/LPC_fit.c.o
[ 66%] Building C object CMakeFiles/opus.dir/celt/bands.c.o
[ 67%] Building C object CMakeFiles/opus.dir/celt/celt.c.o
[ 67%] Building C object CMakeFiles/opus.dir/celt/celt_encoder.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/celt.c:48:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/celt_encoder.c:49:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 68%] Building C object CMakeFiles/opus.dir/celt/celt_decoder.c.o
[ 69%] Building C object CMakeFiles/opus.dir/celt/cwrs.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/celt_decoder.c:49:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 70%] Building C object CMakeFiles/opus.dir/celt/entcode.c.o
[ 70%] Building C object CMakeFiles/opus.dir/celt/entdec.c.o
[ 71%] Building C object CMakeFiles/opus.dir/celt/entenc.c.o
[ 72%] Building C object CMakeFiles/opus.dir/celt/kiss_fft.c.o
[ 72%] Building C object CMakeFiles/opus.dir/celt/laplace.c.o
[ 73%] Building C object CMakeFiles/opus.dir/celt/mathops.c.o
2 warnings generated.
[ 74%] Building C object CMakeFiles/opus.dir/celt/mdct.c.o
[ 75%] Building C object CMakeFiles/opus.dir/celt/modes.c.o
[ 75%] Building C object CMakeFiles/opus.dir/celt/pitch.c.o
2 warnings generated.
[ 76%] Building C object CMakeFiles/opus.dir/celt/celt_lpc.c.o
[ 77%] Building C object CMakeFiles/opus.dir/celt/quant_bands.c.o
[ 78%] Building C object CMakeFiles/opus.dir/celt/rate.c.o
[ 78%] Building C object CMakeFiles/opus.dir/celt/vq.c.o
[ 79%] Building C object CMakeFiles/opus.dir/silk/float/apply_sine_window_FLP.c.o
[ 80%] Building C object CMakeFiles/opus.dir/silk/float/corrMatrix_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/apply_sine_window_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 81%] Building C object CMakeFiles/opus.dir/silk/float/encode_frame_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/corrMatrix_FLP.c:36:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 81%] Building C object CMakeFiles/opus.dir/silk/float/find_LPC_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/encode_frame_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 82%] Building C object CMakeFiles/opus.dir/silk/float/find_LTP_FLP.c.o
2 warnings generated.
[ 83%] Building C object CMakeFiles/opus.dir/silk/float/find_pitch_lags_FLP.c.o
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/find_LPC_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/find_LTP_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 83%] Building C object CMakeFiles/opus.dir/silk/float/find_pred_coefs_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/find_pitch_lags_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/find_pred_coefs_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
2 warnings generated.
[ 84%] Building C object CMakeFiles/opus.dir/silk/float/LPC_analysis_filter_FLP.c.o
[ 85%] Building C object CMakeFiles/opus.dir/silk/float/LTP_analysis_filter_FLP.c.o
2 warnings generated.
[ 86%] Building C object CMakeFiles/opus.dir/silk/float/LTP_scale_ctrl_FLP.c.o
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/LTP_analysis_filter_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 86%] Building C object CMakeFiles/opus.dir/silk/float/noise_shape_analysis_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/LPC_analysis_filter_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/LTP_scale_ctrl_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 87%] Building C object CMakeFiles/opus.dir/silk/float/process_gains_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/noise_shape_analysis_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/process_gains_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
2 warnings generated.
[ 88%] Building C object CMakeFiles/opus.dir/silk/float/regularize_correlations_FLP.c.o
[ 89%] Building C object CMakeFiles/opus.dir/silk/float/residual_energy_FLP.c.o
2 warnings generated.
[ 89%] Building C object CMakeFiles/opus.dir/silk/float/warped_autocorrelation_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/regularize_correlations_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/residual_energy_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/warped_autocorrelation_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 90%] Building C object CMakeFiles/opus.dir/silk/float/wrappers_FLP.c.o
2 warnings generated.
[ 91%] Building C object CMakeFiles/opus.dir/silk/float/autocorrelation_FLP.c.o
2 warnings generated.
[ 91%] Building C object CMakeFiles/opus.dir/silk/float/burg_modified_FLP.c.o
2 warnings generated.
[ 92%] Building C object CMakeFiles/opus.dir/silk/float/bwexpander_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/wrappers_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/autocorrelation_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/burg_modified_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 93%] Building C object CMakeFiles/opus.dir/silk/float/energy_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/bwexpander_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 94%] Building C object CMakeFiles/opus.dir/silk/float/inner_product_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/energy_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 94%] Building C object CMakeFiles/opus.dir/silk/float/k2a_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/inner_product_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 95%] Building C object CMakeFiles/opus.dir/silk/float/LPC_inv_pred_gain_FLP.c.o
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/k2a_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 96%] Building C object CMakeFiles/opus.dir/silk/float/pitch_analysis_core_FLP.c.o
2 warnings generated.
[ 97%] Building C object CMakeFiles/opus.dir/silk/float/scale_copy_vector_FLP.c.o
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/LPC_inv_pred_gain_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 97%] Building C object CMakeFiles/opus.dir/silk/float/scale_vector_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/pitch_analysis_core_FLP.c:35:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/scale_copy_vector_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 98%] Building C object CMakeFiles/opus.dir/silk/float/schur_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/scale_vector_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/schur_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 99%] Building C object CMakeFiles/opus.dir/silk/float/sort_FLP.c.o
2 warnings generated.
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/sort_FLP.c:37:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
2 warnings generated.
2 warnings generated.
[100%] Linking C static library libopus.a
[100%] Built target opus
opus/1.3.1: Package '92804b69da12e4ee8424dd54612aac86973e18eb' built
opus/1.3.1: Build folder /home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/build/Release
opus/1.3.1: Generated conaninfo.txt
opus/1.3.1: Generated conanbuildinfo.txt
opus/1.3.1: Generating the package
opus/1.3.1: Package folder /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb
opus/1.3.1: Calling package()
opus/1.3.1: Copied 1 file: COPYING
opus/1.3.1: CMake command: cmake --install "/home/conan/.conan/data/opus/1.3.1/_/_/build/92804b69da12e4ee8424dd54612aac86973e18eb/build/Release" --prefix "/home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb"
-- Install configuration: "Release"
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/lib/libopus.a
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/include/opus/opus.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/include/opus/opus_custom.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/include/opus/opus_defines.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/include/opus/opus_multistream.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/include/opus/opus_projection.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/include/opus/opus_types.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/lib/pkgconfig/opus.pc
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/lib/cmake/Opus/OpusTargets.cmake
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/lib/cmake/Opus/OpusTargets-release.cmake
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/lib/cmake/Opus/OpusConfig.cmake
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/92804b69da12e4ee8424dd54612aac86973e18eb/lib/cmake/Opus/OpusConfigVersion.cmake
opus/1.3.1 package(): Packaged 1 file: COPYING
opus/1.3.1 package(): Packaged 1 '.a' file: libopus.a
opus/1.3.1 package(): Packaged 6 '.h' files
opus/1.3.1: Package '92804b69da12e4ee8424dd54612aac86973e18eb' created
opus/1.3.1: Created package revision ba04af0fb48839a1b4b352f197f32f37
uilianries commented 2 years ago

@hannesa2 I see you are using a custom package for your Android NDK:

Configuration (profile_host):
[settings]
arch=armv8
arch_build=x86_64
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=9
os=Android
os.api_level=26
os_build=Linux
[options]
extra_modules=amazonlite,car-control-local-service,local-skill-service,local-navigation,local-voice-control,address-book-local-service,coassistant
aac-module-amazonlite:default_model=X_125k.en-US.alexa+brand.cpp
aac-module-local-voice-control:with_coassistant=True
pryon-lite:package_suffix=alexa-custom-assistant
[build_requires]
*: android-sdk-tools/4.0@aac-sdk/stable
[env]

Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++
compiler.version=7
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

My guess is, it's not supported with new CMakeToolchain. Please, take a look on the official Android that we use: https://conan.io/center/android-ndk you can compare the recipes and improve your side.

uilianries commented 2 years ago

I also built as shared library and worked:

$ conan create . 1.3.1@ -pr:b=default -pr:h=armv8 -o opus:shared=True
Exporting package recipe
opus/1.3.1 exports: File 'conandata.yml' found. Exporting it...
opus/1.3.1 exports: Copied 1 '.yml' file: conandata.yml
opus/1.3.1: Calling export_sources()
opus/1.3.1: Copied 1 '.patch' file: 1.3.1-add-opus_buildtype-cmake.patch
opus/1.3.1: The stored package has not changed
opus/1.3.1: Exported revision: 8d0ce84343861b0b6eafbee3e036e784
Configuration (profile_host):
[settings]
arch=armv8
arch_build=x86_64
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=8
os=Android
os.api_level=29
os_build=Linux
[options]
opus:shared=True
[build_requires]
*: android-ndk/r21d
[env]

Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=8
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

opus/1.3.1: Forced build from source
opus/1.3.1 (test package): Installing package
Requirements
    opus/1.3.1 from local cache - Cache
Packages
    opus/1.3.1:8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af - Build
Build requirements
    android-ndk/r21d from 'conancenter' - Cache
Build requirements packages
    android-ndk/r21d:4db1be536558d833e52e862fd84d64d75c2b3656 - Cache

Cross-build from 'Linux:x86_64' to 'Android:armv8'
Installing (downloading, building) binaries...
android-ndk/r21d: Already installed!
android-ndk/r21d: Creating ANDROID_NDK_ROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Creating ANDROID_NDK_HOME environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Creating CONAN_CMAKE_SYSTEM_PROCESSOR environment variable: aarch64
android-ndk/r21d: Creating NDK_ROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64
android-ndk/r21d: Creating CHOST environment variable: aarch64-linux-android
android-ndk/r21d: Creating CONAN_CMAKE_FIND_ROOT_PATH environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating SYSROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating self.cpp_info.sysroot: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating ANDROID_NATIVE_API_LEVEL environment variable: 29
android-ndk/r21d: Creating CONAN_CMAKE_PROGRAM environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/cmake-wrapper
android-ndk/r21d: Creating CONAN_CMAKE_TOOLCHAIN_FILE environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/build/cmake/android.toolchain.cmake
android-ndk/r21d: Creating CC environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang
android-ndk/r21d: Creating CXX environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++
android-ndk/r21d: Creating AR environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar
android-ndk/r21d: Creating AS environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-as
android-ndk/r21d: Creating RANLIB environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ranlib
android-ndk/r21d: Creating STRIP environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip
android-ndk/r21d: Creating ADDR2LINE environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-addr2line
android-ndk/r21d: Creating NM environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-nm
android-ndk/r21d: Creating OBJCOPY environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-objcopy
android-ndk/r21d: Creating OBJDUMP environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-objdump
android-ndk/r21d: Creating READELF environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-readelf
android-ndk/r21d: Creating ELFEDIT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-elfedit
android-ndk/r21d: Creating LD environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld
android-ndk/r21d: Creating ANDROID_NDK_ROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Creating ANDROID_NDK_HOME environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656
android-ndk/r21d: Creating CONAN_CMAKE_SYSTEM_PROCESSOR environment variable: aarch64
android-ndk/r21d: Creating NDK_ROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64
android-ndk/r21d: Creating CHOST environment variable: aarch64-linux-android
android-ndk/r21d: Creating CONAN_CMAKE_FIND_ROOT_PATH environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating SYSROOT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating self.cpp_info.sysroot: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/sysroot
android-ndk/r21d: Creating ANDROID_NATIVE_API_LEVEL environment variable: 29
android-ndk/r21d: Creating CONAN_CMAKE_PROGRAM environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/cmake-wrapper
android-ndk/r21d: Creating CONAN_CMAKE_TOOLCHAIN_FILE environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/build/cmake/android.toolchain.cmake
android-ndk/r21d: Creating CC environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang
android-ndk/r21d: Creating CXX environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++
android-ndk/r21d: Creating AR environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar
android-ndk/r21d: Creating AS environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-as
android-ndk/r21d: Creating RANLIB environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ranlib
android-ndk/r21d: Creating STRIP environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip
android-ndk/r21d: Creating ADDR2LINE environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-addr2line
android-ndk/r21d: Creating NM environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-nm
android-ndk/r21d: Creating OBJCOPY environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-objcopy
android-ndk/r21d: Creating OBJDUMP environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-objdump
android-ndk/r21d: Creating READELF environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-readelf
android-ndk/r21d: Creating ELFEDIT environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-elfedit
android-ndk/r21d: Creating LD environment variable: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld
opus/1.3.1: Applying build-requirement: android-ndk/r21d
opus/1.3.1: Copying sources to build folder
opus/1.3.1: Building your package in /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af
opus/1.3.1: Generator txt created conanbuildinfo.txt
opus/1.3.1: Calling generate()
opus/1.3.1: Aggregating env generators
opus/1.3.1: Calling build()
opus/1.3.1: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src"
-- Opus library version: 0.8.0
-- Found Git: /usr/bin/git (found version "2.35.1") 
fatal: not a git repository (or any of the parent directories): .git
-- Opus package version: 1.3.1
-- Opus project version: 1.3.1
-- Using Conan toolchain: /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/build/generators/conan_toolchain.cmake
-- Conan toolchain: Setting BUILD_SHARED_LIBS = ON
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/toolchains/llvm/prebuilt/linux-x86_64/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for floor in m
-- Looking for floor in m - found
-- Looking for cpuid.h
-- Looking for cpuid.h - not found
-- Performing Test STACK_PROTECTION_STRONG_SUPPORTED
-- Performing Test STACK_PROTECTION_STRONG_SUPPORTED - Success
-- The following features have been enabled:

 * STACK_PROTECTOR, Use stack protection
 * FLOAT_API, compile with the floating point API (for machines with float library)
 * INSTALL_PKG_CONFIG_MODULE, install PkgConfig module
 * INSTALL_CMAKE_CONFIG_MODULE, install CMake package config module

-- The following REQUIRED packages have been found:

 * Git, fast, scalable, distributed revision control system, <https://git-scm.com/>
   required to set up package version

-- The following features have been disabled:

 * USE_ALLOCA, Use alloca for stack arrays (on non-C99 compilers)
 * CUSTOM_MODES, Enable non-Opus modes, e.g. 44.1 kHz & 2^n frames
 * BUILD_PROGRAMS, Build programs
 * FIXED_POINT, compile as fixed-point (for machines without a fast enough FPU)

-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/build/Release
opus/1.3.1: CMake command: cmake --build "/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/build/Release" '--' '-j5'
Scanning dependencies of target opus
[  0%] Building C object CMakeFiles/opus.dir/src/opus.c.o
[  2%] Building C object CMakeFiles/opus.dir/src/opus_encoder.c.o
[  2%] Building C object CMakeFiles/opus.dir/src/opus_decoder.c.o
[  3%] Building C object CMakeFiles/opus.dir/src/opus_multistream_encoder.c.o
[  3%] Building C object CMakeFiles/opus.dir/src/opus_multistream.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/src/opus_multistream_encoder.c:37:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/src/opus_multistream.c:37:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/src/opus_decoder.c:47:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/src/opus_encoder.c:38:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[  4%] Building C object CMakeFiles/opus.dir/src/opus_multistream_decoder.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/src/opus_multistream_decoder.c:37:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[  5%] Building C object CMakeFiles/opus.dir/src/repacketizer.c.o
2 warnings generated.
[  5%] Building C object CMakeFiles/opus.dir/src/opus_projection_encoder.c.o
2 warnings generated.
[  6%] Building C object CMakeFiles/opus.dir/src/opus_projection_decoder.c.o
2 warnings generated.
[  7%] Building C object CMakeFiles/opus.dir/src/mapping_matrix.c.o
[  8%] Building C object CMakeFiles/opus.dir/src/analysis.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/src/mapping_matrix.c:33:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/src/analysis.c:45:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[  8%] Building C object CMakeFiles/opus.dir/src/mlp.c.o
2 warnings generated.
[  9%] Building C object CMakeFiles/opus.dir/src/mlp_data.c.o
[ 10%] Building C object CMakeFiles/opus.dir/silk/CNG.c.o
2 warnings generated.
[ 10%] Building C object CMakeFiles/opus.dir/silk/code_signs.c.o
[ 11%] Building C object CMakeFiles/opus.dir/silk/init_decoder.c.o
[ 12%] Building C object CMakeFiles/opus.dir/silk/decode_core.c.o
[ 13%] Building C object CMakeFiles/opus.dir/silk/decode_frame.c.o
[ 13%] Building C object CMakeFiles/opus.dir/silk/decode_parameters.c.o
[ 14%] Building C object CMakeFiles/opus.dir/silk/decode_indices.c.o
2 warnings generated.
[ 15%] Building C object CMakeFiles/opus.dir/silk/decode_pulses.c.o
[ 16%] Building C object CMakeFiles/opus.dir/silk/decoder_set_fs.c.o
[ 16%] Building C object CMakeFiles/opus.dir/silk/dec_API.c.o
[ 17%] Building C object CMakeFiles/opus.dir/silk/enc_API.c.o
[ 18%] Building C object CMakeFiles/opus.dir/silk/encode_indices.c.o
[ 18%] Building C object CMakeFiles/opus.dir/silk/encode_pulses.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/enc_API.c:41:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 19%] Building C object CMakeFiles/opus.dir/silk/gain_quant.c.o
[ 20%] Building C object CMakeFiles/opus.dir/silk/interpolate.c.o
[ 21%] Building C object CMakeFiles/opus.dir/silk/LP_variable_cutoff.c.o
[ 21%] Building C object CMakeFiles/opus.dir/silk/NLSF_decode.c.o
[ 22%] Building C object CMakeFiles/opus.dir/silk/NSQ.c.o
2 warnings generated.
[ 23%] Building C object CMakeFiles/opus.dir/silk/NSQ_del_dec.c.o
[ 24%] Building C object CMakeFiles/opus.dir/silk/PLC.c.o
[ 24%] Building C object CMakeFiles/opus.dir/silk/shell_coder.c.o
[ 25%] Building C object CMakeFiles/opus.dir/silk/tables_gain.c.o
[ 26%] Building C object CMakeFiles/opus.dir/silk/tables_LTP.c.o
[ 27%] Building C object CMakeFiles/opus.dir/silk/tables_NLSF_CB_NB_MB.c.o
[ 27%] Building C object CMakeFiles/opus.dir/silk/tables_NLSF_CB_WB.c.o
[ 28%] Building C object CMakeFiles/opus.dir/silk/tables_other.c.o
[ 29%] Building C object CMakeFiles/opus.dir/silk/tables_pitch_lag.c.o
[ 29%] Building C object CMakeFiles/opus.dir/silk/tables_pulses_per_block.c.o
[ 30%] Building C object CMakeFiles/opus.dir/silk/VAD.c.o
[ 31%] Building C object CMakeFiles/opus.dir/silk/control_audio_bandwidth.c.o
[ 32%] Building C object CMakeFiles/opus.dir/silk/quant_LTP_gains.c.o
[ 32%] Building C object CMakeFiles/opus.dir/silk/VQ_WMat_EC.c.o
[ 33%] Building C object CMakeFiles/opus.dir/silk/HP_variable_cutoff.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/HP_variable_cutoff.c:34:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 34%] Building C object CMakeFiles/opus.dir/silk/NLSF_encode.c.o
2 warnings generated.
[ 35%] Building C object CMakeFiles/opus.dir/silk/NLSF_VQ.c.o
[ 35%] Building C object CMakeFiles/opus.dir/silk/NLSF_unpack.c.o
[ 36%] Building C object CMakeFiles/opus.dir/silk/NLSF_del_dec_quant.c.o
[ 37%] Building C object CMakeFiles/opus.dir/silk/process_NLSFs.c.o
[ 37%] Building C object CMakeFiles/opus.dir/silk/stereo_LR_to_MS.c.o
[ 38%] Building C object CMakeFiles/opus.dir/silk/stereo_MS_to_LR.c.o
[ 39%] Building C object CMakeFiles/opus.dir/silk/check_control_input.c.o
[ 40%] Building C object CMakeFiles/opus.dir/silk/control_SNR.c.o
[ 40%] Building C object CMakeFiles/opus.dir/silk/init_encoder.c.o
[ 41%] Building C object CMakeFiles/opus.dir/silk/control_codec.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/init_encoder.c:34:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 42%] Building C object CMakeFiles/opus.dir/silk/A2NLSF.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/control_codec.c:35:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 43%] Building C object CMakeFiles/opus.dir/silk/ana_filt_bank_1.c.o
2 warnings generated.
[ 43%] Building C object CMakeFiles/opus.dir/silk/biquad_alt.c.o
[ 44%] Building C object CMakeFiles/opus.dir/silk/bwexpander_32.c.o
[ 45%] Building C object CMakeFiles/opus.dir/silk/bwexpander.c.o
2 warnings generated.
[ 45%] Building C object CMakeFiles/opus.dir/silk/debug.c.o
[ 46%] Building C object CMakeFiles/opus.dir/silk/decode_pitch.c.o
[ 47%] Building C object CMakeFiles/opus.dir/silk/inner_prod_aligned.c.o
[ 48%] Building C object CMakeFiles/opus.dir/silk/lin2log.c.o
[ 48%] Building C object CMakeFiles/opus.dir/silk/log2lin.c.o
[ 49%] Building C object CMakeFiles/opus.dir/silk/LPC_analysis_filter.c.o
[ 50%] Building C object CMakeFiles/opus.dir/silk/LPC_inv_pred_gain.c.o
[ 51%] Building C object CMakeFiles/opus.dir/silk/table_LSF_cos.c.o
[ 51%] Building C object CMakeFiles/opus.dir/silk/NLSF2A.c.o
[ 52%] Building C object CMakeFiles/opus.dir/silk/NLSF_stabilize.c.o
[ 53%] Building C object CMakeFiles/opus.dir/silk/NLSF_VQ_weights_laroia.c.o
[ 54%] Building C object CMakeFiles/opus.dir/silk/pitch_est_tables.c.o
[ 54%] Building C object CMakeFiles/opus.dir/silk/resampler.c.o
[ 55%] Building C object CMakeFiles/opus.dir/silk/resampler_down2_3.c.o
[ 56%] Building C object CMakeFiles/opus.dir/silk/resampler_down2.c.o
[ 56%] Building C object CMakeFiles/opus.dir/silk/resampler_private_AR2.c.o
[ 57%] Building C object CMakeFiles/opus.dir/silk/resampler_private_down_FIR.c.o
[ 58%] Building C object CMakeFiles/opus.dir/silk/resampler_private_up2_HQ.c.o
[ 59%] Building C object CMakeFiles/opus.dir/silk/resampler_private_IIR_FIR.c.o
[ 59%] Building C object CMakeFiles/opus.dir/silk/resampler_rom.c.o
[ 60%] Building C object CMakeFiles/opus.dir/silk/sigm_Q15.c.o
[ 61%] Building C object CMakeFiles/opus.dir/silk/sort.c.o
[ 62%] Building C object CMakeFiles/opus.dir/silk/sum_sqr_shift.c.o
[ 62%] Building C object CMakeFiles/opus.dir/silk/stereo_decode_pred.c.o
[ 63%] Building C object CMakeFiles/opus.dir/silk/stereo_encode_pred.c.o
[ 64%] Building C object CMakeFiles/opus.dir/silk/stereo_find_predictor.c.o
[ 64%] Building C object CMakeFiles/opus.dir/silk/stereo_quant_pred.c.o
[ 65%] Building C object CMakeFiles/opus.dir/celt/bands.c.o
[ 66%] Building C object CMakeFiles/opus.dir/silk/LPC_fit.c.o
[ 67%] Building C object CMakeFiles/opus.dir/celt/celt.c.o
[ 67%] Building C object CMakeFiles/opus.dir/celt/celt_encoder.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/celt.c:48:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/celt_encoder.c:49:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 68%] Building C object CMakeFiles/opus.dir/celt/celt_decoder.c.o
[ 69%] Building C object CMakeFiles/opus.dir/celt/cwrs.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/celt_decoder.c:49:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 70%] Building C object CMakeFiles/opus.dir/celt/entcode.c.o
[ 70%] Building C object CMakeFiles/opus.dir/celt/entdec.c.o
[ 71%] Building C object CMakeFiles/opus.dir/celt/entenc.c.o
[ 72%] Building C object CMakeFiles/opus.dir/celt/kiss_fft.c.o
[ 72%] Building C object CMakeFiles/opus.dir/celt/laplace.c.o
[ 73%] Building C object CMakeFiles/opus.dir/celt/mathops.c.o
2 warnings generated.
[ 74%] Building C object CMakeFiles/opus.dir/celt/mdct.c.o
[ 75%] Building C object CMakeFiles/opus.dir/celt/modes.c.o
[ 75%] Building C object CMakeFiles/opus.dir/celt/pitch.c.o
2 warnings generated.
[ 76%] Building C object CMakeFiles/opus.dir/celt/celt_lpc.c.o
[ 77%] Building C object CMakeFiles/opus.dir/celt/quant_bands.c.o
[ 78%] Building C object CMakeFiles/opus.dir/celt/rate.c.o
[ 78%] Building C object CMakeFiles/opus.dir/celt/vq.c.o
[ 79%] Building C object CMakeFiles/opus.dir/silk/float/apply_sine_window_FLP.c.o
[ 80%] Building C object CMakeFiles/opus.dir/silk/float/corrMatrix_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/apply_sine_window_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 81%] Building C object CMakeFiles/opus.dir/silk/float/encode_frame_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/corrMatrix_FLP.c:36:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 81%] Building C object CMakeFiles/opus.dir/silk/float/find_LPC_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/encode_frame_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 82%] Building C object CMakeFiles/opus.dir/silk/float/find_LTP_FLP.c.o
2 warnings generated.
[ 83%] Building C object CMakeFiles/opus.dir/silk/float/find_pitch_lags_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/find_LPC_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/find_LTP_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 83%] Building C object CMakeFiles/opus.dir/silk/float/find_pred_coefs_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/find_pitch_lags_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/find_pred_coefs_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 84%] Building C object CMakeFiles/opus.dir/silk/float/LPC_analysis_filter_FLP.c.o
2 warnings generated.
[ 85%] Building C object CMakeFiles/opus.dir/silk/float/LTP_analysis_filter_FLP.c.o
2 warnings generated.
[ 86%] Building C object CMakeFiles/opus.dir/silk/float/LTP_scale_ctrl_FLP.c.o
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/LPC_analysis_filter_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 86%] Building C object CMakeFiles/opus.dir/silk/float/noise_shape_analysis_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/LTP_analysis_filter_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/LTP_scale_ctrl_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 87%] Building C object CMakeFiles/opus.dir/silk/float/process_gains_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/noise_shape_analysis_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
2 warnings generated.
[ 88%] Building C object CMakeFiles/opus.dir/silk/float/regularize_correlations_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/process_gains_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: [ 89%] Building C object CMakeFiles/opus.dir/silk/float/residual_energy_FLP.c.o
"Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 89%] Building C object CMakeFiles/opus.dir/silk/float/warped_autocorrelation_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/regularize_correlations_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/residual_energy_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/warped_autocorrelation_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
2 warnings generated.
[ 90%] Building C object CMakeFiles/opus.dir/silk/float/wrappers_FLP.c.o
[ 91%] Building C object CMakeFiles/opus.dir/silk/float/autocorrelation_FLP.c.o
2 warnings generated.
[ 91%] Building C object CMakeFiles/opus.dir/silk/float/burg_modified_FLP.c.o
2 warnings generated.
[ 92%] Building C object CMakeFiles/opus.dir/silk/float/bwexpander_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/wrappers_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/main_FLP.h:31:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/autocorrelation_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/burg_modified_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 93%] Building C object CMakeFiles/opus.dir/silk/float/energy_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/bwexpander_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 94%] Building C object CMakeFiles/opus.dir/silk/float/inner_product_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/energy_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 94%] Building C object CMakeFiles/opus.dir/silk/float/k2a_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/inner_product_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
2 warnings generated.
[ 95%] Building C object CMakeFiles/opus.dir/silk/float/LPC_inv_pred_gain_FLP.c.o
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/k2a_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
[ 96%] Building C object CMakeFiles/opus.dir/silk/float/pitch_analysis_core_FLP.c.o
[ 97%] Building C object CMakeFiles/opus.dir/silk/float/scale_copy_vector_FLP.c.o
2 warnings generated.
[ 97%] Building C object CMakeFiles/opus.dir/silk/float/scale_vector_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/LPC_inv_pred_gain_FLP.c:33:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/pitch_analysis_core_FLP.c:35:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/scale_copy_vector_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 98%] Building C object CMakeFiles/opus.dir/silk/float/schur_FLP.c.o
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/scale_vector_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/schur_FLP.c:32:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
[ 99%] Building C object CMakeFiles/opus.dir/silk/float/sort_FLP.c.o
2 warnings generated.
2 warnings generated.
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/sort_FLP.c:37:
In file included from /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/silk/float/SigProc_FLP.h:32:
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:129:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
        #warning "Don't have the functions lrint() and lrintf ()."
         ^
/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/src/celt/float_cast.h:130:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
        #warning "Replacing these functions with a standard C cast."
         ^
2 warnings generated.
2 warnings generated.
2 warnings generated.
[100%] Linking C shared library libopus.so
[100%] Built target opus
opus/1.3.1: Package '8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af' built
opus/1.3.1: Build folder /home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/build/Release
opus/1.3.1: Generated conaninfo.txt
opus/1.3.1: Generated conanbuildinfo.txt
opus/1.3.1: Generating the package
opus/1.3.1: Package folder /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af
opus/1.3.1: Calling package()
opus/1.3.1: Copied 1 file: COPYING
opus/1.3.1: CMake command: cmake --install "/home/conan/.conan/data/opus/1.3.1/_/_/build/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/build/Release" --prefix "/home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af"
-- Install configuration: "Release"
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/lib/libopus.so
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/include/opus/opus.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/include/opus/opus_custom.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/include/opus/opus_defines.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/include/opus/opus_multistream.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/include/opus/opus_projection.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/include/opus/opus_types.h
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/lib/pkgconfig/opus.pc
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/lib/cmake/Opus/OpusTargets.cmake
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/lib/cmake/Opus/OpusTargets-release.cmake
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/lib/cmake/Opus/OpusConfig.cmake
-- Installing: /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/lib/cmake/Opus/OpusConfigVersion.cmake
opus/1.3.1 package(): Packaged 1 file: COPYING
opus/1.3.1 package(): Packaged 1 '.so' file: libopus.so
opus/1.3.1 package(): Packaged 6 '.h' files
opus/1.3.1: Package '8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af' created
opus/1.3.1: Created package revision 825a02c472977eb16d30da7ffb1e40d9

$ file /home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/lib/libopus.so
/home/conan/.conan/data/opus/1.3.1/_/_/package/8d8b497c24c7c0cc5f590e4d37ccbeb59285f1af/lib/libopus.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f59045d789357eb92df35fde85e194f780227f33, with debug_info, not stripped