[MDBF-637] missing debuginfo packages due to reprepro Created: 2024-01-16 Updated: 2024-01-25 |
|
| Status: | Open |
| Project: | MariaDB Foundation Development |
| Component/s: | Buildbot |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Daniel Black | Assignee: | Faustin Lammler |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
So dbgsym packages aren't being saved. Same as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730572 - supported in reprepro-5.4.0 however Ubuntu still on 5.3. {0,1}[https://packages.ubuntu.com/search?keywords=reprepro|ref]. See also: https://askubuntu.com/questions/1217459/how-to-serve-ddeb-files-with-reprepro#1223342 |
| Comments |
| Comment by Faustin Lammler [ 2024-01-17 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
To be tested but we could use the version from https://packages.debian.org/experimental/reprepro.
| ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Faustin Lammler [ 2024-01-17 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
So, this would only work for recent OS (libc above 2.34 apparently), see https://github.com/MariaDB/buildbot/pull/276. | ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2024-01-17 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
ignoring libc-2.34 isn't sufficient apparently
Also - missing s390x package http://ftp.debian.org/debian/pool/main/r/reprepro/
see prev comment | ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Faustin Lammler [ 2024-01-18 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
Temporary fix for 22.04 (except s390x) ready in https://github.com/MariaDB/buildbot/pull/276. | ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Bartholomew [ 2024-01-18 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
For our Debian and Ubuntu repositories I use a patched version of reprepro that adds support for multiple versions and Ubuntu's .ddeb packages. Here's the README for how I compiled it: https://gist.github.com/dbart/0ba0f991e9b86d472e28e02998fce835 | ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Faustin Lammler [ 2024-01-24 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
temporary fix in https://github.com/MariaDB/buildbot/pull/287. I'll see with vlad when it can reach prod. Results are in: | ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2024-01-25 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Faustin Lammler [ 2024-01-25 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
Good! Let's wait for the release and test this after it. |