Your message dated Wed, 01 Jan 2025 23:35:02 +0000 with message-id <e1tt8ew-00dqfp...@fasolo.debian.org> and subject line Bug#1089483: fixed in xringd 1.20-29 has caused the Debian Bug report #1089483, regarding xringd: 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.) -- 1089483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089483 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: xringd Version: 1.20-27.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`, xringd failed to rebuild. Log Summary: ------------------------------------------------------------------------------- [...] +------------------------------------------------------------------------------+ | Build | +------------------------------------------------------------------------------+ Unpack source ------------- Format: 3.0 (quilt) Source: xringd Binary: xringd Architecture: any Version: 1.20-27.1 Maintainer: Steve Kowalik <stev...@debian.org> Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9) Package-List: xringd deb comm extra arch=any Checksums-Sha1: 8855851ce9b14718417386d8b777419796514e29 31787 xringd_1.20.orig.tar.gz 3b965581e0f1f15e4a8ba62745593b423f04317d 12024 xringd_1.20-27.1.debian.tar.xz Checksums-Sha256: 3ecfa6fa8b871b6d92168370fdfab1bf48a90ddbf10a738f384def3b07a1b77f 31787 xringd_1.20.orig.tar.gz 45a6b95ffa89374bc8980f68647146efa6dc932dc2e3c6b68d781c6f1386eb81 12024 xringd_1.20-27.1.debian.tar.xz Files: e60aad96df5db19a8eee3813ae59f37c 31787 xringd_1.20.orig.tar.gz c6fe5ae4bfe296e1bfe375baad8ec8c8 12024 xringd_1.20-27.1.debian.tar.xz gpgv: Signature made Wed Aug 16 15:07:53 2023 UTC gpgv: using RSA key 406220C8B8552802378CCE411F5C7A8B45564314 gpgv: issuer "b...@debian.org" gpgv: Can't check signature: No public key dpkg-source: warning: cannot verify inline signature for ./ xringd_1.20-27.1.dsc: no acceptable signature found dpkg-source: info: extracting xringd in /<<PKGBUILDDIR>> dpkg-source: info: unpacking xringd_1.20.orig.tar.gz dpkg-source: info: unpacking xringd_1.20-27.1.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=C.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 xringd dpkg-buildpackage: info: source version 1.20-27.1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Bastian Germann <b...@debian.org> dpkg-source --before-build . dpkg-buildpackage: info: host architecture arm64 debian/rules clean dh clean dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_auto_clean dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use) make -j1 clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -f *.o xringd errors tags uartcount make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use) debian/rules binary dh binary dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_update_autotools_config dh_auto_configure dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_auto_build dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 in use) make -j1 make[1]: Entering directory '/<<PKGBUILDDIR>>' gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/ <<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection - Wformat -Werror=format-security -mbranch-protection=standard -Wall -O2 - DVERSION=\"1.20\" -DMODEM_FILE=\"/dev/ttyS0\" -DCONF_FILE=\"/etc/ xringd.conf\" -DINIT_TIMEOUT=15 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o ringsm.o ringsm.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/ <<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection - Wformat -Werror=format-security -mbranch-protection=standard -Wall -O2 - DVERSION=\"1.20\" -DMODEM_FILE=\"/dev/ttyS0\" -DCONF_FILE=\"/etc/ xringd.conf\" -DINIT_TIMEOUT=15 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o xringd.o xringd.c xringd.c: In function ‘daemon_init’: xringd.c:474:9: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 474 | chdir("/"); | ^~~~~~~~~~ xringd.c: In function ‘fork_cmd’: xringd.c:529:17: warning: ignoring return value of ‘setuid’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 529 | setuid(getuid()); | ^~~~~~~~~~~~~~~~ xringd.c:530:17: warning: ignoring return value of ‘setgid’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 530 | setgid(getgid()); | ^~~~~~~~~~~~~~~~ gcc -Wl,-z,relro ringsm.o xringd.o -o xringd make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_prep dh_installdirs dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_auto_install --destdir=debian/xringd/ dh_auto_install: warning: Compatibility levels before 10 are deprecated (level 9 in use) make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/xringd AM_UPDATE_INFO_DIR=no make[1]: Entering directory '/<<PKGBUILDDIR>>' /usr/bin/install -o root -g bin -m 755 xringd /<<PKGBUILDDIR>>/debian/ xringd/usr/sbin /usr/bin/install: cannot change ownership of '/<<PKGBUILDDIR>>/debian/ xringd/usr/sbin/xringd': Operation not permitted make[1]: *** [Makefile:37: install] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_install: error: make -j1 install DESTDIR=/<<PKGBUILDDIR>>/ debian/xringd AM_UPDATE_INFO_DIR=no returned exit code 2 make: *** [debian/rules:3: binary] Error 255 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- Build finished at 2024-11-18T21:21:25Z ------------------------------------------------------------------------------- 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/1052645.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
--- End Message ---
--- Begin Message ---Source: xringd Source-Version: 1.20-29 Done: наб <nabijaczlew...@nabijaczleweli.xyz> We believe that the bug you reported is fixed in the latest version of xringd, 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. наб <nabijaczlew...@nabijaczleweli.xyz> (supplier of updated xringd 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: Wed, 01 Jan 2025 20:20:38 +0100 Source: xringd Architecture: source Version: 1.20-29 Distribution: unstable Urgency: medium Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org> Changed-By: наб <nabijaczlew...@nabijaczleweli.xyz> Closes: 1089483 Changes: xringd (1.20-29) unstable; urgency=medium . * Rules-Requires-Root: binary-targets (Closes: #1089483) Checksums-Sha1: e02af2941b8b916876ceb9e34f7a377e6ed58822 1823 xringd_1.20-29.dsc 8855851ce9b14718417386d8b777419796514e29 31787 xringd_1.20.orig.tar.gz 97c654568325010a08db00c450670b511870194f 12684 xringd_1.20-29.debian.tar.xz c8be24cdd111ce6bbdcc1da68fa4cafb0b62106a 6754 xringd_1.20-29_source.buildinfo Checksums-Sha256: 95b3cab1aa87b929677baf7a24d4e314203818e875faa422b7d685f1d53608d8 1823 xringd_1.20-29.dsc 3ecfa6fa8b871b6d92168370fdfab1bf48a90ddbf10a738f384def3b07a1b77f 31787 xringd_1.20.orig.tar.gz 88e2e55489fc9101ca6b9bf06a88689f9c2c8643dd357ecddc172ead8056f37d 12684 xringd_1.20-29.debian.tar.xz 46c094b3c16ab51afd404061c5fed1da0008c61f5f84b2bb73cf736913c03d39 6754 xringd_1.20-29_source.buildinfo Files: c31aeb236f4733d82b32e143342fa6c6 1823 comm optional xringd_1.20-29.dsc e60aad96df5db19a8eee3813ae59f37c 31787 comm optional xringd_1.20.orig.tar.gz 7d5cc4a972b3070b9db1af18b7f338d5 12684 comm optional xringd_1.20-29.debian.tar.xz 905eba114b8525b5bdb37690276648db 6754 comm optional xringd_1.20-29_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJWBAEBCgBAFiEEfWlHToQCjFzAxEFjvP0LAY0mWPEFAmd1zAEiHG5hYmlqYWN6 bGV3ZWxpQG5hYmlqYWN6bGV3ZWxpLnh5egAKCRC8/QsBjSZY8aS8D/9kV2mYRi8b WjRqloPYBIpQgjvcn/pI1b9zq5PFH4+zicQGxnDVsB56LdtOe8urERfX27J6ydiY kYDs+4xpneADXWBSDr2pGoUGQ9cvVDwzTGJUag77BtxKltFaJw7gmJaZEYE8cvYU pG7O+5YH060VVdboM3ISygc6VBTypqH9sx7svcilgDzYEjD1GUa/MYK/tkKVtwMi im7HDh9lI+r2AZI0d04WMVB3j9c82cEPd6jf8ufvofmILTJK942ID2yCH2fZFKR1 yeFO8IDL19+U7FQHqFBZDicVNv0ZhzomFnpAh/0WHP1XCOoBb9rf+S9n32GyLCEd MzBrslNC3dS0SJaJfjopGIkpLUIz3zphGhkzH+A8hsT+xass5o6PWwMECzuC1Y0W BTHuLWUAuLDT0k8M9AgJhnGqmFu9CwJVp7ZUsNYS+qfDHZzsRoVrWkF4IV26gDIV a6wJ5iZk/kW+gSFFTOSN57iMIOwrD7lRuxG5ooTXqZmc4DpwwQCpB2wfg/KBzxKO DPmImKf+dX6uBguqVaBZd58XUKtCgQh6NxWHl+W6XE2MLTZNwOz+pYWdZQO8rY// bA+N8uiNAdl8wIhOvSH65wBf0s40TEOaz39yufqTmYSVfN8CVtVT3Io7o+ic86tw 670wKdKr0l5sGaTrpzQvEWDjWlHsSgVjOQ== =ijxI -----END PGP SIGNATURE-----
pgp9o7QfgKpUy.pgp
Description: PGP signature
--- End Message ---