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

Bug#957399: marked as done (kcm-fcitx: ftbfs with GCC-10)



Your message dated Thu, 23 Jul 2020 03:05:38 +0000
with message-id <E1jyRYA-000GAk-FH@fasolo.debian.org>
and subject line Bug#957399: fixed in kcm-fcitx 0.5.6-2
has caused the Debian Bug report #957399,
regarding kcm-fcitx: 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.)


-- 
957399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957399
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:kcm-fcitx
Version: 0.5.5-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/kcm-fcitx_0.5.5-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>>/src/subconfigwidget_p.h:46:22: warning: ‘virtual QVariant Fcitx::ConfigFileItemModel::data(const QModelIndex&, int) const’ can be marked override [-Wsuggest-override]
   46 |     virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
      |                      ^~~~
In file included from /<<PKGBUILDDIR>>/src/impage.cpp:34:
/<<PKGBUILDDIR>>/src/impage_p.h:182:25: warning: ‘virtual QModelIndex Fcitx::IMPage::Private::IMModel::index(int, int, const QModelIndex&) const’ can be marked override [-Wsuggest-override]
  182 |     virtual QModelIndex index(int row, int column = 0, const QModelIndex& parent = QModelIndex()) const;
      |                         ^~~~~
/<<PKGBUILDDIR>>/src/impage_p.h:183:22: warning: ‘virtual QVariant Fcitx::IMPage::Private::IMModel::data(const QModelIndex&, int) const’ can be marked override [-Wsuggest-override]
  183 |     virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
      |                      ^~~~
/<<PKGBUILDDIR>>/src/impage_p.h:184:17: warning: ‘virtual int Fcitx::IMPage::Private::IMModel::rowCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
  184 |     virtual int rowCount(const QModelIndex& parent = QModelIndex()) const;
      |                 ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/skinpage.cpp:39:
/<<PKGBUILDDIR>>/src/skinpage_p.h:141:25: warning: ‘virtual QModelIndex Fcitx::SkinPage::Private::SkinModel::index(int, int, const QModelIndex&) const’ can be marked override [-Wsuggest-override]
  141 |     virtual QModelIndex index(int row, int column = 0, const QModelIndex& parent = QModelIndex()) const;
      |                         ^~~~~
/<<PKGBUILDDIR>>/src/skinpage_p.h:142:22: warning: ‘virtual QVariant Fcitx::SkinPage::Private::SkinModel::data(const QModelIndex&, int) const’ can be marked override [-Wsuggest-override]
  142 |     virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
      |                      ^~~~
/<<PKGBUILDDIR>>/src/skinpage_p.h:143:17: warning: ‘virtual int Fcitx::SkinPage::Private::SkinModel::rowCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
  143 |     virtual int rowCount(const QModelIndex& parent = QModelIndex()) const;
      |                 ^~~~~~~~
/<<PKGBUILDDIR>>/src/skinpage_p.h:144:18: warning: ‘virtual bool Fcitx::SkinPage::Private::SkinModel::setData(const QModelIndex&, const QVariant&, int)’ can be marked override [-Wsuggest-override]
  144 |     virtual bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole);
      |                  ^~~~~~~
/<<PKGBUILDDIR>>/src/skinpage_p.h:178:18: warning: ‘virtual void Fcitx::SkinPage::Private::SkinDelegate::paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const’ can be marked override [-Wsuggest-override]
  178 |     virtual void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const;
      |                  ^~~~~
/<<PKGBUILDDIR>>/src/skinpage_p.h:179:19: warning: ‘virtual QSize Fcitx::SkinPage::Private::SkinDelegate::sizeHint(const QStyleOptionViewItem&, const QModelIndex&) const’ can be marked override [-Wsuggest-override]
  179 |     virtual QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const;
      |                   ^~~~~~~~
/<<PKGBUILDDIR>>/src/skinpage.cpp: In member function ‘virtual QVariant Fcitx::SkinPage::Private::SkinModel::data(const QModelIndex&, int) const’:
/<<PKGBUILDDIR>>/src/skinpage.cpp:134:10: error: narrowing conversion of ‘Fcitx::SkinPage::Private::PathRole’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
  134 |     case PathRole:
      |          ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/impage.cpp:36:
/<<PKGBUILDDIR>>/src/module.h:75:10: warning: ‘virtual void Fcitx::Module::load()’ can be marked override [-Wsuggest-override]
   75 |     void load();
      |          ^~~~
/<<PKGBUILDDIR>>/src/module.h:80:10: warning: ‘virtual void Fcitx::Module::save()’ can be marked override [-Wsuggest-override]
   80 |     void save();
      |          ^~~~
/<<PKGBUILDDIR>>/src/module.h:85:10: warning: ‘virtual void Fcitx::Module::defaults()’ can be marked override [-Wsuggest-override]
   85 |     void defaults();
      |          ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/impage.cpp:40:
