Your message dated Thu, 02 Jan 2025 19:11:08 +0000
with message-id <[email protected]>
and subject line Bug#1089404: fixed in oggfwd 0.2+git20150412.506088e-1
has caused the Debian Bug report #1089404,
regarding oggfwd: 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 [email protected]
immediately.)


-- 
1089404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089404
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: oggfwd
Version: 0.2-6
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`,
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) <[email protected]>
Uploaders: Christoph Haas <[email protected]>
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)
<[email protected]>
 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.

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: oggfwd
Source-Version: 0.2+git20150412.506088e-1
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
oggfwd, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated oggfwd 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 [email protected])


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

Format: 1.8
Date: Thu, 02 Jan 2025 19:41:02 +0100
Source: oggfwd
Architecture: source
Version: 0.2+git20150412.506088e-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1080229 1089404 1091832
Changes:
 oggfwd (0.2+git20150412.506088e-1) unstable; urgency=medium
 .
   * Team upload.
   * Latest Git commit
     Closes: #1080229
   * Maintain package in Debian Multimedia team
     Closes: #1091832
   * New homepage
   * Point watch file to Git repository
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Use versioned copyright format URI.
   * Support rootless builds
     Closes: #1089404
   * d/copyright:
      - Review and syntax fixes
      - Fix DEP5 names
   * d/control: debtags should not be mentioned in d/control any more
Checksums-Sha1:
 d9a58ef46b636ea1be79cebd353c19887799d874 2095 
oggfwd_0.2+git20150412.506088e-1.dsc
 d13a2f72b1fa9c53ff72eadc3c0921b82d444ad3 11236 
oggfwd_0.2+git20150412.506088e.orig.tar.xz
 db832819d2387d7b27faa1413ccea609117a056d 3400 
oggfwd_0.2+git20150412.506088e-1.debian.tar.xz
 37f63e871bccd3c46c7b2dcd03e968dce8017d03 7543 
oggfwd_0.2+git20150412.506088e-1_amd64.buildinfo
Checksums-Sha256:
 01e364cdd5219f969abf95e6ce289ea096706f518373bc4283cda8d779841066 2095 
oggfwd_0.2+git20150412.506088e-1.dsc
 d69f3bfa283ced9240a3cd025e776f12d46b111cf1bfcdc488ea303b0f0031bd 11236 
oggfwd_0.2+git20150412.506088e.orig.tar.xz
 a9399fa36da2c2515735280cfee122ab1bfa622710da153805a96205001bea88 3400 
oggfwd_0.2+git20150412.506088e-1.debian.tar.xz
 c0ca5c76acc7dceea85cd0a86e50d1b07b1f56723702d833f0d3a4042196a582 7543 
oggfwd_0.2+git20150412.506088e-1_amd64.buildinfo
Files:
 be03c16fb0d093325fd96b0c363fbde6 2095 sound optional 
oggfwd_0.2+git20150412.506088e-1.dsc
 4678e1070c5290cef5a435b3dd3a3655 11236 sound optional 
oggfwd_0.2+git20150412.506088e.orig.tar.xz
 5191ff458844a11a6cfbd178f7fe8a9d 3400 sound optional 
oggfwd_0.2+git20150412.506088e-1.debian.tar.xz
 e465d76f3bf526dbac560cb07fecf8e8 7543 sound optional 
oggfwd_0.2+git20150412.506088e-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmd23g4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFkag/+OSez0SnH1u1Evd9ALo0+ZqGw1xlub2db
X/yPT9gPCa/SC+W2MwNvAmWJQpo5RfhuHSozkUIedmqP+yjGUXtnz9rrfsqOdVDH
0Ijkh49ZbFoWhE1EvizrwPt9NReLwYdC+didULUTnpl65nS8AbBhom0tACtpMke7
tt+8S0tBsXBrWodyCGILhhXxkL5+By5kIUQIOBswonMRJ84P3D89JITMh2v+iRE5
4DRzwBnxoLyrYNJDGwKhpMmaGxgdY+ISX88zxxaVYArKVHILLO8Mhdk0MGde7Zrj
6N+PwpNbaasy3eM3cKOcsqn06biIteyR1r00F+6516agGQXZj7Kialy7XQL906Sh
EwxHnZj2JOu1XVag1ddkmi/MDTwBboEvLb5AaxbWA3tvN4lHhZmoakUA6vN2aAXN
w1coijbiq556K+YyzYbNL0DUo9aIvcjCBj0EgFxmKrfnreg+FGX/mNWEd1IGRAC3
dneH9UZICuaEqhGRrZ7LA0y4K0Dka0uYus5C5SujB3HfcpPnAxcvADeZRvzrTFo+
ICvrOXfpK8sSe9qB4KIYaFLRU7YiY6aEIV+YbB0CvDfi+24I/9Cm4sIXnZ5qmmoE
QoY/d/qbv4GyY6v+4svTPxArvE+ZKBrJCtlx2bge/KoaUuOTcApLdUITlNFC3u47
bz6/Yh7n4MA=
=s6ON
-----END PGP SIGNATURE-----

Attachment: pgpnAlkw0Byil.pgp
Description: PGP signature


--- End Message ---

Reply via email to