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

Bug#957075: marked as done (cellwriter: ftbfs with GCC-10)



Your message dated Mon, 18 May 2020 23:03:44 +0000
with message-id <E1jaonQ-000D6K-Cg@fasolo.debian.org>
and subject line Bug#957075: fixed in cellwriter 1.3.6-2
has caused the Debian Bug report #957075,
regarding cellwriter: 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.)


-- 
957075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957075
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:cellwriter
Version: 1.3.6-1
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/cellwriter_1.3.6-1_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

[...]
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from src/common.h:23,
                 from src/statusicon.c:24:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from src/common.h:23,
                 from src/singleinstance.c:24:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from src/common.h:23,
                 from src/singleinstance.c:24:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from src/common.h:23,
                 from src/statusicon.c:24:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from src/common.h:23,
                 from src/statusicon.c:24:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
gcc -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/cellwriter\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -o cellwriter main.o window.o keyevent.o cellwidget.o recognize.o stroke.o options.o averages.o wordfreq.o preprocess.o keywidget.o singleinstance.o statusicon.o  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lX11 -lXtst -lXtst -lX11 -lgtk-x11-2.0 -lm 
/usr/bin/ld: preprocess.o:(.data+0x4): multiple definition of `ignore_stroke_dir'; options.o:(.bss+0x4): first defined here
/usr/bin/ld: preprocess.o:./src/preprocess.c:46: multiple definition of `prep_examined'; recognize.o:./src/recognize.c:32: first defined here
/usr/bin/ld: preprocess.o:(.data+0x0): multiple definition of `ignore_stroke_num'; options.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:482: cellwriter] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:385: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: cellwriter
Source-Version: 1.3.6-2
Done: Sudip Mukherjee <sudipm.mukherjee@gmail.com>

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukherjee@gmail.com> (supplier of updated cellwriter 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: Mon, 18 May 2020 23:20:06 +0100
Source: cellwriter
Architecture: source
Version: 1.3.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Closes: 957075
Changes:
 cellwriter (1.3.6-2) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Bump debhelper from old 11 to 12.
   * Set upstream metadata fields: Bug-Submit, Repository.
   * Fix day-of-week for changelog entries 1.3.4-1, 1.3.3-1, 1.3.1-1,
     1.3.0-1.
 .
   [ Sudip Mukherjee ]
   * Fix FTBFS with gcc-10. (Closes: #957075)
   * Update Standards-Version to 4.5.0
   * Update compat level to 13.
Checksums-Sha1:
 cdfdb05401371081f48d90d07a58b07dad75d623 1891 cellwriter_1.3.6-2.dsc
 124ddf7b94eadeb8f582a3d4310e4db7e78dc3de 3560 cellwriter_1.3.6-2.debian.tar.xz
 091a027747043df91686750a95bdfcdc6b9dcc71 10293 cellwriter_1.3.6-2_source.buildinfo
Checksums-Sha256:
 94fff33f2e18cfb0d1adb4218337ccb05ea5bba1e096f8091174154c80bb44cf 1891 cellwriter_1.3.6-2.dsc
 8f875c9316bb0968153d3a3e4a7f325908f247cc2c388ab0a0d6b92a71bb247a 3560 cellwriter_1.3.6-2.debian.tar.xz
 095af99ccf3a0eee53bb66360adcc4bfa788b06ea325ecee7cfd3ada8f6f70f7 10293 cellwriter_1.3.6-2_source.buildinfo
Files:
 da657e1dfd9372068411ce82f982f1af 1891 gnome optional cellwriter_1.3.6-2.dsc
 112a0376197e9544c6c8e7f411973976 3560 gnome optional cellwriter_1.3.6-2.debian.tar.xz
 4bf6dda1ad5125d4c0690618e03615c1 10293 gnome optional cellwriter_1.3.6-2_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl7DD+wACgkQweDZLphv
fH49RhAAjFKv6xCrmZ1yaWSJ0W6V1iuKDpOyIbysv2OCx8KwoWcPIL4mOr9V3+0a
GcdGYzeSCFZVXkGsuTBtrqXonIpGbC4C9Km3kHq5RNrprXXWJyUR5vGoHhqnfKEC
6Yf3lwSGh2u9mmpyH8JZZopBhzBw4YbA5ncGUMZDf5+Wm97brgPCTZvf13MpYbFL
MNOiTcp/5AKHs2jK+2Musw/0l8lekROydYSz7U1vBeXFRoxkNeIdfZ5UrxaonJWt
1CDnE47FYtncpKeKC2jy14za9+mxDkvDIfy+iCVLaeOGvN5HHT6tysWtBSHIeFUP
LL90bQGBnfrQR5AjfboR2m1NkQjHo2H8eqjbkhIluArzM6BhV7iIeYt7j/0L2JeO
XXaXQuPLCR98KJ2YA9AB6I+vsYKP6CVA24fZfC69Z9IooXggK2yOlQ41sYYfi773
tl9PFfB3Dlk1ZpMPxBVp7mObpJ3r6YW/knugh9JbZN4F+H7TF3wpLXs4jJO3eK/s
m3XGbEJt0YO3KZfVg9Nzl8SGac8BTM/WCILKCIZqLeBudy055vRnff1iL06Z6fQ7
qKDdSVQxlumELKZkXSCbCCG7mn3sNQd6RszwG+h6lrbZ8LlXVAth4CtmZ6GlTdAl
G3Qf2N8+/tT5yq37GDwtxSFgxzs3k1adcx3OMATyDonjNev/ppY=
=xd7R
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: