Bug#1133272: in package dpkg marked as pending
Martin-Éric Racine <[email protected]> Sun, 12 Apr 2026 07:54:01 +0300
| Newsgroups | gmane.linux.debian.devel.dpkg.bugs |
|---|---|
| Message-ID | <CAPZXPQdt=t8b-CLfCDnAMq=6ANA2uj_d6D6uYP92exE-R21qwA@mail.gmail.com> |
la 11.4.2026 klo 22.07 Guillem Jover ([email protected]) kirjoitti: > > Control: tag 1133272 pending > > Hi! > > Bug #1133272 in package dpkg reported by you has been fixed in > the dpkg/dpkg.git Git repository. You can see the changelog below, and > you can check the diff of the fix at: > > https://git.dpkg.org/cgit/dpkg/dpkg.git/diff/?id=006112209 > > --- > man: Document that getconf(1) must not be used for LFS support > > This interface does not support cross-building, and dpkg-buildflags > already has native support to support LFS. > > Closes: #1133272 Thanks. I'm not sure that the above really helps. All it says is not to call getconf for LFS_CFLAGS or LFS_LDFLAGS. It doesn't tell what's the proper way of setting them via dpkg-buildflags. What is does say is that using 'abi=+lfs' will append '-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' to CPPFLAGS, which clearly isn't the same thing. It might indeed accomplish the same result, but that really isn't clear in the manual page. Martin-Éric Martin-Éric