-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] FFMPEG fails to build ( Openssl error) #17384
Comments
Hi @SOLDATO2 Thanks for your report I am having a look. The package that is failing to build is
I needed to use the But overall, it seems it worked. It would be great to have some docker image in which we could reproduce the issue, it seems it could be something specific to the distro. |
here's a docker imanaged to get working, It's getting the same error.
|
Hi @SOLDATO2 Thanks for your docker file, that will help. I am trying to reproduce with it, but I am finding some network blocking:
likely corporate firewall, I'll try to workaround it. |
I have been able to reproduce, just some minor modifications to the dockerfile to make it work:
The last line is commented so I can test it inside the container and check things, but it reproduces the error. |
Describe the bug
I am able to sucessfully build the same project on windows with msvc, however I'm currently getting a build error in an arch based linux system.
Here's a complete log
OS specs:
Conan version: 2.7.1
Linux: Linux 6.10.13-3-MANJARO
OS: Manjaro Linux x86_64
GCC: gcc (GCC) 14.2.1 20240910
Here's the project I'm trying to build on linux.
How to reproduce it
conan install . --build=missing
The text was updated successfully, but these errors were encountered: