Your message dated Mon, 10 Feb 2025 00:04:42 +0000
with message-id <e1thhi2-00dawr...@fasolo.debian.org>
and subject line Bug#1089330: fixed in ftnchek 3.3.1-7
has caused the Debian Bug report #1089330,
regarding ftnchek: Supporting rootless builds by default
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1089330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ftnchek
Version: 3.3.1-6
Severity: important
Tags: ftbfs
Justification: FTBFS
X-Debbugs-Cc: ni...@thykier.net
User: ni...@thykier.net
Usertags: rrr-no-as-default-issue

Dear maintainer,

During a test rebuild for building packages with
`Rules-Requires-Root: no` as the default in `dpkg`,
ftnchek failed to rebuild.

Log Summary:
-------------------------------------------------------------------------------
[...]

+------------------------------------------------------------------------------+
| Build
                                                                       |
+------------------------------------------------------------------------------+


Unpack source
-------------

Format: 1.0
Source: ftnchek
Binary: ftnchek
Architecture: any
Version: 3.3.1-6
Maintainer: Mark Brown <broo...@debian.org>
Standards-Version: 4.5.1
Build-Depends: debhelper (>= 13), autotools-dev, groff-base, dpkg-dev
(>= 1.16.1)
Package-List:
 ftnchek deb devel extra arch=any
Checksums-Sha1:
 41ef07155bcbb384ff257b1e5e052cbb7635d620 1048638 ftnchek_3.3.1.orig.tar.gz
 d61193564d70851ca31cd34944f3cd53638e41c5 6135 ftnchek_3.3.1-6.diff.gz
Checksums-Sha256:
 d92212dc0316e4ae711f7480d59e16095c75e19aff6e0095db2209e7d31702d4
1048638 ftnchek_3.3.1.orig.tar.gz
 a7b710ba773f22bebad6ee1ac90c5426db5d6b4fde3c961cc4c20ed123182744 6135
ftnchek_3.3.1-6.diff.gz
Files:
 e1f4ce51ea1a85e7b080ab5d23013f97 1048638 ftnchek_3.3.1.orig.tar.gz
 6fd12e83d4dcb9707f8fd4b943368931 6135 ftnchek_3.3.1-6.diff.gz


gpgv: Signature made Fri Mar 18 01:15:50 2022 UTC
gpgv:                using RSA key ADE668AA675718B59FE29FEA24D68B725D5487D0
gpgv:                issuer "broo...@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./
ftnchek_3.3.1-6.dsc: no acceptable signature found
dpkg-source: info: extracting ftnchek in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking ftnchek_3.3.1.orig.tar.gz
dpkg-source: info: applying ftnchek_3.3.1-6.diff.gz
dpkg-source: info: upstream files that have been modified:  /
<<PKGBUILDDIR>>/ftnchek.el
 /<<PKGBUILDDIR>>/ftnchek.man
 /<<PKGBUILDDIR>>/make_blockmatch.pl

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ALL=C.UTF-8
LOGNAME=debusine-worker
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=debusine-worker

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package ftnchek
dpkg-buildpackage: info: source version 3.3.1-6
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Mark Brown <broo...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
test -f debian/rules
dh_clean
dh_clean: warning: Use of debian/compat is deprecated and will be
removed in debhelper (>= 14~).
rm -f build
if [ -f Makefile ]; then make distclean ; fi
mv debian/config.guess .
mv: cannot stat 'debian/config.guess': No such file or directory
make: [debian/rules:29: clean] Error 1 (ignored)
mv debian/config.sub .
mv: cannot stat 'debian/config.sub': No such file or directory
make: [debian/rules:30: clean] Error 1 (ignored)
rm -f `find . -name "*~"`
rm -f Makefile test/Makefile test/Compare.sh config.h
rm -f dcl2inc dcl2inc.awk
 debian/rules binary
test -f debian/rules
test root = "`whoami`"
make: *** [debian/rules:75: checkroot] Error 1
dpkg-buildpackage: error: debian/rules binary subprocess returned exit
status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-16T06:03:19Z

