Open koloshmet opened 3 years ago
Not sure what can be happening but doesn't look like a Conan issue. I found this: https://github.com/Homebrew/homebrew-core/issues/44579 might it be related?
@lasote Yes, you're right, it solved errors for boost, thank you. But openssl still fails with unknown make errors :c
Let's move this issue to the conan-center-index repository to see if someone from the community can help as it looks it is not a conan client
issue but probably the recipe of some packages.
Hi, @koloshmet! This is a configuration we are not currently building in our CI, so it is possible that some recipes fail if you try to build them.
We would be pleased if you can investigate those errors a little bit and contribute the required patches to the build-system yourself, all of us will be happy to help you with the pull-request process. This way, you also ensures that this issue will be taken into account.
If not, try to open a dedicated issue for each library you are trying to build, with the logs and the profiles so we can reproduce the scenario. Someone might take the issue and provide the fix, but we cannot guarantee it, besides some really common configurations and big libraries, this repository is mostly community-driven.
I'm changing the title of this issue to refer to openssl
, the more specific the better.
Errors
I'm trying to install boost/1.76.0 (same behaviour with other versions) via conan and having errors like this:
Also when i'm trying to install openssl/1.1.1k it prints
My profile file
Gcc + Xcode + Big Sur
I'm using gcc 11.2 with Big Sur for a long time and it always compiles system headers fine, so it doesn't look like the root of problem. Also it works fine with conan and many other libs (like abeseil, fmt, etc)
Main question
What is going wrong?