[MDEV-28500] Hashicorp: Debian packaging is broken Created: 2022-05-07 Updated: 2023-11-27 Resolved: 2022-05-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform Debian, Plugins |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.9.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Julius Goryavsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Cloned | ||
| Issue Links: |
|
||||||||||||
| Description |
|
After recent rebases, two problems have appeared with hashicorp debian packaging. First, it makes the whole debian build fail, see for example
It started failing because the packages are now built with --fail-missing. Second, if the problem above is solved and the packages get built, the hashicorp plugin package cannot be installed, see e.g.
It happens because mariadb-plugin-hashicorp-key-management depends on mariadb-server-10.9, while in the new Debian packaging it should be mariadb-server. Something like this should do the trick, I suppose (subject to checking by someone who knows something about Debian packaging):
|
| Comments |
| Comment by Daniel Black [ 2022-05-10 ] | ||||||||||||||||||||
|
Good. Did one last amendment pushed to bb-10.9-
| ||||||||||||||||||||
| Comment by Julius Goryavsky [ 2022-05-10 ] | ||||||||||||||||||||
|
Fixed, https://github.com/MariaDB/server/commit/404984980feeb4d9d4906cbd166f38d163b096d2 |