Source: util-linux Version: 2.40.2-1 Tags: patch ftbfs User: [email protected] Usertags: rebootstrap
Hi Chris, I am slowly catching up with fallout from the gcc vs linux disagreement breaking rebootstrap and util-linux also regressed a while back. The lastlog2 integration is not built in stage1 and thus stage1 now FTBFS. I don't think we need these components for stage1 and disabling them fixes the build. I'm attaching a patch for your convenience. Helmut
diff --minimal -Nru util-linux-2.40.2/debian/changelog util-linux-2.40.2/debian/changelog --- util-linux-2.40.2/debian/changelog 2024-07-06 15:57:30.000000000 +0200 +++ util-linux-2.40.2/debian/changelog 2024-08-05 11:02:44.000000000 +0200 @@ -1,3 +1,10 @@ +util-linux (2.40.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop lastlog2 and libpam-lastlog2 from stage1 build. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Mon, 05 Aug 2024 11:02:44 +0200 + util-linux (2.40.2-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru util-linux-2.40.2/debian/control util-linux-2.40.2/debian/control --- util-linux-2.40.2/debian/control 2024-07-06 15:57:30.000000000 +0200 +++ util-linux-2.40.2/debian/control 2024-08-04 22:19:42.000000000 +0200 @@ -492,6 +492,7 @@ Package: libpam-lastlog2 Architecture: any +Build-Profiles: <!stage1> Priority: optional Section: admin Depends: @@ -504,6 +505,7 @@ Package: lastlog2 Architecture: any +Build-Profiles: <!stage1> Priority: optional Recommends: libpam-lastlog2

