Deps update 09.2026 - #6477
Draft
mdabek-nvidia wants to merge 7 commits into
Draft
Conversation
…commit as boost-1.89.0, no code change) Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Collaborator
|
CI MESSAGE: [66972887]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [66973146]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [66973864]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [66975933]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [66975972]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [66979801]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [66984566]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [66975972]: BUILD FAILED |
Collaborator
|
CI MESSAGE: [66975933]: BUILD FAILED |
Collaborator
|
CI MESSAGE: [66979801]: BUILD FAILED |
Collaborator
|
CI MESSAGE: [66984566]: BUILD FAILED |
The FFmpeg update to n9.0.1 bumped SONAME major versions for
libavformat (62->63), libavcodec (62->63), libavfilter (11->12),
libavutil (60->61), and libswscale (9->10). bundle-wheel.sh's
DEPS_LIST still referenced the old sonames, so those libraries were
silently skipped during bundling ('Didn't find ..., skipping') while
the built extension still linked against the new sonames, causing
wheel validation to fail with 'should be bundled in whl or removed
from the dynamic link dependency'.
Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Collaborator
|
CI MESSAGE: [67196205]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [67196205]: BUILD FAILED |
This reverts commit 9910449.
Collaborator
|
CI MESSAGE: [67323326]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [67323326]: BUILD PASSED |
The previous baseline (ef50300, '0.16.0 with a patch') pinned a single upstream commit past the v0.16.0 tag to pick up a missing cstdint include fix (CVCUDA/CV-CUDA#290). v0.17.0 is a proper tagged release and a descendant of that commit, so it supersedes it cleanly with no patch tracking needed. Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Collaborator
|
CI MESSAGE: [67365147]: BUILD STARTED |
Collaborator
|
CI MESSAGE: [67365147]: BUILD FAILED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Category:
Other (Configuration)
Description:
Dependencies update:
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs:
JIRA TASK: DALI-4884