Bug#1074854: brasero: ftbfs with GCC-14

Matthias Klose doko at debian.org
Wed Jul 3 13:23:19 BST 2024


Package: src:brasero
Version: 3.12.3-2
Severity: important
Tags: sid trixie
User: debian-gcc at 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/brasero_3.12.3-2_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

[...]
brasero-metadata.c:1990:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 1990 |         priv = BRASERO_METADATA_PRIVATE (self);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
brasero-metadata.c: In function ‘brasero_metadata_get_uri’:
brasero-metadata.c:1999:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 1999 |         priv = BRASERO_METADATA_PRIVATE (self);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
brasero-metadata.c: In function ‘brasero_metadata_get_flags’:
brasero-metadata.c:2008:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2008 |         priv = BRASERO_METADATA_PRIVATE (self);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
brasero-metadata.c: In function ‘brasero_metadata_get_result’:
brasero-metadata.c:2019:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2019 |         priv = BRASERO_METADATA_PRIVATE (self);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
brasero-metadata.c: In function ‘brasero_metadata_init’:
brasero-metadata.c:2044:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2044 |         priv = BRASERO_METADATA_PRIVATE (obj);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
brasero-metadata.c:2046:9: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations]
 2046 |         priv->mutex = g_mutex_new ();
      |         ^~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
  283 | GMutex *        g_mutex_new             (void);
      |                 ^~~~~~~~~~~
brasero-metadata.c: In function ‘brasero_metadata_finalize’:
brasero-metadata.c:2055:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2055 |         priv = BRASERO_METADATA_PRIVATE (object);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
brasero-metadata.c:2084:17: warning: ‘g_cond_free’ is deprecated [-Wdeprecated-declarations]
 2084 |                 g_cond_free (condition);
      |                 ^~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:289:17: note: declared here
  289 | void            g_cond_free             (GCond  *cond);
      |                 ^~~~~~~~~~~
brasero-metadata.c:2090:17: warning: ‘g_mutex_free’ is deprecated [-Wdeprecated-declarations]
 2090 |                 g_mutex_free (priv->mutex);
      |                 ^~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:285:17: note: declared here
  285 | void            g_mutex_free            (GMutex *mutex);
      |                 ^~~~~~~~~~~~
brasero-metadata.c: In function ‘brasero_metadata_get_property’:
brasero-metadata.c:2108:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2108 |         priv = BRASERO_METADATA_PRIVATE (self);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
brasero-metadata.c: In function ‘brasero_metadata_set_property’:
brasero-metadata.c:2134:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 2134 |         priv = BRASERO_METADATA_PRIVATE (self);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
brasero-metadata.c: In function ‘brasero_metadata_class_init’:
brasero-metadata.c:2158:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
 2158 |         g_type_class_add_private (klass, sizeof (BraseroMetadataPrivate));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from brasero-metadata.c:39:
/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
 1497 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:633: brasero-metadata.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libbrasero-utils'
make[2]: *** [Makefile:603: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:501: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:18: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the pkg-gnome-maintainers mailing list