Source: rig
Version: 1.11-1.1
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`,
rig failed to rebuild.

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

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


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

Format: 3.0 (quilt)
Source: rig
Binary: rig
Architecture: any
Version: 1.11-1.1
Maintainer: Norbert Veber <nve...@debian.org>
Standards-Version: 3.8.0
Testsuite: autopkgtest
Testsuite-Triggers: dos2unix
Build-Depends: debhelper (>= 11)
Package-List:
 rig deb misc optional arch=any
Checksums-Sha1:
 53a26676c35ba0c1112e1906deebb33a41dd5e95 23112 rig_1.11.orig.tar.gz
 21f1237318ba0dd36c8199f0a6dbb9eeb5877268 2996 rig_1.11-1.1.debian.tar.xz
Checksums-Sha256:
 00bfc970d5c038c1e68bc356c6aa6f9a12995914b7d4fda69897622cb5b77ab8 23112
rig_1.11.orig.tar.gz
 88c177bd84aefe2bed1dac40aa6a0f1ee3a7e8b07a2fb93cb0dd1340787db8a7 2996
rig_1.11-1.1.debian.tar.xz
Files:
 ea11c93520cbb26671bccc35f130b8ce 23112 rig_1.11.orig.tar.gz
 c7f45c45a1794452f82fe4cdd7bc3523 2996 rig_1.11-1.1.debian.tar.xz


gpgv: Signature made Sun Jan 16 04:54:04 2022 UTC
gpgv:                using RSA key A36878F464108681600CB64844173FA13D058888
gpgv:                issuer "paul...@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./
rig_1.11-1.1.dsc: no acceptable signature found
dpkg-source: info: extracting rig in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking rig_1.11.orig.tar.gz
dpkg-source: info: unpacking rig_1.11-1.1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001_Makefile.patch
dpkg-source: info: applying 0002_rig.cc.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 rig
dpkg-buildpackage: info: source version 1.11-1.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Ying-Chun Liu (PaulLiu)
<paul...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   dh_auto_clean
        make -j16 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf *~ *.rej *.orig *.o rig rig.6
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
        make -j16 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
g++ -O2 -g rig.cc -o rig -Wall -DDATADIR="\"/usr/share/rig\""
sed s@DATADIR@"/usr/share/rig"@g < rig.6.in > rig.6
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_installdirs
   dh_auto_install --destdir=debian/rig/
        make -j16 install DESTDIR=/<<PKGBUILDDIR>>/debian/rig
AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
install -g 0 -m 755 -o 0 rig /<<PKGBUILDDIR>>/debian/rig/usr/bin
install: cannot change ownership of '/<<PKGBUILDDIR>>/debian/rig/usr/
bin/rig': Operation not permitted
make[1]: *** [Makefile:15: install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_install: error: make -j16 install DESTDIR=/<<PKGBUILDDIR>>/
debian/rig AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit
status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-18T10:43:48Z

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


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/1039180.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

Reply via email to