[MDEV-32285] Malformed package in Ubuntu 22 Repository Fails to Install Created: 2023-09-29 Updated: 2023-10-12 Resolved: 2023-10-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hillman | Assignee: | Faustin Lammler |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 22.04.3 LTS |
||
| Description |
|
The mariadb-server package currently at the Ubuntu 22 repository is malformed such that installation immediately fails with the following error message:
This is a clean system, with no mariadb or mysql packages installed.
Expected behavior: |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2023-09-29 ] | |||
|
I was able to properly install MariaDB on an ubuntu 22.04 docker image by running the following steps:
Then inside the container:
Can you provide a set of steps that you took to reproduce this problem? I've also tried the mariadb repositories from here (https://mariadb.org/download/?t=repo-config&d=22.04+%22jammy%22&v=10.6&r_m=xtom_tal) and got the same result. | |||
| Comment by David Hillman [ 2023-09-30 ] | |||
|
As I described, all I did was issue "apt install mariadb-server" on a clean, physical 22.04.3 LTS system. | |||
| Comment by Faustin Lammler [ 2023-10-03 ] | |||
|
Hi David! I too am not able to reproduce the issue and from your log I see that you does not seem to be using MariaDB repositories (version 10.6.15) but Ubuntu repositories (version 10.6.12). In the later case, the correct place to report error is Ubuntu launchpad platform (https://help.ubuntu.com/community/Launchpad). So, unless you can give us more context and confirm what your steps are, we will not be able to help you. Regards, |