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

Bug#957197: marked as done (fcitx5-gtk: ftbfs with GCC-10)



Your message dated Fri, 03 Jul 2020 03:18:53 +0000
with message-id <E1jrCE1-000Hya-5w@fasolo.debian.org>
and subject line Bug#957197: fixed in fcitx5-gtk 0.0~git20200606.fc335f1-1
has caused the Debian Bug report #957197,
regarding fcitx5-gtk: ftbfs with GCC-10
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.)


-- 
957197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957197
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:fcitx5-gtk
Version: 0.0~git20191111.6f9ef64-2
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/fcitx5-gtk_0.0~git20191111.6f9ef64-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:229:9: warning: cast between incompatible function types from ‘void (*)(FcitxIMContext*)’ {aka ‘void (*)(_FcitxIMContext*)’} to ‘GInstanceInitFunc’ {aka ‘void (*)(GTypeInstance*, void*)’} [-Wcast-function-type]
  229 |         (GInstanceInitFunc)fcitx_im_context_init,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp: In function ‘void fcitx_im_context_class_init(FcitxIMContextClass*)’:
/<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:332:72: warning: ‘guint gtk_key_snooper_install(GtkKeySnoopFunc, gpointer)’ is deprecated [-Wdeprecated-declarations]
  332 |         _key_snooper_id = gtk_key_snooper_install(_key_snooper_cb, NULL);
      |                                                                        ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:143,
                 from /<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:35:
