Commit 5f9c223
committed
Fix Debian:sid container env build
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.1 parent ee26e1f commit 5f9c223
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| 98 | + | |
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
| |||
0 commit comments