Closed bennyhuo closed 1 year ago
The msys2 pack I used can be downloaded here: https://drive.bennyhuo.com/api/raw/?path=/imooc/C/msys64.rar
Hi @bennyhuo
Thanks for your report.
This might not be a Conan bug, but could be an issue with the ConanCenter recipe, not prepared to build for msys2. If it is a recipe issue, better move it to the conan-center-index
.
Lets try to isolate something that is minimal to reproduce:
msys2/cci.latest
package, you can add it to your profile tool_requires
, and forget about all the other configurations. I would try the setup first with some very simple recipe, like conan new cmake_lib -d name=pkg -d version=0.1
+ conan create . -pr=myprofile
. Also, some information if your existing profile already works for other packages would be relevant.conan install --requires=openssl/3.1.0 --build=openssl* -pr=myprofile
, no need for conanfile.txt or the likeThen, most likely we should move it to the ConanCenter repo.
OK, Thank you.
Environment details
Steps to reproduce
conanfile.txt:
conan2 profile named 'mingw64':
run command in the project folder:
Logs