Fix Debian:sid container env build#926
Closed
RazvanLiviuVarzaru wants to merge 1 commit intoMariaDB:devfrom
Closed
Fix Debian:sid container env build#926RazvanLiviuVarzaru wants to merge 1 commit intoMariaDB:devfrom
RazvanLiviuVarzaru wants to merge 1 commit intoMariaDB:devfrom
Conversation
This patch is a fix for the scheduled `SID` build & publish workflow: https://github.com/MariaDB/buildbot/actions/runs/22814064687/job/66253037585 ```bash E: Unable to satisfy dependencies. Reached two conflicting assignments: 1. libboost1.83-dev:amd64 is selected for install because: 1. libboost-system-dev:amd64=1.83.0.2+b2 is selected for install 2. libboost-system-dev:amd64 Depends libboost-system1.83-dev 3. libboost-system1.83-dev:amd64 Depends libboost1.83-dev (= 1.83.0-5+b2) 2. libboost1.83-dev:amd64 is available in version 1.83.0-5+b2 but none of the choices are installable: - libboost1.83-dev:amd64=1.83.0-5+b2 is not selected for install because: 1. libboost-dev:amd64 is selected for install 2. libboost-dev:amd64 Depends libboost1.90-dev 3. libboost1.90-dev:amd64 Conflicts libboost1.83-dev ``` `libboost` is now 1.90 in `SID`, `libboost-system-dev` is no longer a STUB and was not released as a package in 1.90. Trying to install it will generate conflicts with the other boost development packages.
5f9c223 to
fc2b4b6
Compare
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.
This patch is a fix for the scheduled
SIDbuild & publish workflow: https://github.com/MariaDB/buildbot/actions/runs/22814064687/job/66253037585libboostis now 1.90 inSID,libboost-system-devis no longer a STUB and was not released as a package in 1.90. Trying to install it will generate conflicts with the other boost development packages.