Your message dated Sat, 03 Oct 2020 10:03:31 +0000
with message-id <e1koeo3-000fdj...@fasolo.debian.org>
and subject line Bug#957084: fixed in chemtool 1.6.14-6
has caused the Debian Bug report #957084,
regarding chemtool: 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.)


-- 
957084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:chemtool
Version: 1.6.14-5
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/chemtool_1.6.14-5_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

[...]
main.c: In function ‘file_ok_sel’:
main.c:3027:35: note: length computed here
 3027 |       strncpy (datadir, filename, strlen (filename) - strlen (tempstr) 
+ 1);
      |                                   ^~~~~~~~~~~~~~~~~
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 ct1.h:9,
                 from inout.c:6:
/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 ct1.h:9,
                 from inout.c:6:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
inout.c: In function ‘import_pdb’:
inout.c:732:13: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  732 |       (void)fgets (line, (int)sizeof (line), fp);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
inout.c: In function ‘check_babel’:
inout.c:6054:13: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 6054 |       (void)fgets (data, 80, xfile);
      |             ^~~~~~~~~~~~~~~~~~~~~~~
inout.c: In function ‘check_fig2sxd’:
inout.c:6133:3: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 6133 |   fscanf (xfile, "%s", myname);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -Wl,--as-needed   -o src-cht/cht 
cht.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 -lm 
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -Wl,--as-needed   -o chemtool 
main.o draw.o graph.o chemproc.o undo.o inout.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 -lm 
/usr/bin/ld: graph.o:./ct1.h:281: multiple definition of `babelout'; 
draw.o:./ct1.h:281: first defined here
/usr/bin/ld: graph.o:./ct1.h:280: multiple definition of `outmode'; 
draw.o:./ct1.h:280: first defined here
/usr/bin/ld: graph.o:./ct1.h:279: multiple definition of `outtype'; 
draw.o:./ct1.h:279: first defined here
/usr/bin/ld: graph.o:./ct1.h:278: multiple definition of `babelin'; 
draw.o:./ct1.h:278: first defined here
/usr/bin/ld: graph.o:./ct1.h:277: multiple definition of `inmode'; 
draw.o:./ct1.h:277: first defined here
/usr/bin/ld: graph.o:./ct1.h:276: multiple definition of `intype'; 
draw.o:./ct1.h:276: first defined here
/usr/bin/ld: chemproc.o:./ct1.h:281: multiple definition of `babelout'; 
draw.o:./ct1.h:281: first defined here
/usr/bin/ld: chemproc.o:./ct1.h:280: multiple definition of `outmode'; 
draw.o:./ct1.h:280: first defined here
/usr/bin/ld: chemproc.o:./ct1.h:279: multiple definition of `outtype'; 
draw.o:./ct1.h:279: first defined here
/usr/bin/ld: chemproc.o:./ct1.h:278: multiple definition of `babelin'; 
draw.o:./ct1.h:278: first defined here
/usr/bin/ld: chemproc.o:./ct1.h:277: multiple definition of `inmode'; 
draw.o:./ct1.h:277: first defined here
/usr/bin/ld: chemproc.o:./ct1.h:276: multiple definition of `intype'; 
draw.o:./ct1.h:276: first defined here
/usr/bin/ld: inout.o:./ct1.h:278: multiple definition of `babelin'; 
draw.o:./ct1.h:278: first defined here
/usr/bin/ld: inout.o:./ct1.h:281: multiple definition of `babelout'; 
draw.o:./ct1.h:281: first defined here
/usr/bin/ld: inout.o:./ct1.h:277: multiple definition of `inmode'; 
draw.o:./ct1.h:277: first defined here
/usr/bin/ld: inout.o:./ct1.h:276: multiple definition of `intype'; 
draw.o:./ct1.h:276: first defined here
/usr/bin/ld: inout.o:./ct1.h:280: multiple definition of `outmode'; 
draw.o:./ct1.h:280: first defined here
/usr/bin/ld: inout.o:./ct1.h:279: multiple definition of `outtype'; 
draw.o:./ct1.h:279: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:532: chemtool] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:609: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:433: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:13: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: chemtool
Source-Version: 1.6.14-6
Done: Michael Banck <mba...@debian.org>

