El 20/10/24 a las 21:55, Chris Hofstaedtler escribió:
Well. If it fails only in pbuilder or schroot, then thats a valid
bug, but also not so interesting anymore.
I imagine the pbuilder env does not have /proc/mounts?
I imagine it has, but I don't think that having or not having /proc/mounts
is the reason for this package to fail randomly.
(I have the feeling that maybe you are trying to simplify this too much,
without taking in account all the available data).
I know for sure that Lucas Nussbaum uses sbuild with schroot and file-based
chroots, and AFAIK reproducible-builds use pbuilder.
So, if a bug which Lucas reported with version 1.136 also happened in
reproducible-builds with version 1.137 (same error message), my preliminary
conclusion is that the bug is still there, it happens randomly, and it may
happen with both methods of building.
In fact, the official buildds are moving to sbuild + unshare. For "buildability"
purposes, the main difference is that some packages which build ok with
sbuild + file backend may still fail with sbuild + unshare (for example,
those trying to access Internet), but I have yet to see a package which
builds ok with unshare but fails with sbuild + file-based chroot.
So, for all purposes (if we just look at the building method), any bug
reported by Lucas using his setup may happen in the buildds as well
(if that's your concern).
Thanks.