[MDEV-27458] MariaDB 10.6.4 Installation error Created: 2022-01-10 Updated: 2022-10-26 Resolved: 2022-10-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Debian |
| Affects Version/s: | 10.5, 10.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | itay p | Assignee: | Otto Kekäläinen |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu server 20.04 LTS Vanilla |
||
| Issue Links: |
|
||||||||
| Description |
|
Hello, Steps: run: Error: *The following packages have unmet dependencies: Again, this is a fresh ISO installation.. why did this fail? When running apt-get install mariadb-server it works fine, but installs 10.6.5 and 10.6.4 is required. |
| Comments |
| Comment by Elena Stepanova [ 2022-01-10 ] | ||||||||||||||||||||||||||||||||||
|
Does it work if you do
– that is, mariadb-server-10.6 instead of mariadb-server? | ||||||||||||||||||||||||||||||||||
| Comment by itay p [ 2022-01-10 ] | ||||||||||||||||||||||||||||||||||
|
Thanks for the suggestion, The following packages have unmet dependencies: | ||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2022-01-10 ] | ||||||||||||||||||||||||||||||||||
|
Indeed, it has to go one level further
The last 3 aren't strictly needed, it's just so everything ends up being 10.6.4
| ||||||||||||||||||||||||||||||||||
| Comment by itay p [ 2022-01-10 ] | ||||||||||||||||||||||||||||||||||
|
The above works! thanks for this workaround. | ||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2022-04-12 ] | ||||||||||||||||||||||||||||||||||
|
Nothing seemly obvious is the debian/control file changes. I can't quite see the cause of the state. I'd expect more watchers on the bug if it occurred more frequently. | ||||||||||||||||||||||||||||||||||
| Comment by Otto Kekäläinen [ 2022-10-24 ] | ||||||||||||||||||||||||||||||||||
|
I believe this is a duplicate of MDEV-28640. The root cause here is that due to previous uring issue the Salsa-CI step that upgrades MariaDB.org 10.6.N to 10.6.N+1 was ignored. Now I re-enabled it and this is clearly visible. Both this and MDEV-28640 are assigned to me, I will try to fix them. This issue only affects MariaDB.org 10.6 package upgrades, not Debian MariaDB 10.6, which are fully green on Salsa-CI and had zero CI detectable bugs at the moment. |