Simon Josefsson <[email protected]> writes: > I've been using Debian trixie live-build and it seems to work fine, but > I've had to re-discover some bugs and backport the fixes to my setup. > > I just tried latest git and got a complaint: > > E: The URL for --mirror-debian-installer must end with a /. > > I'm not using the --mirror-debian-installer parameter at all. I see the > error message was added recently. Does it handle the case where this is > not used and the string is presumably empty?
I changed all my URLs to add trailing / and the complaint disappeared.
Switching to the latest version in git triggered another error:
+ git -C /live-build log -1
commit 0724b2cc03974a4b5acb506625d92c312ca6c6c4
...
[2026-01-06 09:45:46] lb chroot_devpts install --debug --verbose
D: Reading configuration file config/common
D: Reading configuration file config/bootstrap
D: Reading configuration file config/chroot
D: Reading configuration file config/binary
D: Reading configuration file config/source
P: Begin mounting /dev/pts...
mount: /builds/debdistutils/tacos/live/chroot/dev/console: special device
/dev/console does not exist.
dmesg(1) may have more information after failed mount system call.
E: An unexpected failure occurred, exiting...
See pipeline here:
https://gitlab.com/debdistutils/tacos/live/-/jobs/12615979195
I tracked it down to the f74ace02de45966c436139fc267098333bb544ba commit
with an innocent commit message of just reformatting the code:
https://salsa.debian.org/live-team/live-build/-/commit/f74ace02de45966c436139fc267098333bb544ba
This pipeline works for the commit
78449b77a5b94480006d10bafb981fded6cce6de right before:
https://gitlab.com/debdistutils/tacos/live/-/jobs/12615971373
But fails on the commit after f74ace02de45966c436139fc267098333bb544ba:
https://gitlab.com/debdistutils/tacos/live/-/jobs/12615979195
+ git -C /live-build log -1
commit f74ace02de45966c436139fc267098333bb544ba
...
mount: /builds/debdistutils/tacos/live/chroot/dev/console: special device
/dev/console does not exist.
Any ideas?
/Simon
signature.asc
Description: PGP signature