/<<PKGBUILDDIR>>/src/erroroverlay.h:35:10: warning: ‘virtual bool ErrorOverlay::eventFilter(QObject*, QEvent*)’ can be marked override [-Wsuggest-override]
   35 |     bool eventFilter(QObject *object, QEvent *event);
      |          ^~~~~~~~~~~
make[3]: *** [src/CMakeFiles/kcm_fcitx.dir/build.make:216: src/CMakeFiles/kcm_fcitx.dir/skinpage.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/src/uipage.cpp:2:
/<<PKGBUILDDIR>>/src/module.h:75:10: warning: ‘virtual void Fcitx::Module::load()’ can be marked override [-Wsuggest-override]
   75 |     void load();
      |          ^~~~
/<<PKGBUILDDIR>>/src/module.h:80:10: warning: ‘virtual void Fcitx::Module::save()’ can be marked override [-Wsuggest-override]
   80 |     void save();
      |          ^~~~
/<<PKGBUILDDIR>>/src/module.h:85:10: warning: ‘virtual void Fcitx::Module::defaults()’ can be marked override [-Wsuggest-override]
   85 |     void defaults();
      |          ^~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1101: src/CMakeFiles/kcm_fcitx.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: 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:16: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: kcm-fcitx
Source-Version: 0.5.6-2
Done: Boyuan Yang <byang@debian.org>

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

Debian distribution maintenance software
pp.
Boyuan Yang <byang@debian.org> (supplier of updated kcm-fcitx 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: Wed, 22 Jul 2020 22:22:51 -0400
Source: kcm-fcitx
Architecture: source
Version: 0.5.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Closes: 957399
Changes:
 kcm-fcitx (0.5.6-2) unstable; urgency=medium
 .
   * Team upload.
   * Rebuild against GCC 10. (Closes: #957399)
   * debian/upstream/metadata: Add a metadata file.
Checksums-Sha1:
 84f3fabc9ad2c4970d120affb8fc98830fd8c86d 2203 kcm-fcitx_0.5.6-2.dsc
 1597bbe1dba7ec4688bbe4194100da47521f0b8c 2976 kcm-fcitx_0.5.6-2.debian.tar.xz
 2a4a67e7f862a6014afab2f851f66943ed2d7606 14500 kcm-fcitx_0.5.6-2_amd64.buildinfo
Checksums-Sha256:
 a76d8b7b0003fda68ae84dee83cbd7e0eef72732730c58ef078d9b5b0938958b 2203 kcm-fcitx_0.5.6-2.dsc
 d7383f96045bc2984dc538eb2761e96c5dac02817f743530b9e869992c6d90a4 2976 kcm-fcitx_0.5.6-2.debian.tar.xz
 20d456f6c701f8af44fa1752b38a9e4ff88df52d9d29d5ccc2a2851eecf26ac1 14500 kcm-fcitx_0.5.6-2_amd64.buildinfo
Files:
 b3ea39ae57f84680a883e172c8db4127 2203 kde optional kcm-fcitx_0.5.6-2.dsc
 d2a8f75fd7cc4223e07dbcb081d6775c 2976 kde optional kcm-fcitx_0.5.6-2.debian.tar.xz
 127ee5c67b8b1fbc78cb253b158574d5 14500 kde optional kcm-fcitx_0.5.6-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl8Y9uUACgkQwpPntGGC
Ws7PmA//XD+hdM7QedMnnVJmLvGxUfNW7jeCIpMlZmc5s5Fkn/AILRzUKChaUtU6
iqOq6902cWWTHcbCgtlsQCthdp4brK0XvwprqzaZdq29l3Oo26g/DIk4pikqSDyv
j1OynJ769bQ2Ks3FQ26SYRvCWHmm+GY5szVxFeXZnD5UPxlN6h6CWWPxkEDmf0Mk
QbylfaLCkOH4rJfoRB4TVqRNBvGUZo3ESHYS0CdSmJmIJUwaKMp9XDIubYRc63Pk
A6eDio26mbpi+5K9wF00WBAW5dEceN9UMxuKwtTIy80TmvffEsIan7rHA0hVmWjj
+rIW0ARRiPqrIMh/u7rcT5AHDCysriyOR8E3ri8TpBZLeD9E4WT/7qJETNl3d9hx
NiNfdzxhGSkbIYIjO5bCtKstXvU5rP4GbOZ2Hoa0Qv8+g67MD36esYU1nxuE0+O1
gAORjcRLFV3g/nan3CKDTUQsTYF8Zuc0Uzm4wpF52oU7euv5lbX/y3uriBDufE63
WpD7Ye1V3F5BnWMoO3l7QWw7cl7YlcDCttVPg6tEZUrgM5FwW4vx0iDyo6kISi77
13MAuucFuGQQcom5EI0RLGhA+EhvqmJ67NpiO4ONDXGVYrIEU//PEZvkA+aF0/tA
JYWYg4P+1bpJogNqpPYGDHavhguHaDYtTzdi0Xh7arjyPuR68ZI=
=EkCo
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: