From: kibi@debian.org
Hi Aaron,
Aaron Goulding (2025-08-20):
> Hi all! I'm running into an issue with a custom package I'm building
> for D-I that works correctly on Bullseye and Bookworm, but not on
> Trixie.
There are not a lot of details in your message. This seems to be about a
custom udeb package (which seems to be bzpartrep), but later you're
talking about about modifying debian/changelog, so I'm not sure whether
you're *also* building a custom debian-installer package.
> The very short version is the package replaces partman with some
> hard-coded custom partitioning automation that was needed for our
> environment. While this is certainly a terrible hack that I eventually
> hope to replace with proper updates to partman, it's worked well so
> far.
>
> With that history out of the way, here's what I'm seeing in the logs:
The line wrapping makes those really hard to read through (or copy/paste
elsewhere for side-by-side diffing). :(
> For a successful install on Bookworm:
> Aug 11 18:57:20 main-menu[582]: INFO: Menu item 'choose-mirror' selected
> Aug 11 18:57:20 anna-install: Queueing udeb apt-mirror-setup for later
> installation
> Aug 11 18:57:20 choose-mirror[2977]: DEBUG: command: wget --no-verbose
> http:///deb.debian.org/debian/dists/
ldstable/Release
> -O - | grep -E '^(Suite|Codename|Architectures):'
> Aug 11 18:57:20 choose-mirror[2977]: DEBUG: command: wget --no-verbose
> http:///deb.debian.org/d
ebian/dists/stable/Release
> -O - | grep -E '^(Suite|Codename|Architectures):'
> Aug 11 18:57:20 choose-mirror[2977]: DEBUG: command: wget --no-verbose
> http:///deb.debian.org/d
ebian/dists/testing/Release
> -O - | grep -E '^(Suite|Codename|Architectures):'
> Aug 11 18:57:20 choose-mirror[2977]: DEBUG: command: wget --no-verbose
> http:///deb.debian.org/debian/dists/
nstable/Release
> -O - | grep -E '^(Suite|Codename|Architectures):'
> Aug 11 18:57:20 choose-mirror[2977]: INFO: mirror does not have any
> suite symlinks
> Aug 11 18:57:20 choose-mirror[2977]: DEBUG: command: wget --no-verbose
> http:///deb.debian.org/debian/dists/
ookworm/Release
> -O - | grep -E '^(Suite|Codename|Architectures):'
> Aug 11 18:57:20 choose-mirror[2977]: DEBUG: command: wget --no-verbose
> http:///deb.debian.org/debian/dists/
ldstable/Release
> -O - | grep -E '^(Suite|Codename|Architectures):'
> Aug 11 18:57:20 choose-mirror[2977]: INFO: suite/codename set to:
> bookworm/bookworm
That's what we'd expect at this point, yes.
> Aug 11 18:57:20 choose-mirror[2977]: DEBUG: command: wget --no-verbose
> http:///deb.debian.org/debian/dists/
ookworm/main/binary-amd64/Release
> -O - | grep ^Architecture:
> Aug 11 18:57:20 anna-install: Queueing udeb bookworm-support for later
> installation
> Aug 11 18:57:20 main-menu[582]: (process:2970):
> http:///deb.debian.org/debian/dists/
ldstable/Release:
> Aug 11 18:57:20 main-menu[582]: (process:2970): 2025-08-11 18:57:20
> ERROR 404: Not Found.
> Aug 11 18:57:20 main-menu[582]: (process:2970):
> http:///deb.debian.org/d
ebian/dists/stable/Release:
> Aug 11 18:57:20 main-menu[582]: (process:2970): 2025-08-11 18:57:20
> ERROR 404: Not Found.
> Aug 11 18:57:20 main-menu[582]: (process:2970):
> http:///deb.debian.org/debian/dists/
esting/Release:
> Aug 11 18:57:20 main-menu[582]: (process:2970): 2025-08-11 18:57:20
> ERROR 404: Not Found.
> Aug 11 18:57:20 main-menu[582]: (process:2970):
> http:///deb.debian.org/debian/dists/
nstable/Release:
> Aug 11 18:57:20 main-menu[582]: (process:2970): 2025-08-11 18:57:20
> ERROR 404: Not Found.
> Aug 11 18:57:20 main-menu[582]: (process:2970): 2025-08-11 18:57:20
> URL:http:///deb.debian.org/debian/di
ts/bookworm/Release
> [149265/149265] -> "-" [1]
> Aug 11 18:57:20 main-menu[582]: (process:2970):
> http:///deb.debian.org/debian/dists/
ldstable/Release:
> Aug 11 18:57:20 main-menu[582]: (process:2970): 2025-08-11 18:57:20
> ERROR 404: Not Found.
> Aug 11 18:57:20 main-menu[582]: (process:2970): 2025-08-11 18:57:20
> URL:http:///deb.debian.org/debian/di
ts/bookworm/main/binary-amd64/Release
> [120/120] -> "-" [1]
> Aug 11 18:57:20 main-menu[582]: INFO: Falling back to the package
> description for brltty-udeb
> Aug 11 18:57:20 main-menu[582]: INFO: Falling back to the package
> description for bzpartrep
> Aug 11 18:57:20 main-menu[582]: INFO: Falling back to the package
> description for brltty-udeb
> Aug 11 18:57:20 main-menu[582]: INFO: Menu item 'download-installer'
selected
> Aug 11 18:57:20 net-retriever: regular: dists/bookworm/Release
> /tmp/net-retriever-3027-Release
And that's consistent.
> Aug 11 18:57:20 anna[3025]: 2025-08-11 18:57:20
> URL:http:///deb.debian.org/debian/di
ts/bookworm/Release
> [149265/149265] -> "/tmp/_fetch-url_net-retriever-3027-Release.3032"
> [1]
> Aug 11 18:57:20 net-retriever: regular: dists/bookworm/Release.gpg
> /tmp/net-retriever-3027-Release.gpg
> Aug 11 18:57:20 anna[3025]: 2025-08-11 18:57:20
> URL:http:///deb.debian.org/debian/di
ts/bookworm/Release.gpg
> [1760/1760] -> "/tmp/_fetch-url_net-retriever-3027-Release.gpg.3043"
> [1]
>
> For an unsuccessful install on Trixie:
> Aug 11 22:50:46 main-menu[690]: INFO: Menu item 'choose-mirror' selected
> Aug 11 22:50:46 anna-install: Queueing udeb apt-mirror-setup for later
> installation
> Aug 11 22:50:46 choose-mirror[3120]: DEBUG: command: wget --no-verbose
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|