-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ffmpeg: fix missing glibc symbols on newer systems #20277
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/ffmpeg//'. 👋 @MartinDelille you might be interested. 😉 |
I detected other pull requests that are modifying ffmpeg/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit cb30cbdffmpeg/4.4.3@#baa27413ea5e124d81b11139081fe300
ffmpeg/5.0.3@#2aa3fe58a88f4df59ccc30b58b790cdb
ffmpeg/6.0@#32cedb4df76fd1af6a8d10f331694f1e
ffmpeg/5.1@#2aae8733196d1976d631c2c392d67b53
ffmpeg/4.4@#600e8f146920686035c7534e5a53878e
ffmpeg/4.2.1@#a7121b8a4f2e4a33f95414363dd15697
ffmpeg/5.1.3@#03eb856e1fc850de109d0a203715d524
ffmpeg/5.0@#dabc62db69d8a211eb9057ec430d4b01
ffmpeg/4.3.2@#0ee0ec46a194bd34b1bb99ac85c9642d
ffmpeg/4.4.4@#9ac8b6c9635d007a6db2f2de40ad567f
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The glibc issue has been fixed in the ffmpeg dependencies and ffmpeg now simply needs to be rebuilt and published with the newer versions of the deps. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 284fb1effmpeg/5.0.3@#df8efc5ebe1781d297f3eab05e4e0278
ffmpeg/4.4.4@#ab3419c80a51f60065169dd25de5cbdd
ffmpeg/6.0@#617a76936de8a1e023a403f749997832
ffmpeg/5.1.3@#1fad0e2a94072e52fb95d4bdd0008a25
ffmpeg/5.1@#81a163b257644ff9f82ef12602c0dbc3
ffmpeg/5.0@#b8afcf20b62250eb5d41aae4fbb9ee7f
ffmpeg/4.4@#cfcbd188ba0ec3d2b169df9ecc8934c6
ffmpeg/4.4.3@#dfee8a49ccb5f4b9fce9c02ff2240bbe
ffmpeg/4.2.1@#137aeb20c7ce65415816cd3b63c697cf
ffmpeg/4.3.2@#9474b54d85517440676790e7f18fc48c
|
Conan v1 pipeline ✔️All green in build 11 (
Conan v2 pipeline ✔️
All green in build 6 (
|
There are more updates in the meanwhile |
Closing in favour of #21088 to avoid recompiling twice :) |
Related to conan-io/hooks#508
Applying the hook temporarily as a part of the package to validate that the fix for the glibc issue works.
A full list of packages affected by removed glibc symbols can be found here:
https://gist.github.com/valgur/4fec44c680d3df6401495dc8be4642d2
Depends on: