[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#997198: marked as done (gnomint: FTBFS: gthread.h:129:37: error: extra brace group at end of initializer)



Your message dated Fri, 29 Oct 2021 09:18:51 +0000
with message-id <E1mgO2F-000BIM-5n@fasolo.debian.org>
and subject line Bug#997198: fixed in gnomint 1.3.0-4
has caused the Debian Bug report #997198,
regarding gnomint: FTBFS: gthread.h:129:37: error: extra brace group at end of initializer
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.)


-- 
997198: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997198
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gnomint
Version: 1.3.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"1.3.0\" -DPACKAGE_STRING=\"gnoMint\ 1.3.0\" -DPACKAGE_BUGREPORT=\"\<davefx@gmail.com\>\" -DPACKAGE_URL=\"\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006-2016\ David\ Marín\ Carreño\ \<davefx@gmail.com\>\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\"; -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \<davefx@gmail.com\>\\nAhmed\ Baizid\ \<ahmed@baizid.org\>\\nJaroslav\ Imrich\ \<jariq@jariq.sk\>\\nStaněk\ Luboš\ \<lubek@users.sourceforge.net\>\" -DPACKAGE=\"gnomint\" -DVERSION=\"1.3.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MALLOC=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DADVANCED_GNUTLS=\"yes\" -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I.. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/p11-kit-1    -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gnomint-tls.o `test -f 'tls.c' || echo './'`tls.c
> In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:124,
>                  from /usr/include/glib-2.0/glib.h:112,
>                  from ca_creation.h:23,
>                  from ca_creation.c:20:
> /usr/include/glib-2.0/glib/deprecated/gthread.h:129:37: error: extra brace group at end of initializer
>   129 | #define G_STATIC_MUTEX_INIT { NULL, PTHREAD_MUTEX_INITIALIZER } GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_init)
>       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
> ca_creation.c:32:49: note: in expansion of macro ‘G_STATIC_MUTEX_INIT’
>    32 | static GMutex ca_creation_thread_status_mutex = G_STATIC_MUTEX_INIT;
>       |                                                 ^~~~~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/glib/deprecated/gthread.h:129:37: note: (near initialization for ‘ca_creation_thread_status_mutex’)
>   129 | #define G_STATIC_MUTEX_INIT { NULL, PTHREAD_MUTEX_INITIALIZER } GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_init)
>       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
> ca_creation.c:32:49: note: in expansion of macro ‘G_STATIC_MUTEX_INIT’
>    32 | static GMutex ca_creation_thread_status_mutex = G_STATIC_MUTEX_INIT;
>       |                                                 ^~~~~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/glib/deprecated/gthread.h:129:37: error: extra brace group at end of initializer
>   129 | #define G_STATIC_MUTEX_INIT { NULL, PTHREAD_MUTEX_INITIALIZER } GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_init)
>       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
> ca_creation.c:32:49: note: in expansion of macro ‘G_STATIC_MUTEX_INIT’
>    32 | static GMutex ca_creation_thread_status_mutex = G_STATIC_MUTEX_INIT;
>       |                                                 ^~~~~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/glib/deprecated/gthread.h:129:37: note: (near initialization for ‘ca_creation_thread_status_mutex’)
>   129 | #define G_STATIC_MUTEX_INIT { NULL, PTHREAD_MUTEX_INITIALIZER } GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_init)
>       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
> ca_creation.c:32:49: note: in expansion of macro ‘G_STATIC_MUTEX_INIT’
>    32 | static GMutex ca_creation_thread_status_mutex = G_STATIC_MUTEX_INIT;
>       |                                                 ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h:74,
>                  from /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:23,
>                  from /usr/include/x86_64-linux-gnu/sys/types.h:227,
>                  from /usr/include/stdlib.h:394,
>                  from /usr/include/glib-2.0/glib/gutils.h:433,
>                  from /usr/include/glib-2.0/glib/gthread.h:34,
>                  from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from ca_creation.h:23,
>                  from ca_creation.c:20:
> /usr/include/glib-2.0/glib/deprecated/gthread.h:129:37: error: extra brace group at end of initializer
>   129 | #define G_STATIC_MUTEX_INIT { NULL, PTHREAD_MUTEX_INITIALIZER } GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_init)
>       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
> ca_creation.c:32:49: note: in expansion of macro ‘G_STATIC_MUTEX_INIT’
>    32 | static GMutex ca_creation_thread_status_mutex = G_STATIC_MUTEX_INIT;
>       |                                                 ^~~~~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/glib/deprecated/gthread.h:129:37: note: (near initialization for ‘ca_creation_thread_status_mutex’)
>   129 | #define G_STATIC_MUTEX_INIT { NULL, PTHREAD_MUTEX_INITIALIZER } GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_init)
>       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
> ca_creation.c:32:49: note: in expansion of macro ‘G_STATIC_MUTEX_INIT’
>    32 | static GMutex ca_creation_thread_status_mutex = G_STATIC_MUTEX_INIT;
>       |                                                 ^~~~~~~~~~~~~~~~~~~
> ca_creation.c:32:49: warning: excess elements in union initializer
> ca_creation.c:32:49: note: (near initialization for ‘ca_creation_thread_status_mutex’)
> ca_creation.c:32:13: warning: Deprecated pre-processor symbol: replace with "g_mutex_init"
>    32 | static GMutex ca_creation_thread_status_mutex = G_STATIC_MUTEX_INIT;
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
> make[2]: *** [Makefile:865: gnomint-ca_creation.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/gnomint_1.3.0-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: gnomint
Source-Version: 1.3.0-4
Done: Yavor Doganov <yavor@gnu.org>

We believe that the bug you reported is fixed in the latest version of
gnomint, 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 997198@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yavor Doganov <yavor@gnu.org> (supplier of updated gnomint 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: SHA512

Format: 1.8
Date: Thu, 28 Oct 2021 11:24:22 +0300
Source: gnomint
Architecture: source
Version: 1.3.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Yavor Doganov <yavor@gnu.org>
Closes: 997198
Changes:
 gnomint (1.3.0-4) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches/glib-2.70.patch: New; fix FTBFS with glib/2.70
     (Closes: #997198).
   * debian/patches/series: Update.
   * debian/rules (override_dh_auto_configure): Remove alpha bits, it looks
     like the build failure was transient.
   * debian/control (Standards-Version): Bump to 4.6.0; no changes needed.
Checksums-Sha1:
 62b8d75784450736350f45f0641036e776b4ad37 1803 gnomint_1.3.0-4.dsc
 a602ad8c17a1280e16f2489968a7eb9d1c4961c3 27512 gnomint_1.3.0-4.debian.tar.xz
 16f1dc3ff4a0c9e075ba715ac1d3d31fc1328242 14423 gnomint_1.3.0-4_source.buildinfo
Checksums-Sha256:
 483f09c02567d96dc9685555b8f83e67807a4728336e52db39774812ebe9e383 1803 gnomint_1.3.0-4.dsc
 1b9c530a036e72f1e9c66fe7358bed700f6f6c42b7149002fc2c7021ca01ca60 27512 gnomint_1.3.0-4.debian.tar.xz
 2186c83db6efaec65e08030f705d52310bfaea47c9930e81a925155470847593 14423 gnomint_1.3.0-4_source.buildinfo
Files:
 634cb1d60b3304a27fbee43b960339df 1803 gnome optional gnomint_1.3.0-4.dsc
 ef0efbf021f17767d32b306312a99b96 27512 gnome optional gnomint_1.3.0-4.debian.tar.xz
 9f9fa776147dd4cca9f1a0a8f08c05bc 14423 gnome optional gnomint_1.3.0-4_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmF7uHUACgkQweDZLphv
fH6SoRAAgzW85U39mX60ZENa114I27Rq9xdr77Z3WAxAgaVtL14wcG7LGjX/hVe/
9jfW+nDgBXFtCdVZaiZ0EJ/Z9PK/bGcYbkjWGv5WKhmOx1Ix4XbgHBgCDLdsK4DE
0gKkle7C79+y4WwQijqYVmWf+tew1XU7A47+A/8TG1GjS1nImtOgpltte78kR4yB
rmtEk3ZCSjtYEe8lyyg35ixhDPPbJamG+pRFs7C1A/uUVaOPsEV6nb1Gma0R7e3J
Xz2ltPY+VOrU/7jVd652jjhjLLkeNCYp/sW95kSFzDh1G8wm6Qs2k4d6dC85pvgD
h3Ls7yZCxx2xvpZ5dTIzCxQQg0AjdB+fwiYQfoFscsFRkLff6hw7ztbabu5WZl/z
sReHf4WOSUAzJasQG4E02aAyrog4ye4I+6xI7/B1vOGJ9ULYf3eTsu3WB8IfwKCQ
dYm55AgqztD5l1lTkgQ1Qn4PM0AVWApsPjKQLhaU4vpIYNOwYGzsBaEbKzFp/41C
QOVZ6k8s+JuFvCMXwjARrXF9txG5cpUc3tK+2/LmSzJxEp5eq2asovCgeLX/xX8S
EDZacCHaZI/riTyCw9UPxtyfWr3yPInwvvMpawrVfELuC9NRGxZ2XxFG4rwgkZcg
t2eAL/Juxn0jWwPe9GS8cYKSdd6qBnWTDt4RZh51EYhoM2HDPU8=
=AhhV
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: