Discussion:
Weekly testing is same as a week ago, it seems
(too old to reply)
Daniel Lewart
2023-02-07 07:30:01 UTC
Permalink
Mike, et al,
Hi all,
I did these compares...
cmp deb\ testing-2023-01-23/debian-testing-amd64-BD-1.jigdo deb\ testing-2023-01-30/debian-testing-amd64-BD-1.jigdo
cmp deb\ testing-2023-01-23/debian-testing-source-BD-1.jigdo deb\ testing-2023-01-30/debian-testing-source-BD-1.jigdo
cmp deb\ testing-2023-01-23/debian-testing-i386-BD-1.jigdo deb\ testing-2023-01-30/debian-testing-i386-BD-1.jigdo
and they came back identical. It seems last week may be the same as this week.
-Mike
Confirmed. And the 2023-02-06 builds failed too. E.g.:
https://cdimage.debian.org/cdimage/weekly-builds/amd64/

All six failed build logfiles end (prematurely) with:
read_file '.disk/base_components' - open: No such file or
directory at /home/debian-cd/build.bookworm/debian-cd/tools/make_disc_trees.pl
line 904.
make[1]: *** [Makefile:487: image-trees] Error 2
make[1]: Leaving directory
'/srv/cdbuilder.debian.org/git/setup/bookworm/debian-cd'

These errors were generated by debian-cd's tools/make_disc_trees.pl:
903 my $base_components = ".disk/base_components";
904 my @components = read_file($base_components);

Many fixes and improvements were made to the debian-cd package in Jan 2023.

That's as much as I can figure out.

Daniel Lewart
Urbana, Illinois
Cyril Brulebois
2023-02-07 11:00:01 UTC
Permalink
Hi,
Post by Daniel Lewart
https://cdimage.debian.org/cdimage/weekly-builds/amd64/
read_file '.disk/base_components' - open: No such file or
directory at /home/debian-cd/build.bookworm/debian-cd/tools/make_disc_trees.pl
line 904.
make[1]: *** [Makefile:487: image-trees] Error 2
make[1]: Leaving directory
'/srv/cdbuilder.debian.org/git/setup/bookworm/debian-cd'
903 my $base_components = ".disk/base_components";
Many fixes and improvements were made to the debian-cd package in Jan 2023.
Sorry for the breakage, and thanks for prodding.

I've indeed worked a lot on the netinst, and it looks like I might have
broken other kinds of images in the process, my apologies. It's probably
as easy as making that “else” part conditional (only tweaking that file
if it exists), but since I'm not familiar with other kinds of images,
I'll let Steve comment on whether that's (1) expected and (2) the best
way to fix this issue. I wouldn't want to paper over a possible bug



Cheers,
--
Cyril Brulebois (***@debian.org) <https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant
Steve McIntyre
2023-02-09 01:50:01 UTC
Permalink
Post by Cyril Brulebois
Sorry for the breakage, and thanks for prodding.
I've indeed worked a lot on the netinst, and it looks like I might have
broken other kinds of images in the process, my apologies. It's probably
as easy as making that “else” part conditional (only tweaking that file
if it exists), but since I'm not familiar with other kinds of images,
I'll let Steve comment on whether that's (1) expected and (2) the best
way to fix this issue. I wouldn't want to paper over a possible bug…
That's exactly the fix I just came up with independently, so I've just
pushed it now.
--
Steve McIntyre, Cambridge, UK. ***@einval.com
"Yes, of course duct tape works in a near-vacuum. Duct tape works
anywhere. Duct tape is magic and should be worshipped."
-― Andy Weir, "The Martian"
Loading...