Your message dated Mon, 12 Aug 2024 13:38:48 +0000 with message-id <E1sdVG4-003S1y-4I@fasolo.debian.org> and subject line Bug#1075014: fixed in gmerlin 2.0.0~svn6298~dfsg0-5 has caused the Debian Bug report #1075014, regarding gmerlin: 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 owner@bugs.debian.org immediately.) -- 1075014: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075014 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: gmerlin: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:28:21 +0000
- Message-id: <E1sOz5x-0041J4-Ua@paradis.debian.org>
Package: src:gmerlin Version: 2.0.0~svn6298~dfsg0-4 Severity: important Tags: sid trixie User: debian-gcc@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/gmerlin_2.0.0~svn6298~dfsg0-4_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 [...] uthread_sem.c:195:19: error: invalid type argument of ‘->’ (have ‘sem_t’) 195 | if ((*sem)->count > 0) { | ^~ uthread_sem.c:196:23: error: invalid type argument of ‘->’ (have ‘sem_t’) 196 | (*sem)->count--; | ^~ uthread_sem.c:203:37: error: invalid type argument of ‘->’ (have ‘sem_t’) 203 | pthread_mutex_unlock(&(*sem)->lock); | ^~ uthread_sem.c: In function ‘sem_post’: uthread_sem.c:42:21: error: invalid type argument of ‘->’ (have ‘sem_t’) 42 | if ((*(sem))->magic != SEM_MAGIC) { \ | ^~ uthread_sem.c:214:9: note: in expansion of macro ‘_SEM_CHECK_VALIDITY’ 214 | _SEM_CHECK_VALIDITY(sem); | ^~~~~~~~~~~~~~~~~~~ uthread_sem.c:42:32: error: ‘SEM_MAGIC’ undeclared (first use in this function) 42 | if ((*(sem))->magic != SEM_MAGIC) { \ | ^~~~~~~~~ uthread_sem.c:214:9: note: in expansion of macro ‘_SEM_CHECK_VALIDITY’ 214 | _SEM_CHECK_VALIDITY(sem); | ^~~~~~~~~~~~~~~~~~~ uthread_sem.c:216:35: error: invalid type argument of ‘->’ (have ‘sem_t’) 216 | pthread_mutex_lock(&(*sem)->lock); | ^~ uthread_sem.c:218:15: error: invalid type argument of ‘->’ (have ‘sem_t’) 218 | (*sem)->count++; | ^~ uthread_sem.c:219:19: error: invalid type argument of ‘->’ (have ‘sem_t’) 219 | if ((*sem)->nwaiters > 0) { | ^~ uthread_sem.c:226:47: error: invalid type argument of ‘->’ (have ‘sem_t’) 226 | pthread_cond_broadcast(&(*sem)->gtzero); | ^~ uthread_sem.c:229:37: error: invalid type argument of ‘->’ (have ‘sem_t’) 229 | pthread_mutex_unlock(&(*sem)->lock); | ^~ uthread_sem.c: In function ‘sem_getvalue’: uthread_sem.c:42:21: error: invalid type argument of ‘->’ (have ‘sem_t’) 42 | if ((*(sem))->magic != SEM_MAGIC) { \ | ^~ uthread_sem.c:241:9: note: in expansion of macro ‘_SEM_CHECK_VALIDITY’ 241 | _SEM_CHECK_VALIDITY(sem); | ^~~~~~~~~~~~~~~~~~~ uthread_sem.c:42:32: error: ‘SEM_MAGIC’ undeclared (first use in this function) 42 | if ((*(sem))->magic != SEM_MAGIC) { \ | ^~~~~~~~~ uthread_sem.c:241:9: note: in expansion of macro ‘_SEM_CHECK_VALIDITY’ 241 | _SEM_CHECK_VALIDITY(sem); | ^~~~~~~~~~~~~~~~~~~ uthread_sem.c:243:35: error: invalid type argument of ‘->’ (have ‘sem_t’) 243 | pthread_mutex_lock(&(*sem)->lock); | ^~ uthread_sem.c:244:28: error: invalid type argument of ‘->’ (have ‘sem_t’) 244 | *sval = (int)(*sem)->count; | ^~ uthread_sem.c:245:37: error: invalid type argument of ‘->’ (have ‘sem_t’) 245 | pthread_mutex_unlock(&(*sem)->lock); | ^~ make[3]: *** [Makefile:1085: uthread_sem.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILD_DATE=\"2024/06/25\" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/json-c -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I/usr/include/dbus-1.0 -I/ usr/lib/x86_64-linux-gnu/dbus-1.0/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DLOCALE_DIR=\"/usr/share/locale\" -DPLUGIN_DIR=\"/usr/lib/x86_64-linux-gnu/gmerlin/plugins\" -DDOC_DIR=\"/usr/share/doc/libgmerlin-doc\" -DDATA_DIR=\"/usr/share/gmerlin\" -DPKGBIN_DIR=\"/usr/lib/x86_64-linux-gnu/gmerlin/bin\" -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O3 -fomit-frame-pointer -ffast-math -Wall -Wmissing-declarations -Wdeclaration-after-statement -I/usr/include/libxml2 -c backend_mpd.c -fPIC -DPIC -o .libs/backend_mpd.o make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib' make[2]: *** [Makefile:1100: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib' make[1]: *** [Makefile:638: all-recursive] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:54: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075014-close@bugs.debian.org
- Subject: Bug#1075014: fixed in gmerlin 2.0.0~svn6298~dfsg0-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 12 Aug 2024 13:38:48 +0000
- Message-id: <E1sdVG4-003S1y-4I@fasolo.debian.org>
- Reply-to: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Source: gmerlin Source-Version: 2.0.0~svn6298~dfsg0-5 Done: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> We believe that the bug you reported is fixed in the latest version of gmerlin, 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 1075014@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> (supplier of updated gmerlin 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 12 Aug 2024 15:18:45 +0200 Source: gmerlin Architecture: source Version: 2.0.0~svn6298~dfsg0-5 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Closes: 1075014 Changes: gmerlin (2.0.0~svn6298~dfsg0-5) unstable; urgency=medium . * Add patch to make autoconf tests compliant with C99 (Closes: #1075014) Checksums-Sha1: 27ebb9aff6e0681ba6f23013bedc07d0ac2f98e9 2953 gmerlin_2.0.0~svn6298~dfsg0-5.dsc 254ba9a406cb2cdbbb3260a5f565b3cbaaddcafc 28712 gmerlin_2.0.0~svn6298~dfsg0-5.debian.tar.xz Checksums-Sha256: f69e8fa63e2cc2818e235095708b911d758de160518e49d99edf1473a4a4377b 2953 gmerlin_2.0.0~svn6298~dfsg0-5.dsc 6bdb7a231d5211f91c87fad2dcb4a9e11c008f35828abd45025a47b74b18b5c5 28712 gmerlin_2.0.0~svn6298~dfsg0-5.debian.tar.xz Files: 48f6d3a624a5c2b6efc60546c61b5d13 2953 sound optional gmerlin_2.0.0~svn6298~dfsg0-5.dsc f5881d6f1274b665a8f26baa500d6282 28712 sound optional gmerlin_2.0.0~svn6298~dfsg0-5.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAma6C88ACgkQtlAZxH96 NvjYyBAAiqcfvEkk1VsWr0hl85LoIeLRMKNOGhj24D7saYieOQ+Oj1FCysYog209 3MrjsUI8BQokm9TLLSHpYMsDNzhauKS8r893tVmf3QOlV2KQ2xLsUZrGuqqjqPMk 7kE5sddpSXxnucubmzZiBpmEOxQTtiu7r3vLjbe5c1PwDJY1dWhiDAbw1oS2G1xm yPR6Dsk5luDS3PPdPu28l4/GfR8Ny7VfmqqsOKymWhj24UsDWlF8GAmPrUlYuo2O lQMrScNTuJm4w7XuvwjPHyVl6Yu6u/V1ixiRRUtlwSGht1zeSOE+OCMqObc16Grm yvyTzoy5tcXjroTQrF8wccRk29YbuVC0EIpTWseYzHdtk8SfsqiYeDMKL1Ov9AQS ZLORloHG3RAd0QXteUL7+Fy3CdvfSXjBDtGLkVLYO4ZVdKIZMdemkXdkFH0ScZQD 8Po1lN/x/+3IggL05T/Hy/tnfGXORCsCFjN8y5xDZIbLi/InhbNcVT5zByidGQBo cN/64bMyueI8gEMZyHw1fcqcAiFQ3r/tDjONUDBxeQHI3uybO+pV8OaBalBAGEwu w0As6xwk45fnCIb++Qee2pRd7mvPWWQlQFkpYTAr0Th3Ah0nxIkJ1XzB22ZX+zrd YUEXo1wihxoaRFqUVNtMqVpeySEGydLpvoeK4fdjOWzh6D6/JKc= =YMXC -----END PGP SIGNATURE-----Attachment: pgpQ_IoSKJjqM.pgp
Description: PGP signature
--- End Message ---