Uilian Ries

Results 351 comments of Uilian Ries

@TheClonerx You don't need to be familiarized with Conan 2.x, but the linter will block if some minimal imports are not in your recipe. If you take a look on...

@petamas Thank you for your PR! It seems like that recipe uses an old and prohibited pattern, you will need to move `ConanInvalidConfiguration` exception to `validation` method. Could you please...

Depends on https://github.com/conan-io/conan-center-index/pull/12190

@petamas Thank you for updating. I'll take a look. Maybe, some packages in Conan Center are outdated, based on the latest revision and we will need to regenerate them.

@petamas I did some changes which I hope work for this PR: https://github.com/petamas/conan-center-index/pull/1 (I only tested on Linux)

@hsuanguo Please, fill all details from the bug form. You skipped your Conan version, which is really important. Also, share your executed commands and full log if possible. Only this...

@hsuanguo could you please improve your log? Share all the output if possible.

It's working normally for me: ``` $ conan --version Conan version 1.51.1 $ conan install -r conancenter zlib/1.2.12@ -pr:b=default -pr:h=armv8 -c tools.android:ndk_path=/home/conan/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/ --build=zlib Configuration (profile_host): [settings] arch=armv8 arch_build=x86_64 build_type=Release compiler=clang...

@hsuanguo The test package is not prepared for your case, try the folder test_v1_package instead: conan create . 1.2.12@_/_ --profile:build=default --profile:host=../../profiles/android-armv8-clang9-api29_release.txt -c tools.android:ndk_path=/home/xuang/.conan/data/android-ndk/r21d/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/ -tf test_v1_package

@hsuanguo For all versions listed in the current config.yml, as that PR did change anything related to supported versions: https://github.com/conan-io/conan-center-index/blob/master/recipes/android-ndk/config.yml