Your message dated Tue, 03 Dec 2024 16:05:37 +0000
with message-id <e1tivp7-006wou...@fasolo.debian.org>
and subject line Bug#1075195: fixed in liboggplay 0.2.1~git20091227-5.1
has caused the Debian Bug report #1075195,
regarding liboggplay: ftbfs with GCC-14
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.)
--
1075195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:liboggplay
Version: 0.2.1~git20091227-5
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/liboggplay_0.2.1~git20091227-5_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
Type 'make check' to run test suite (Valgrind testing not enabled)
Example programs will be built but not installed.
Kate support: .................. yes
Tiger support: ................. no
------------------------------------------------------------------------
dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9
in use)
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in doc
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
echo "*** Warning: Doxygen not found; documentation will not be built."
*** Warning: Doxygen not found; documentation will not be built.
touch doxygen-build.stamp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in include
make[3]: Entering directory '/<<PKGBUILDDIR>>/include'
Making all in oggplay
make[4]: Entering directory '/<<PKGBUILDDIR>>/include/oggplay'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/include/oggplay'
make[4]: Entering directory '/<<PKGBUILDDIR>>/include'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/include'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/include'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in liboggplay
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/liboggplay'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall
-Wdeclaration-after-statement -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-g -c -o liboggplay_la-oggplay.lo `test -f 'oggplay.c' || echo './'`oggplay.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wdeclaration-after-statement -g -O2
-Werror=implicit-function-declaration "-ffile-prefix-map=/<<PKGBUILDDIR>>=."
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -g -c oggplay.c -fPIC -DPIC -o
.libs/liboggplay_la-oggplay.o
oggplay.c: In function ‘oggplay_initialise’:
oggplay.c:121:44: error: passing argument 3 of ‘oggz_set_read_callback’ from
incompatible pointer type [-Wincompatible-pointer-types]
121 | if (oggz_set_read_callback(me->oggz, -1,
oggplay_callback_predetected, me))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int (*)(OGGZ *, ogg_packet
*, long int, void *) {aka int (*)(void *, ogg_packet *, long int, void *)}
In file included from /usr/include/oggz/oggz.h:576,
from ../../include/oggplay/oggplay_reader.h:45,
from ../../include/oggplay/oggplay.h:51,
from oggplay_private.h:46,
from oggplay.c:40:
/usr/include/oggz/oggz_read.h:109:44: note: expected ‘OggzReadPacket’ {aka ‘int
(*)(void *, oggz_packet *, long int, void *)’} but argument is of type ‘int
(*)(OGGZ *, ogg_packet *, long int, void *)’ {aka ‘int (*)(void *, ogg_packet
*, long int, void *)’}
109 | OggzReadPacket read_packet, void *
user_data);
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
oggplay.c: In function ‘oggplay_set_kate_tiger_rendering’:
oggplay.c:562:23: warning: variable ‘decode’ set but not used
[-Wunused-but-set-variable]
562 | OggPlayKateDecode * decode;
| ^~~~~~
oggplay.c: In function ‘oggplay_overlay_kate_track_on_video’:
oggplay.c:600:23: warning: variable ‘decode’ set but not used
[-Wunused-but-set-variable]
600 | OggPlayKateDecode * decode;
| ^~~~~~
make[4]: *** [Makefile:545: liboggplay_la-oggplay.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/liboggplay'
make[3]: *** [Makefile:387: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:545: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:452: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:7: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: liboggplay
Source-Version: 0.2.1~git20091227-5.1
Done: Boyuan Yang <by...@debian.org>
We believe that the bug you reported is fixed in the latest version of
liboggplay, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated liboggplay 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: Tue, 03 Dec 2024 10:40:48 -0500
Source: liboggplay
Architecture: source
Version: 0.2.1~git20091227-5.1
Distribution: unstable
Urgency: medium
Maintainer: Rodrigo Siqueira <sique...@ime.usp.br>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 1075195
Changes:
liboggplay (0.2.1~git20091227-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Refresh packaging:
+ Bump debhelper compat to v13.
+ Bump Standards-Version to 4.7.0.
+ Move package description to source package section.
* debian/*.dirs: Dropped, not needed.
* debian/control: Add homepage field.
* debian/patches/c19ee00e23054f47445141c5870c1ed61b38f2ad.patch:
Cherry-pick patch from upstream to fix oggplay-dump-first-frame.
* debian/rules: Use -Wno-incompatible-pointer-types to avoid FTBFS.
The software upstream is mostly inactive, and we cannot expect
upstream to properly fix it in the near future. (Closes: #1075195)
* debian/not-installed: Explicitly do not install prebuilt docs
and /usr/bin/oggplay-info. If we need them later, we can re-enable
them and install them into separate packages.
Checksums-Sha1:
5e9d69fe4ddd47bab74cbd53c47803b1b774e15a 2508
liboggplay_0.2.1~git20091227-5.1.dsc
cf57d1ef93c09306d1edd1588a5a662cfc385583 802240
liboggplay_0.2.1~git20091227.orig.tar.gz
09931d60ba294ae080f2bf9eb732857c9b468bb5 6456
liboggplay_0.2.1~git20091227-5.1.debian.tar.xz
64d7c7e5d473879c436c9bbe71b5b377530ff126 8026
liboggplay_0.2.1~git20091227-5.1_amd64.buildinfo
Checksums-Sha256:
d283917be02ba8cb70cad8dd6429049734d45745eb6b1377a3c7c04f1b9b55fc 2508
liboggplay_0.2.1~git20091227-5.1.dsc
272e76be2c6d3648dbfe8c1a747c5d5e6f3bdf668c75ea9b0275c8f341fa774f 802240
liboggplay_0.2.1~git20091227.orig.tar.gz
ca6ddfbc5b42a953b2dc12d39925d83c46c789a5ac2aedbc6d87d838a290dff0 6456
liboggplay_0.2.1~git20091227-5.1.debian.tar.xz
da3b2a362509ad897c5e04a5c4ce035d16191c9af5d98fe449ec5a4529ac2205 8026
liboggplay_0.2.1~git20091227-5.1_amd64.buildinfo
Files:
b132090a97df5d1ee4c2b2257c3fa2c5 2508 libs optional
liboggplay_0.2.1~git20091227-5.1.dsc
a24d8a6d01fbc44164bc066e1410f47f 802240 libs optional
liboggplay_0.2.1~git20091227.orig.tar.gz
1ad8b2421ff164a7be66db6cfe93e7d9 6456 libs optional
liboggplay_0.2.1~git20091227-5.1.debian.tar.xz
039cdbbd2820f7eaba3881bb0c5e5a08 8026 libs optional
liboggplay_0.2.1~git20091227-5.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmdPJ4QACgkQwpPntGGC
Ws6lww/+KIBjjO4pwlF8sLO1GIpiHMQxXVW4Ro0AxPaCPCMZZLvGAsajbjWhP2VW
DAyY+PT/0I/URmG27XRUqM3xY0D7xNj1vKm17wGatws/IiM3cC4cFcL9sZGo+Vgw
JdzX5wdCqrpGReyGkxCnPnkdYUgME1Y5wQHE+S/Ub5hVvf4zCmXVxzvOQQzZiBuy
cQo3KEfkp4Q0FHn5nVs/W/R//epVWOiu3XSwFMd4BuUUAKdJ6zzSsZ5jwdIJb1sw
hF23Uqns8+Fp5IKcYbVgf1d1GC6oC5U9VKVED6DiQPwjM4vYrL44pFPeJYMsgN2w
NMm9+D+Hlg+eobQ04b54vJISUPTDOsvq4E0YknSCSq1/ykdGOFF4Tbo7in4oJZyn
OBajYUW1gcWGgXKnxthCwkFVpJ5aWGOjoe9FvNMD6VaqfLN9vz1oe8vAK77Yf11a
IXqLQR8B90bYcYDE9MTQLQup+NH5RJo4ruof13rF5Z6CrLeaUg+JqjJE31s5swEc
JxYi4flu27mUa1zuv47aFowkgU1BXyZSBXizh7rbtLvrjLtWu8RvCltQa+pebuhU
4U3JlYXxOq7wMookU4uX1UfRxx2BlrS5Rygb1PjW55XRMhZiCFOiqLss0+kpm6Lf
2PIvAabUbQlN7C1M1w9LbfI0k1l7K8UtuUcLCsaHa549H9VRdV8=
=4Gng
-----END PGP SIGNATURE-----
pgpDSP6Nm69Nb.pgp
Description: PGP signature
--- End Message ---