/usr/include/gtk-3.0/gtk/gtkmain.h:185:12: note: declared here
  185 | guint      gtk_key_snooper_install (GtkKeySnoopFunc snooper,
      |            ^~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:332:72: warning: ‘guint gtk_key_snooper_install(GtkKeySnoopFunc, gpointer)’ is deprecated [-Wdeprecated-declarations]
  332 |         _key_snooper_id = gtk_key_snooper_install(_key_snooper_cb, NULL);
      |                                                                        ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:143,
                 from /<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:35:
/usr/include/gtk-3.0/gtk/gtkmain.h:185:12: note: declared here
  185 | guint      gtk_key_snooper_install (GtkKeySnoopFunc snooper,
      |            ^~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp: In function ‘void fcitx_im_context_class_fini(FcitxIMContextClass*)’:
/<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:338:47: warning: ‘void gtk_key_snooper_remove(guint)’ is deprecated [-Wdeprecated-declarations]
  338 |         gtk_key_snooper_remove(_key_snooper_id);
      |                                               ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:143,
                 from /<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:35:
/usr/include/gtk-3.0/gtk/gtkmain.h:188:12: note: declared here
  188 | void       gtk_key_snooper_remove  (guint           snooper_handler_id);
      |            ^~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:338:47: warning: ‘void gtk_key_snooper_remove(guint)’ is deprecated [-Wdeprecated-declarations]
  338 |         gtk_key_snooper_remove(_key_snooper_id);
      |                                               ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:143,
                 from /<<PKGBUILDDIR>>/gtk3/fcitximcontext.cpp:35:
/usr/include/gtk-3.0/gtk/gtkmain.h:188:12: note: declared here
  188 | void       gtk_key_snooper_remove  (guint           snooper_handler_id);
      |            ^~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [gtk3/CMakeFiles/im-fcitx5-gtk3.dir/build.make:79: gtk3/CMakeFiles/im-fcitx5-gtk3.dir/fcitximcontext.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:250: gtk3/CMakeFiles/im-fcitx5-gtk3.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/gtk2/fcitximcontext.cpp:30:
/usr/include/Fcitx5/Utils/fcitx-utils/utf8.h: In member function ‘void fcitx::utf8::UTF8CharIterator<Iter>::update()’:
/usr/include/Fcitx5/Utils/fcitx-utils/utf8.h:212:24: error: ‘runtime_error’ is not a member of ‘std’
  212 |             throw std::runtime_error("Invalid UTF8 character.");
      |                        ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gtk2/fcitximcontext.cpp: In function ‘void fcitx_im_context_register_type(GTypeModule*)’:
/<<PKGBUILDDIR>>/gtk2/fcitximcontext.cpp:224:9: warning: cast between incompatible function types from ‘void (*)(FcitxIMContextClass*)’ {aka ‘void (*)(_FcitxIMContextClass*)’} to ‘GClassInitFunc’ {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
  224 |         (GClassInitFunc)fcitx_im_context_class_init,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gtk2/fcitximcontext.cpp:225:9: warning: cast between incompatible function types from ‘void (*)(FcitxIMContextClass*)’ {aka ‘void (*)(_FcitxIMContextClass*)’} to ‘GClassFinalizeFunc’ {aka ‘void (*)(void*, void*)’} [-Wcast-function-type]
  225 |         (GClassFinalizeFunc)fcitx_im_context_class_fini,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/gtk2/fcitximcontext.cpp:229:9: warning: cast between incompatible function types from ‘void (*)(FcitxIMContext*)’ {aka ‘void (*)(_FcitxIMContext*)’} to ‘GInstanceInitFunc’ {aka ‘void (*)(GTypeInstance*, void*)’} [-Wcast-function-type]
  229 |         (GInstanceInitFunc)fcitx_im_context_init,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [gtk2/CMakeFiles/im-fcitx5.dir/build.make:79: gtk2/CMakeFiles/im-fcitx5.dir/fcitximcontext.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:223: gtk2/CMakeFiles/im-fcitx5.dir/all] Error 2
[ 85%] Generating FcitxG-1.0.typelib
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fcitx-gclient" && /usr/bin/g-ir-compiler --includedir=/<<PKGBUILDDIR>>/fcitx-gclient /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fcitx-gclient/FcitxG-1.0.gir --output=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fcitx-gclient/FcitxG-1.0.typelib
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 85%] Built target gobject_introspection_compile_target_1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fcitx5-gtk
Source-Version: 0.0~git20200606.fc335f1-1
Done: Shengjing Zhu <zhsj@debian.org>

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

Debian distribution maintenance software
pp.
Shengjing Zhu <zhsj@debian.org> (supplier of updated fcitx5-gtk 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: Thu, 02 Jul 2020 11:52:34 +0800
Source: fcitx5-gtk
Architecture: source
Version: 0.0~git20200606.fc335f1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Changed-By: Shengjing Zhu <zhsj@debian.org>
Closes: 957197
Changes:
 fcitx5-gtk (0.0~git20200606.fc335f1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream snapshot. (Closes: #957197)
   * Bump debhelper-compat to 13 and clean up d/rules
   * Bump libfcitx5utils-dev to 0.0~git20200626
   * Add missing libfcitx5gclient headers
Checksums-Sha1:
 e2313bd9adf2fa17c9cc70e0c72c4b5f2026bf02 2045 fcitx5-gtk_0.0~git20200606.fc335f1-1.dsc
 4453dd8b0699923f073bc2b3010b2c57f4556897 35499 fcitx5-gtk_0.0~git20200606.fc335f1.orig.tar.gz
 45d791eadee73f8eb739e89aa23dc7aab2a5c057 3160 fcitx5-gtk_0.0~git20200606.fc335f1-1.debian.tar.xz
 dbac62f30ff5960d8285994f00bc5545e787351d 16598 fcitx5-gtk_0.0~git20200606.fc335f1-1_amd64.buildinfo
Checksums-Sha256:
 bf9341a6abd9152c0a66774d82c51b8e8685b88fcc4afd98cf3e98a41d40431e 2045 fcitx5-gtk_0.0~git20200606.fc335f1-1.dsc
 d965def2727ac3b298ccaf7cce1aafc71d585088ae51c076b202559791c25a3c 35499 fcitx5-gtk_0.0~git20200606.fc335f1.orig.tar.gz
 7aee7e1201aa59e12b48aeed8851bb28c5a9516c962fc5335972d36495a08434 3160 fcitx5-gtk_0.0~git20200606.fc335f1-1.debian.tar.xz
 3583b7bba86b180e4b73bbad135ee6d052bb25540167805d1f7947ed02f9a9a8 16598 fcitx5-gtk_0.0~git20200606.fc335f1-1_amd64.buildinfo
Files:
 f37204dc79bca8e8821043df096442b5 2045 utils optional fcitx5-gtk_0.0~git20200606.fc335f1-1.dsc
 c8544fa4d13870b51f80c226d2863af1 35499 utils optional fcitx5-gtk_0.0~git20200606.fc335f1.orig.tar.gz
 d17222c24d3a92a19be0a5a567cb83f8 3160 utils optional fcitx5-gtk_0.0~git20200606.fc335f1-1.debian.tar.xz
 977714cdbe31684e9dc1808e1a483412 16598 utils optional fcitx5-gtk_0.0~git20200606.fc335f1-1_amd64.buildinfo

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

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXv6fIBAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWUUABAJnk33DC9kSX3JNKY6OYCeka8ltkWICMOmek
NAJknFifAP9zEf18+s6PO92YFwqF8geHIEWj+jSxpmUb/C1/m451BA==
=RV/M
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: