Source: falselogin Version: 0.3-4.2 Severity: important Tags: ftbfs Justification: FTBFS X-Debbugs-Cc: [email protected] User: [email protected] 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`,
falselogin failed to rebuild.
Log Summary:
-------------------------------------------------------------------------------
[...]
+------------------------------------------------------------------------------+
| Build
|
+------------------------------------------------------------------------------+
Unpack source
-------------
Format: 3.0 (quilt)
Source: falselogin
Binary: falselogin
Architecture: any
Version: 0.3-4.2
Maintainer: Kevin Zambrano <[email protected]>
Standards-Version: 3.8.0
Build-Depends: debhelper-compat (= 13), publib-dev (>= 0.38-2)
Package-List:
falselogin deb utils optional arch=any
Checksums-Sha1:
7a887d9442d2cb711a3fecdc0e54802794c1a7ce 3361 falselogin_0.3.orig.tar.gz
e894af91adb30a3e009c22226a078d5f4dc31b92 5912
falselogin_0.3-4.2.debian.tar.xz
Checksums-Sha256:
88a07ebf79c0f64949a2792ae78a84bf45e1eea4a93c96c38b0bc7257594c9f8 3361
falselogin_0.3.orig.tar.gz
f4eec0cf62f1fa1f748e38726c024e41f54abf4485914a35ff0e3e39b13a5fad 5912
falselogin_0.3-4.2.debian.tar.xz
Files:
f3d02bc2fd835018ac7b2a7c0cf7ef57 3361 falselogin_0.3.orig.tar.gz
88cbb34ed2c43e0c9bbf400e45aae372 5912 falselogin_0.3-4.2.debian.tar.xz
gpgv: Signature made Sun Apr 7 17:20:25 2024 UTC
gpgv: using RSA key 406220C8B8552802378CCE411F5C7A8B45564314
gpgv: issuer "[email protected]"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./
falselogin_0.3-4.2.dsc: no acceptable signature found
dpkg-source: info: extracting falselogin in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking falselogin_0.3.orig.tar.gz
dpkg-source: info: unpacking falselogin_0.3-4.2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying debian.patch
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 falselogin
dpkg-buildpackage: info: source version 0.3-4.2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Bastian Germann <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
/usr/bin/make clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o falselogin
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh_testdir
dh_auto_build -- C_ARGS="-W -Wall -g -O2"
make -j4 "INSTALL=install --strip-program=true" "C_ARGS=-W -Wall -g -O2"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -W -Wall -g -O2 -c falselogin.c
falselogin.c:198:21: warning: argument 1 of type ‘char[50]’ with
mismatched bound [-Warray-parameter=]
198 | int countMail (char userName[MAXLEN_USERNAME]) {
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
falselogin.c:40:21: note: previously declared as ‘char[]’
40 | int countMail (char userName[]);
| ~~~~~^~~~~~~~~~
gcc -o falselogin falselogin.o -lpub
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
touch build-stamp
dh_testdir
dh_testroot
dh_prep
dh_installdirs
/usr/bin/make install DESTDIR=/<<PKGBUILDDIR>>/debian/falselogin
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/install -D -o root -g root -m 0755 falselogin /<<PKGBUILDDIR>>/
debian/falselogin/usr/bin/falselogin
/usr/bin/install: cannot change ownership of '/<<PKGBUILDDIR>>/debian/
falselogin/usr/bin/falselogin': Operation not permitted
make[1]: *** [Makefile:9: install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:35: install] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit
status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-16T02:57:59Z
-------------------------------------------------------------------------------
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/983116.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.
OpenPGP_signature.asc
Description: OpenPGP digital signature

