>>>>> "Johannes" == Johannes Schauer Marin Rodrigues <[email protected]> writes:
Johannes> Hi,
Johannes> our CI runs for the DPKG_ROOT tests failed today because
Johannes> pam FTBFS. I rebuilt pam locally in a fresh sbuild chroot
Johannes> without any modifications and arrived at the same build
Johannes> failure. I attached the log. I also put the error message
Johannes> at the end of this mail. Some investigation suggests that
Johannes> for some reason PAM_USERTYPE_UIDMIN is set to the empty
Johannes> string by configure. Also interestingly I was not able to
Johannes> reproduce this problem by building the package outside of
Johannes> a chroot nor when building it under mmdebstrap. The
Johannes> problem only shows when building it inside an sbuild
Johannes> chroot. I thus suspect that it will also FTBFS on the
Johannes> buildds and mark this bug as serious.
I did initial investigation of the source, and there's nothing odd going
on there with the configure script.
So, this one is going to be strange and probably isn't pam's fault.
I think the bug is appropriate, but it wouldn't surprise me if the fix
is somewhere other than pam, because the configure script looks quite
normal.
I just wanted to write and confirm that source inspection doesn't show
anything obvious.
I don't have sbuild set up locally (I moved to debspawn a few months
ago), but I'll go do that and try to reproduce.