Source: oggfwd Version: 0.2-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`, oggfwd failed to rebuild. Log Summary: ------------------------------------------------------------------------------- [...] +------------------------------------------------------------------------------+ | Build | +------------------------------------------------------------------------------+ Unpack source ------------- Format: 3.0 (quilt) Source: oggfwd Binary: oggfwd Architecture: any Version: 0.2-6 Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org> Uploaders: Christoph Haas <h...@debian.org> Homepage: http://v2v.cc/~j/oggfwd/ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.0.50~), libshout3-dev (>= 2.1), quilt (>= 0.40) Checksums-Sha1: dc211477786d514eae80db6b08667633b67587a3 10772 oggfwd_0.2.orig.tar.gz f76bc7bc1d1f84a301260ecd77aa9e8db144d941 3452 oggfwd_0.2-6.debian.tar.gz Checksums-Sha256: e02e291d1adc1447ee7c3825e578eebb8aba33439ebe0626aa663f4b93a755fa 10772 oggfwd_0.2.orig.tar.gz 3c3d5ee2481f30fa3c43d6f7f59ac8f6166034df180138c438fe5ff0e9cdbeb1 3452 oggfwd_0.2-6.debian.tar.gz Files: 00969e60bec7191e55db1026a698419f 10772 oggfwd_0.2.orig.tar.gz d4439b517e7d7b980fe166e6143fff33 3452 oggfwd_0.2-6.debian.tar.gz gpgv: Signature made Wed Sep 14 01:30:14 2011 UTC gpgv: using RSA key F80B8146D0428836 gpgv: Can't check signature: No public key dpkg-source: warning: cannot verify inline signature for ./ oggfwd_0.2-6.dsc: no acceptable signature found dpkg-source: info: extracting oggfwd in /<<PKGBUILDDIR>> dpkg-source: info: unpacking oggfwd_0.2.orig.tar.gz dpkg-source: info: unpacking oggfwd_0.2-6.debian.tar.gz dpkg-source: info: using patch list from debian/patches/series dpkg-source: info: applying 001_remove_unnecessary_linked_libraries.patch dpkg-source: info: applying 002_oggfwd-exit-status.patch dpkg-source: info: applying 003_link_order.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 oggfwd dpkg-buildpackage: info: source version 0.2-6 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: warning: Compatibility levels before 10 are deprecated (level 7 in use) dh_auto_clean dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 7 in use) make -j1 clean make[1]: Entering directory '/<<PKGBUILDDIR>>' make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in use) debian/rules binary dh binary dh: warning: Compatibility levels before 10 are deprecated (level 7 in use) dh_update_autotools_config dh_auto_configure dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 7 in use) dh_auto_build dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 7 in use) make -j1 make[1]: Entering directory '/<<PKGBUILDDIR>>' cc -O2 -pipe -Wall -ffast-math -fsigned-char -pthread -I/usr/local/ include -o oggfwd oggfwd.c -L/usr/local/lib -lshout oggfwd.c: In function ‘main’: oggfwd.c:180:9: warning: ‘shout_set_format’ is deprecated: Use shout_set_content_format() [-Wdeprecated-declarations] 180 | shout_set_format(shout, SHOUT_FORMAT_VORBIS); | ^~~~~~~~~~~~~~~~ In file included from oggfwd.c:29: /usr/include/shout/shout.h:361:5: note: declared here 361 | int shout_set_format(shout_t *self, unsigned int format) SHOUT_ATTR_F_DEPRECATED("Use shout_set_content_format()"); // obsolete | ^~~~~~~~~~~~~~~~ oggfwd.c:185:17: warning: ‘shout_set_description’ is deprecated: use shout_set_meta() with SHOUT_META_DESCRIPTION [-Wdeprecated-declarations] 185 | shout_set_description(shout, description); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/shout/shout.h:357:5: note: declared here 357 | int shout_set_description(shout_t *self, const char *description) SHOUT_ATTR_F_DEPRECATED("use shout_set_meta() with SHOUT_META_DESCRIPTION"); // obsolete | ^~~~~~~~~~~~~~~~~~~~~ oggfwd.c:188:17: warning: ‘shout_set_genre’ is deprecated: use shout_set_meta() with SHOUT_META_GENRE [-Wdeprecated-declarations] 188 | shout_set_genre(shout, genre); | ^~~~~~~~~~~~~~~ /usr/include/shout/shout.h:354:5: note: declared here 354 | int shout_set_genre(shout_t *self, const char *genre) SHOUT_ATTR_F_DEPRECATED("use shout_set_meta() with SHOUT_META_GENRE"); // obsolete | ^~~~~~~~~~~~~~~ oggfwd.c:191:17: warning: ‘shout_set_name’ is deprecated: use shout_set_meta() with SHOUT_META_NAME [-Wdeprecated-declarations] 191 | shout_set_name(shout, name); | ^~~~~~~~~~~~~~ /usr/include/shout/shout.h:348:5: note: declared here 348 | int shout_set_name(shout_t *self, const char *name) SHOUT_ATTR_F_DEPRECATED("use shout_set_meta() with SHOUT_META_NAME"); // obsolete | ^~~~~~~~~~~~~~ oggfwd.c:194:17: warning: ‘shout_set_url’ is deprecated: use shout_set_meta() with SHOUT_META_URL [-Wdeprecated-declarations] 194 | shout_set_url(shout, url); | ^~~~~~~~~~~~~ /usr/include/shout/shout.h:351:5: note: declared here 351 | int shout_set_url(shout_t *self, const char *url) SHOUT_ATTR_F_DEPRECATED("use shout_set_meta() with SHOUT_META_URL"); // obsolete | ^~~~~~~~~~~~~ make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 7 in use) dh_prep dh_installdirs dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 7 in use) debian/rules override_dh_auto_install make[1]: Entering directory '/<<PKGBUILDDIR>>' /usr/bin/make install DESTDIR=/<<PKGBUILDDIR>>/debian/oggfwd \ PREFIX=/<<PKGBUILDDIR>>/debian/oggfwd/usr \ MAN1DIR=/<<PKGBUILDDIR>>/debian/oggfwd/usr/share/man/man1 make[2]: Entering directory '/<<PKGBUILDDIR>>' install -c -m 555 -o root -g bin oggfwd /<<PKGBUILDDIR>>/debian/oggfwd/ usr/bin install: cannot change ownership of '/<<PKGBUILDDIR>>/debian/oggfwd/usr/ bin/oggfwd': Operation not permitted make[2]: *** [Makefile:26: install] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:11: override_dh_auto_install] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:8: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- Build finished at 2024-11-17T15:42:47Z ------------------------------------------------------------------------------- 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/1025552.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