Your message dated Mon, 29 Jul 2024 03:20:15 +0000
with message-id <e1sygvn-00hrs2...@fasolo.debian.org>
and subject line Bug#1075177: fixed in libkkc 0.3.5-10
has caused the Debian Bug report #1075177,
regarding libkkc: 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.)
--
1075177: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075177
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libkkc
Version: 0.3.5-9
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/libkkc_0.3.5-9_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
[...]
| ^~~~~~
encoding.c:390:22: warning: variable ‘_tmp7__length1’ set but not used
[-Wunused-but-set-variable]
390 | gint _tmp7__length1;
| ^~~~~~~~~~~~~~
encoding.c:385:25: warning: variable ‘_tmp6_’ set but not used
[-Wunused-but-set-variable]
385 | guint8* _tmp6_;
| ^~~~~~
encoding.c:356:14: warning: variable ‘_outbuf_size_’ set but not used
[-Wunused-but-set-variable]
356 | gint _outbuf_size_;
| ^~~~~~~~~~~~~
encoding.c:352:14: warning: variable ‘_inbuf_size_’ set but not used
[-Wunused-but-set-variable]
352 | gint _inbuf_size_;
| ^~~~~~~~~~~~
encoding.c: In function ‘kkc_encoding_converter_set_encoding’:
encoding.c:529:19: warning: assignment discards ‘const’ qualifier from pointer
target type [-Wdiscarded-qualifiers]
529 | old_value = kkc_encoding_converter_get_encoding (self);
| ^
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
from /usr/include/glib-2.0/glib.h:34,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from encoding.c:22:
encoding.c: In function
‘kkc_encoding_converter_encoding_coding_system_entry_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval,
__ATOMIC_SEQ_CST); \
| ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro
‘g_atomic_pointer_get’
272 | (!g_atomic_pointer_get (location) && \
| ^~~~~~~~~~~~~~~~~~~~
encoding.c:592:13: note: in expansion of macro ‘g_once_init_enter’
592 | if (g_once_init_enter
(&kkc_encoding_converter_encoding_coding_system_entry_type_id__once)) {
| ^~~~~~~~~~~~~~~~~
encoding.c: In function ‘kkc_encoding_converter_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval,
__ATOMIC_SEQ_CST); \
| ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro
‘g_atomic_pointer_get’
272 | (!g_atomic_pointer_get (location) && \
| ^~~~~~~~~~~~~~~~~~~~
encoding.c:685:13: note: in expansion of macro ‘g_once_init_enter’
685 | if (g_once_init_enter (&kkc_encoding_converter_type_id__once)) {
| ^~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
from /usr/include/glib-2.0/glib.h:34,
from ../libkkc/libkkc.h:6,
from user-dictionary.c:22:
user-dictionary.c: In function ‘kkc_user_dictionary_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval,
__ATOMIC_SEQ_CST); \
| ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro
‘g_atomic_pointer_get’
272 | (!g_atomic_pointer_get (location) && \
| ^~~~~~~~~~~~~~~~~~~~
user-dictionary.c:494:13: note: in expansion of macro ‘g_once_init_enter’
494 | if (g_once_init_enter (&kkc_user_dictionary_type_id__once)) {
| ^~~~~~~~~~~~~~~~~
user-dictionary.c: At top level:
user-dictionary.c:42:20: warning: ‘kkc_user_dictionary_properties’ defined but
not used [-Wunused-variable]
42 | static GParamSpec*
kkc_user_dictionary_properties[KKC_USER_DICTIONARY_NUM_PROPERTIES];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libkkc'
make[2]: *** [Makefile:518: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:449: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:14: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libkkc
Source-Version: 0.3.5-10
Done: Boyuan Yang <by...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libkkc, 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 libkkc 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: Sun, 28 Jul 2024 20:53:43 -0400
Source: libkkc
Architecture: source
Version: 0.3.5-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <debian-input-met...@lists.debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 1075177
Changes:
libkkc (0.3.5-10) unstable; urgency=medium
.
* Team upload.
* debian/rules: Drop useless override of -Wl,--as-needed.
* debian/rules: Do not error on incompatible-pointer-types.
This fixes compatibility with GCC 14. (Closes: #1075177)
Checksums-Sha1:
7b8a9962381faeb9a49702c54655171c61a3ab3b 2659 libkkc_0.3.5-10.dsc
beed8398342bb4aa942baebe993cd31644db3c8c 381882 libkkc_0.3.5.orig.tar.gz
8c9bcb71265d1acefaaa11905bb273144034820e 12720 libkkc_0.3.5-10.debian.tar.xz
c57fb3284615d1dfc0961b652c4278a8bbd8c68c 11023 libkkc_0.3.5-10_amd64.buildinfo
Checksums-Sha256:
b7d99c3990fb79c854f326b3644e79dbc21ddf808121c285f38faed3fc3c3e43 2659
libkkc_0.3.5-10.dsc
c106a09480f36b71854f2ffd9e11a4b882e0e2cb4a4a3d16ac472315ea04f797 381882
libkkc_0.3.5.orig.tar.gz
94af2a2cb9669c56120f8357a372496021681479ac40d3b8a9eb24bcdfff68a8 12720
libkkc_0.3.5-10.debian.tar.xz
11c534b2643d6c53428421b293d8cbc84e2b13400986299cb0a214b2d330e39d 11023
libkkc_0.3.5-10_amd64.buildinfo
Files:
12d3224d1a2efdfacb317d82f2c96670 2659 libs optional libkkc_0.3.5-10.dsc
6f90d2188a093be6caada210a69e073f 381882 libs optional libkkc_0.3.5.orig.tar.gz
53ea3b6bde614015f1f230d8b972c52f 12720 libs optional
libkkc_0.3.5-10.debian.tar.xz
eb029f8440e45bb084e01f5c7c032a64 11023 libs optional
libkkc_0.3.5-10_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmam6/IACgkQwpPntGGC
Ws6sCw//Zs1Lkrk8LjiD77f3rAfqMkFfCAVTsDMZS+vTbQGMHUa1NGPEis5I5D+I
2efB9Q8tESdRnwPeNYdnkiQYIrQGxCOnoLdxYD7wWr4zcZaAJlpVWikI4hLtyNVr
OvVSkpylPEZqPtohUTNQmjtl8DlPRnrblNGGkwWIWf2OnPQ4QdRT0v6WDPAOrsXl
cbGQCB647gNSecxwQZmhjznNq2EfUy0oJzRKDURBU+W1YrlfR9MDJJsCqgoDu1f1
+u6Nkav7AWRcOcIT/XTSNee/ENPnA2OX9mDKnd7Chs3pDgqjBtyVsuQjwH/xmdS6
zheuYCdAFe3tDWb6/hC20ae8ISpttjF/48kh0ZIGwb1ipJblhygotdRyYS3inWDa
UVYLBlNWz9L6jroZ9x44qABXU8rSuSD0NncOalvGCE2XBD77OkoRnYxmbIgQG8mY
nczc5T2OY11igML9Q8BEtWTXKiBrqLmLIsrXi2kqopfLnHlexK32zAGi3J3UNpty
y2ZBD8XnFIBhrJdee4xaVUodD7ygH87clgyC56vWgDIOiynmJDAoFXrV0MoOLEk7
I/GhaS3si5c6NrgLK03zySt0GhHvvcj/iLdRlA4ZsrozPqU0s3s+n4Q8zd58zgk1
wOU1xKFATUfXNC1+xlM+V7Ama//3HgUiF7jMm30z3DAZcTlFd0U=
=RR9j
-----END PGP SIGNATURE-----
pgpweheIlY8JK.pgp
Description: PGP signature
--- End Message ---