We believe that the bug you reported is fixed in the latest version of
chemtool, 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.
Michael Banck <mba...@debian.org> (supplier of updated chemtool 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: Sat, 03 Oct 2020 11:43:13 +0200
Source: chemtool
Architecture: source
Version: 1.6.14-6
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Michael Banck <mba...@debian.org>
Closes: 957084
Changes:
 chemtool (1.6.14-6) unstable; urgency=medium
 .
   * debian/patches/957084_gcc10.patch: New patch, fixes build failure with
     gcc10/-fno-common (Closes: #957084).
Checksums-Sha1:
 81617f809943966a4c5a0aa07eb026400ef3cf6f 1977 chemtool_1.6.14-6.dsc
 6cdd6302cc3ffbc8bee59e27e469eb934946757d 8428 chemtool_1.6.14-6.debian.tar.xz
 5524ec3826d242fe65c2960779d4de01bbdd0edc 5815 
chemtool_1.6.14-6_source.buildinfo
Checksums-Sha256:
 13cbe41d908bcd42ad9f7e5b9711a728ef410666e65c8684ede61d89ad77e478 1977 
chemtool_1.6.14-6.dsc
 79f92501e4b9b448230b4aeb4d4f6f84ade71faa085a1849fbc0fa4594abefcd 8428 
chemtool_1.6.14-6.debian.tar.xz
 f924492a2d8c37fba4696e36bfe1877f5491cbe5e22ca8a9ffef6512352225c2 5815 
chemtool_1.6.14-6_source.buildinfo
Files:
 5646e54777a66128007390b8fb82b264 1977 science optional chemtool_1.6.14-6.dsc
 a8ecc0013efb2aa0bc8942ed17ee7969 8428 science optional 
chemtool_1.6.14-6.debian.tar.xz
 a9d94628f279c66c1773e4a54bf7da95 5815 science optional 
chemtool_1.6.14-6_source.buildinfo

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

iQIzBAEBCAAdFiEEnKh3dJ+rLk+paGLs3GhqJ7Q0gbAFAl94R70ACgkQ3GhqJ7Q0
gbC0Aw/9EtS+bCTYFy7ioucZYWt58oI8lnnk+z7l3G1t2sfulS7n57+LhSe18CkL
ZBAomKwjZ8g3MZzSgwe74F1l+0oQKkt+YvPAinzsYp1nrIn72tFenHXm3erKbcEZ
x2r4ncyxXwvSXdJxYhiS1A6UKvlvdgSDCdCLYpgHWRCCS8u+OvKPFFWdM4w603K5
ro2Jjq/1fZ+2ZQdzZmd3BWbucvENp9yKb94NjncmuRlUpP54tAtLnD6UoydGwl5V
81ZN6HD20W5VW4G6GIKMhpQom8obLjh87UF+c634idPGNILXJTMWBZnvHi4qu12W
3BC2kzCA3amPCBKVT54RwGe5eoZRp/9vwd25Qms1Cq5PhIv7ckIMKd+SdgzY++TG
uC6v1kiGUFBLYk36MUMk3rx0AYAREHCURo+WMiT51Lgo9zEWnn6Dw2DSM5rF3j2+
NhrU6E+eH0X8o4NrEgdgslDfrIf5YdwUmJ5C5ocw42+w04pIfAbFqWcK1qwH/+gC
M4DpfbvaLEgIOZFMOzXXLSOXuou/2HAJqSGFpTZ5sMadPRE1UMd3X1xOqPURn8Qk
ecRDmdNMf79omAVD6mVxmgbnftpTCWcyeB4WRZJNZq4jQlZ55Z9xGUfHzJ9TUwsx
j0Q3Q7l7jXlktb3mCvsL/smCO4Wn0uNVFkhRHJCENGlOKccxc3k=
=xUNA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to