[MDEV-31091] Fedora broken RPM repository on archive.mariadb.org for 10.4.24-28 Created: 2023-04-20 Updated: 2023-09-28 Resolved: 2023-09-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Repositories |
| Affects Version/s: | 10.4.24, 10.4.25, 10.4.26, 10.4.27, 10.4.28 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Robin Newhouse | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | installation, rpm, yum | ||
| Environment: |
Fedora 37 |
||
| Description |
|
There appears to be a broken repository on https://archive.mariadb.org/. When manually selecting the yum repository for versions 10.4.24-10.4.28, installing MariaDB Server fails with Downloading error(s): repodata/50a4af1d6779e8011267b3557b29e874e97cf7d83003df58a467be319c858fbf-updateinfo.xml.gz - Cannot download, all mirrors were already tried without success This is reproducible in a docker container with the following commands
|
| Comments |
| Comment by Robin Newhouse [ 2023-04-20 ] | ||||||||||||||
|
More specifically, it is missing the "*-updateinfo.xml.gz" file that is present in other repositories. | ||||||||||||||
| Comment by Daniel Black [ 2023-04-20 ] | ||||||||||||||
|
Well noticed robinnew, note old fedora mariadb versions probably won't work on newer Fedora version as in addition to boost, they will require an old openssl version. Recommend container based tests for a independence from OS using the verion as a tag mariadb:10.4.24. | ||||||||||||||
| Comment by Robin Newhouse [ 2023-04-20 ] | ||||||||||||||
|
Thanks @Daniel Black, I've encountered trouble with building older versions on newer distributions before, but it appears installing old versions from RPMs brings along the correct libraries (mostly), including OpenSSL 1.1. e.g., In Fedora 37, after installing MariaDB 10.4.22
This issue was found while working on some tests of upgrades between minor and major versions starting from 10.3. All of them installed correctly (after installing the correct boost library) and the server started without issue. That is except for the 10.4.24-28. | ||||||||||||||
| Comment by Daniel Bartholomew [ 2023-04-21 ] | ||||||||||||||
|
I went through and fixed several of the old fedora releases a few months ago, but these must have been missed. Thanks. I'll get them updated with correct metadata. | ||||||||||||||
| Comment by Daniel Black [ 2023-09-28 ] | ||||||||||||||
|
I checked. Its fixed.
|