El 2/1/23 a las 9:28, Bernhard Schmidt escribió:
Control: tags -1 + moreinfo
Hi Santiago,
During a rebuild of all packages in bullseye, your package failed to build:
[...]
Note: I'm using the "patch" tag because there is an obvious fix > (indicated in
the subject).
That's an odd one. I cannot reproduce it in any version, because in all my
attempts (1.6.22-2 in a bullseye sbuild, in an sid sbuild, as well as in the
build logs of the official buildds for all of 1.6.22-2, 1.6.25-1 and 1.7.1-1)
tzdata is actually installed in the build environment, even without additional
build-dep.
tzdata is not really build essential, you should not install it in a chroot
used to build packages from scratch. It follows from this that if you want to
be sure that you don't miss build-dependencies, you should not accept
debootstrap defaults when creating a chroot, as it installs
several packages which are not build-essential.
To reproduce, try building the package in a chroot which does not contain
tzdata.
I can also give you ssh access to a machine where this is easily reproducible,
as I said in the bug report, but I trust that you should be able to create a
chroot without tzdata.
Thanks.