Your message dated Thu, 04 Dec 2025 20:37:15 +0000
with message-id <[email protected]>
and subject line Bug#1096746: fixed in go-gir-generator 2.2.0-2
has caused the Debian Bug report #1096746,
regarding golang-github-linuxdeepin-go-dbus-factory: FTBFS: gio.gen.c:169:13:
error: conflicting types for '_GAsyncReadyCallback_c_wrapper'; have 'void(void)'
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.)
--
1096746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096746
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-linuxdeepin-go-dbus-factory
Version: 1.9.6-3
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:golang-github-linuxdeepin-go-dbus-factory,
so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --builddirectory=_build --buildsystem=golang --with=golang
dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
dh_clean -O--builddirectory=_build -O--buildsystem=golang
debian/rules binary
dh binary --builddirectory=_build --buildsystem=golang --with=golang
dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
debian/rules execute_after_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd /<<PKGBUILDDIR>>/_build/src/github.com/linuxdeepin/go-dbus-factory && make
bin && ./gen.sh && \
find . -type f -name "generator" -delete
make[2]: Entering directory
'/<<PKGBUILDDIR>>/_build/src/github.com/linuxdeepin/go-dbus-factory'
go build -o generator _tool/generator/*.go
# github.com/linuxdeepin/go-gir/gobject-2.0
In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from fix_gobject.c:5:
fix_gobject.c: In function â_g_type_param_value_arrayâ:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor
symbol
1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
| ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro
â_GLIB_GNUC_DO_PRAGMAâ
1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning
"Deprecated pre-processor symbol")
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion
of macro âGLIB_DEPRECATED_MACROâ
141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
| ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:457:69: note: in expansion of macro
âGOBJECT_DEPRECATED_MACRO_IN_2_32â
457 | #define G_TYPE_PARAM_VALUE_ARRAY (g_param_spec_types[18])
GOBJECT_DEPRECATED_MACRO_IN_2_32
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fix_gobject.c:74:50: note: in expansion of macro âG_TYPE_PARAM_VALUE_ARRAYâ
74 | GType _g_type_param_value_array() { return
G_TYPE_PARAM_VALUE_ARRAY; }
|
^~~~~~~~~~~~~~~~~~~~~~~~
# github.com/linuxdeepin/go-gir/gio-2.0
gio.gen.c:169:13: error: conflicting types for
â_GAsyncReadyCallback_c_wrapperâ; have âvoid(void)â
169 | extern void _GAsyncReadyCallback_c_wrapper();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from gio.gen.c:2:
cgo-gcc-export-header-prolog:50:13: note: previous declaration of
â_GAsyncReadyCallback_c_wrapperâ with type âvoid(void *, void *, void
*)â
gio.gen.c:170:13: error: conflicting types for
â_GAsyncReadyCallback_c_wrapper_onceâ; have âvoid(void)â
170 | extern void _GAsyncReadyCallback_c_wrapper_once();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cgo-gcc-export-header-prolog:51:13: note: previous declaration of
â_GAsyncReadyCallback_c_wrapper_onceâ with type âvoid(void *, void *,
void *)â
gio.gen.c:203:13: error: conflicting types for
â_GDesktopAppLaunchCallback_c_wrapperâ; have âvoid(void)â
203 | extern void _GDesktopAppLaunchCallback_c_wrapper();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cgo-gcc-export-header-prolog:52:13: note: previous declaration of
â_GDesktopAppLaunchCallback_c_wrapperâ with type âvoid(void *, GoInt32,
void *)â {aka âvoid(void *, int, void *)â}
gio.gen.c:204:13: error: conflicting types for
â_GDesktopAppLaunchCallback_c_wrapper_onceâ; have âvoid(void)â
204 | extern void _GDesktopAppLaunchCallback_c_wrapper_once();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cgo-gcc-export-header-prolog:53:13: note: previous declaration of
â_GDesktopAppLaunchCallback_c_wrapper_onceâ with type âvoid(void *,
GoInt32, void *)â {aka âvoid(void *, int, void *)â}
gio.gen.c:207:13: error: conflicting types for
â_GFileProgressCallback_c_wrapperâ; have âvoid(void)â
207 | extern void _GFileProgressCallback_c_wrapper();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cgo-gcc-export-header-prolog:54:13: note: previous declaration of
â_GFileProgressCallback_c_wrapperâ with type âvoid(GoInt64, GoInt64,
void *)â {aka âvoid(long long int, long long int, void *)â}
gio.gen.c:208:13: error: conflicting types for
â_GFileProgressCallback_c_wrapper_onceâ; have âvoid(void)â
208 | extern void _GFileProgressCallback_c_wrapper_once();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cgo-gcc-export-header-prolog:55:13: note: previous declaration of
â_GFileProgressCallback_c_wrapper_onceâ with type âvoid(GoInt64,
GoInt64, void *)â {aka âvoid(long long int, long long int, void *)â}
make[2]: *** [Makefile:15: bin] Error 1
make[2]: Leaving directory
'/<<PKGBUILDDIR>>/_build/src/github.com/linuxdeepin/go-dbus-factory'
make[1]: *** [debian/rules:13: execute_after_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: go-gir-generator
Source-Version: 2.2.0-2
Done: Arun Kumar Pariyar <[email protected]>
We believe that the bug you reported is fixed in the latest version of
go-gir-generator, 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.
Arun Kumar Pariyar <[email protected]> (supplier of updated go-gir-generator
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: Fri, 05 Dec 2025 01:16:22 +0545
Source: go-gir-generator
Architecture: source
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Deepin Packaging Team
<[email protected]>
Changed-By: Arun Kumar Pariyar <[email protected]>
Closes: 1096746 1118830
Changes:
go-gir-generator (2.2.0-2) unstable; urgency=medium
.
* Add patch to fix FTBFS with GCC-15. (Closes: #1096746)
* debian/rules: Add GOFLAGS with -trimpath to remove build
path references from binary.
* debian/control:
+ Add XS-Go-Import-Path field for golang package.
+ Update source Section from devel to golang.
+ Replace Build-Depends libgirepository1.0-dev with
libgirepository-1.0-dev. (Closes: #1118830)
+ Drop redundant Rules-Requires-Root field (defaults to "no").
Checksums-Sha1:
c1d3180734c749f1acdbb1cc95c2868cdf047bf9 2542 go-gir-generator_2.2.0-2.dsc
1ff00eb5cb48aae5a18e216b9dd48e585dd341ad 5400
go-gir-generator_2.2.0-2.debian.tar.xz
c04619fd78cd52b4992ebf1f6c90bf5d2cba0623 17223
go-gir-generator_2.2.0-2_amd64.buildinfo
Checksums-Sha256:
d1efa45cc9c65ca2d6a4c57f5eaabeff209ac6651c791a77a026cb72f700c017 2542
go-gir-generator_2.2.0-2.dsc
6bc9271b6951b220cc8f79807912bd6850528536a03bbfb914cce61744207a5a 5400
go-gir-generator_2.2.0-2.debian.tar.xz
a836490c70c00673f8db902d008d903f1e770e611ab4726fb6d8170e50d9eca6 17223
go-gir-generator_2.2.0-2_amd64.buildinfo
Files:
49ff52f7c88295dc9541a02c50dc1d56 2542 golang optional
go-gir-generator_2.2.0-2.dsc
f18d8e0286bccb56bb0e176fa4484e7e 5400 golang optional
go-gir-generator_2.2.0-2.debian.tar.xz
164c494a2a1c32a55abfee0d86175454 17223 golang optional
go-gir-generator_2.2.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE2lMFjb4VS9/L8WutS1Qq9wT3RRYFAmkx5zoACgkQS1Qq9wT3
RRb7wA//dv9VPUSLal6pvowbAMgd2tOdHr5fX7LwaXpVjSmgA/qrB3vTZtZkQOJ7
LUt0FCrMkogGvRSorHo/MU7QptDlJrNuSfeBqz0MFXCi8RS7ILsLql+cD4Jjh5bW
f2UFik2Opqh8o4BBeh/fZC94lNPTVAiUYlQSXMcE8OYxT13YfAcnmNEZqV+d/Ffj
bFCFHb29x00p2gI7FoTk0Hh0v0oUYIyUcqvPpdV60WKpUhAEL9e95wKLJF807D20
XXERbibG1ujVDiSoxv1XgNdJHjX/fV9nvMqWMPyWl2w0hP5G/xL44Njv88yoiW99
MZThFYBgg8T/ELt8D0JsEAUPx0m9kG6JYU/qGMYASUGZT/qFvpVgSlIA+SbFNDzq
8KRfkZ+2hVCPS/pGHPRwYfSQerQgn80h2MWJUWr4WHO6RDiAowkzSgxb71SLqt/y
4gkAfMpK0pV4yjCG59ui0M9fz+jIAiwgbNgn60jR5PFV37HhqB0mT4Zs7Aa8apGL
BtMiAhv71JD2vF8vJyG07eFNEppBE9jWV9TORSy9c6XlcM85CmBJylyVnorAsWnZ
KLn/0gsBLHeM1puPmA5HGz9pKSHMZ8nIVrTNQfZdhZKgfk3EV1h6LrEnJv2glmBD
nq3zKA8LCkhrcFj1Y/MZc7wBBl/Iogy/EktyobkBGKvgxG+870s=
=BHTl
-----END PGP SIGNATURE-----
pgpwK7Ct2g11v.pgp
Description: PGP signature
--- End Message ---