Your message dated Tue, 15 Dec 2020 16:19:17 +0000
with message-id <e1kpd2j-0009fd...@fasolo.debian.org>
and subject line Bug#957247: fixed in galculator 2.1.4-1.1
has caused the Debian Bug report #957247,
regarding galculator: 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 ow...@bugs.debian.org
immediately.)


-- 
957247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957247
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:galculator
Version: 2.1.4-1
Severity: normal
Tags: sid bullseye
User: debian-...@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/galculator_2.1.4-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

[...]
ui.c:1190:2: warning: ‘gtk_widget_override_color’ is deprecated 
[-Wdeprecated-declarations]
 1190 |  gtk_widget_override_color (formula_entry, GTK_STATE_FLAG_NORMAL, 
pcolor);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from galculator.h:24,
                 from ui.c:25:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
 1144 | void         gtk_widget_override_color            (GtkWidget     
*widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
ui.c:1191:5: warning: ‘gtk_widget_override_color’ is deprecated 
[-Wdeprecated-declarations]
 1191 |     gtk_widget_override_color (formula_entry, GTK_STATE_FLAG_ACTIVE, 
pcolor);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from galculator.h:24,
                 from ui.c:25:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
 1144 | void         gtk_widget_override_color            (GtkWidget     
*widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
ui.c:1192:5: warning: ‘gtk_widget_override_color’ is deprecated 
[-Wdeprecated-declarations]
 1192 |     gtk_widget_override_color (formula_entry, GTK_STATE_FLAG_PRELIGHT, 
pcolor);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from galculator.h:24,
                 from ui.c:25:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
 1144 | void         gtk_widget_override_color            (GtkWidget     
*widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
ui.c:1193:5: warning: ‘gtk_widget_override_color’ is deprecated 
[-Wdeprecated-declarations]
 1193 |     gtk_widget_override_color (formula_entry, 
GTK_STATE_FLAG_INSENSITIVE, pcolor);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from galculator.h:24,
                 from ui.c:25:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
 1144 | void         gtk_widget_override_color            (GtkWidget     
*widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
test -f flex_parser.c || /bin/bash ../ylwrap flex_parser.l lex.yy.c 
flex_parser.c -- flex  
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" 
-DPACKAGE_UI_DIR=\""/usr/share/galculator/ui"\" 
-DPACKAGE_PIXMAPS_DIR=\""/usr/share/pixmaps"\" -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DGSEAL_ENABLE -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o galculat
 or-flex_parser.o `test -f 'flex_parser.c' || echo './'`flex_parser.c
flex_parser.c:1549:16: warning: ‘input’ defined but not used [-Wunused-function]
 1549 |     static int input  (void)
      |                ^~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread 
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -export-dynamic -Wl,-z,relro -Wl,--as-needed -o 
galculator galculator-main.o galculator-math_functions.o galculator-display.o 
galculator-general_functions.o galculator-calc_basic.o galculator-config_file.o 
galculator-callbacks.o gal
 culator-ui.o galculator-flex_parser.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 
-lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 
-lgobject-2.0 -lglib-2.0 -lm -lquadmath 
libtool: link: gcc -pthread -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wl,-z -Wl,relro -o galculator galculator-main.o 
galculator-math_functions.o galculator-display.o galculator-general_functions.o 
galculator-calc_basic.o galculator-config_file.o galculator-callbacks.o 
galculator-ui.o galculator-flex_parser.o -Wl,--export-dynamic
   -Wl,--as-needed -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 
-lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
-lquadmath -pthread
/usr/bin/ld: galculator-config_file.o:(.bss+0x0): multiple definition of 
`prefs'; galculator-main.o:(.bss+0x40): first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:474: galculator] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:528: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:416: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:11: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: galculator
Source-Version: 2.1.4-1.1
Done: =?utf-8?q?Andreas_R=C3=B6nnquist?= <gus...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Rönnquist <gus...@debian.org> (supplier of updated galculator 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: SHA256

Format: 1.8
Date: Mon, 14 Dec 2020 04:39:59 +0100
Source: galculator
Architecture: source
Version: 2.1.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Andreas Rönnquist <gus...@debian.org>
Closes: 957247
Changes:
 galculator (2.1.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch to fix FTBFS with gcc-10 (Closes: #957247)
Checksums-Sha1:
 cec83588ca40e7e087e12c86f3d97ee5cf41e858 1960 galculator_2.1.4-1.1.dsc
 0e3d50bdd0ce580a29250bf011d57807d5d68bb2 5672 
galculator_2.1.4-1.1.debian.tar.xz
 b353e481b31ad1974994b07b02c20dea13d13f95 14652 
galculator_2.1.4-1.1_source.buildinfo
Checksums-Sha256:
 5118a0296ad3bac97cc4ed2f47c145334690350fea81ba4470442a3d8f2aaa74 1960 
galculator_2.1.4-1.1.dsc
 a2ba50bd0af00bcf9a9151e154c1a5e1770bab5f7fcf46970fd6ebae95313e08 5672 
galculator_2.1.4-1.1.debian.tar.xz
 6a3c03d47b0a5955f65f3cb1f85257e1692b9da90bf1448d2d532d0d5e56bf3e 14652 
galculator_2.1.4-1.1_source.buildinfo
Files:
 b859e803e45d550f1e3f03abb3938b26 1960 math optional galculator_2.1.4-1.1.dsc
 c96555f8ada985c5826ef27f7618f2dd 5672 math optional 
galculator_2.1.4-1.1.debian.tar.xz
 18af2b4f8fe07c0b54117944e0ef6893 14652 math optional 
galculator_2.1.4-1.1_source.buildinfo

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

iQJFBAEBCAAvFiEE2zBuSxD/2Y7021XXGUtjGrLaKIgFAl/Y3ZkRHGd1c25hbkBn
dXNuYW4uc2UACgkQGUtjGrLaKIiZlhAAsTAlqMUg+tBX517iUUsAredEt9HRrkgY
pIIpFsYqi+glF02sxbPYUokjugSlW6pdpr8mT3cSAd+cSM3SNGP41SIyF0QJBeL5
9eCKCO9biVJBdlxDjxNXdM9+Zvi19V6hSI+Qq3dYdfWZ3pIjS2amx3SIxxJwuTMV
8v8+7Nq7fsSi1jlqMW2G1KRMQ/lTiBCuMI9Ec44ADC5UXSLeI8hfYRkxPFl8LZ6d
PpqQmrjEvTYx/9funXAJzTybcwI8X5zK1KvrxMskinvjzIcI7mkn+MLIQRX1giJI
d+cfgL8hYv08iO9MkT9Zk7i7stG5Wm8HViH6xHeqvVbKu8zquFjI+3nWQZfQwZMJ
9wMlHomnvKiBKEWUIo8s4d7W/C5QassIPflkgf+Avm6o+29dLpIcdzbMEH8sMYyJ
/DJjZ3U4d4IIMW/V7c9PnkKXrTxMuFdTN6fUCEqo/VUjBstGZQ+gM/qARhDKPJAG
/H+KzhfhIK1iYfCf7AsqkCGoymiH+cUV9b2KhUhhcczzCbgzVM3CHxpEAYicMCnH
OXxuQjr+MC5EbkYDqQ0oGxotxP6zsDhRTkKjq3paWmvFRURCDOdv4p7HejuAeftr
m+KfjkWizppuwEVodjgDbAkUWfmuLqD5ZPOpSo/lPWbm/hXs6SbGHxPTFYmXuID6
8ab2+xL2KhY=
=mhZZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to