-------------------------------------------------------------------------------


The above is just how the build ends and not necessarily the most
relevant part. If required, the full build log is available here:

https://people.debian.org/~nthykier/rrr-no-as-default/logs/986845.gz

You can find common solutions at
https://people.debian.org/~nthykier/rrr-no-as-default/docs/solutions.md

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

If this package is listed in
https://people.debian.org/~nthykier/rrr-no-as-default/docs/static-
ownership.list,
then please just set `Rules-Requires-Root: binary-targets` to the source
stanza of `debian/control` as a fix to this bug.

If this package is listed in
https://people.debian.org/~nthykier/rrr-no-as-default/docs/maybe-
misbuilds.list,
then the package was deemed at risk for misbuilding (having wrong
ownership) but had a FTBFS problem we tested it. Please test whether the
package works with `Rules-Requires-Root: no` validating that the
resulting deb has the correct ownership for all paths in the deb.

The goal is to have the default changed in `dpkg` either in `Trixie` or
`Forky`, depending on progress and feasibility with the release schedule
for Trixie.

For more information on this bug filing, please see:
https://lists.debian.org/debian-dpkg/2024/11/msg00016.html

Thanks,


PS: The builds were performed in mid-November. If you fixed the problem
between between then and this bug being filed, then please just close
the bug with the version it was fixed in.

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: ftnchek
Source-Version: 3.3.1-7
Done: Mark Brown <broo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ftnchek, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1089...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Brown <broo...@debian.org> (supplier of updated ftnchek package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 09 Feb 2025 23:48:36 +0000
Source: ftnchek
Architecture: source
Version: 3.3.1-7
Distribution: unstable
Urgency: low
Maintainer: Mark Brown <broo...@debian.org>
Changed-By: Mark Brown <broo...@debian.org>
Closes: 1089330
Changes:
 ftnchek (3.3.1-7) unstable; urgency=low
 .
   * Build-Requires-Root (closes: #1089330).
Checksums-Sha1:
 6ec411c0f81b7406deb6ed56412edf990bf688f9 1354 ftnchek_3.3.1-7.dsc
 20a2194258bd83e3ef41fd44763bcd6100a42921 6194 ftnchek_3.3.1-7.diff.gz
Checksums-Sha256:
 1c10bd807b1de62e5218c49ef2a61f5e9d056524bbc1065367a2ccaad75e38fc 1354 
ftnchek_3.3.1-7.dsc
 5d355eff595f4b2934c7839c8f24ef59b7174863a36476f2e6cbd2c0f70192ac 6194 
ftnchek_3.3.1-7.diff.gz
Files:
 f45b0074284fe9749f05f6cc02315545 1354 devel extra ftnchek_3.3.1-7.dsc
 8dc476d016e734d0753bf257ba7fee4d 6194 devel extra ftnchek_3.3.1-7.diff.gz

-----BEGIN PGP SIGNATURE-----

iQFHBAEBCgAxFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmepP6YTHGJyb29uaWVA
ZGViaWFuLm9yZwAKCRAk1otyXVSH0EL/B/kB332IUgU1m9enTbiQ997DUNE6FIYR
VE7c4UUTIliNR5Chst1poIk3eOMPwhL9XagHOXvy2JOH9lfRSmHNibyzz5+y8c1N
dnHKPKamAq9pevn+bQSeONrEDwE+ZY9FnC6KBlUVLQRQPt/TlrsUm1WAl158g9CA
IGzTEJBwa+O5Ok4Y3rLu2B0yjI56OaOjICT9SBy3J92byIZKtH5nY/d2p8EDQz3/
LmuNaK44wIzdBj/sCgBVSC0X9W5bmUsHaV91siRBQ0URX2QMCih8osSaTAkqve8F
xn3K23Q/lIJwHH09ReyjnN60+xF5xUODlxRoxWwkQEgzA6nPV1Xm/y3y
=ALR1
-----END PGP SIGNATURE-----

Attachment: pgpAj2I2HaxBP.pgp
Description: PGP signature


--- End Message ---

Reply via email to