Your message dated Fri, 11 Aug 2017 11:49:28 +0000
with message-id <e1dg8ru-0003li...@fasolo.debian.org>
and subject line Bug#853380: fixed in dx 1:4.4.4-10
has caused the Debian Bug report #853380,
regarding dx: ftbfs with GCC-7
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.)


-- 
853380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853380
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dx
Version: 1:4.4.4-9
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/dx_4.4.4-9_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C:7107:1: warning: ISO C++ forbids converting a string constant to 
'String {aka char*}' [-Wwrite-strings]
EditorWindow.C: In member function 'boolean EditorWindow::javifyNetwork()':
EditorWindow.C:7170:17: warning: ISO C++ forbids converting a string constant 
to 'char*' [-Wwrite-strings]
  char* macros = "/java/server/dxmacros";
                 ^~~~~~~~~~~~~~~~~~~~~~~
EditorWindow.C: In member function 'void EditorWindow::setUndoActivation()':
EditorWindow.C:7545:62: warning: ISO C++ forbids converting a string constant 
to 'XmStringCharSet {aka char*}' [-Wwrite-strings]
     XmString xmstr = XmStringCreateLtoR (button_label, "bold");
                                                              ^
Makefile:1101: recipe for target 'EditorWindow.o' failed
make[6]: *** [EditorWindow.o] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/uipp/dxuilib'
Makefile:879: recipe for target 'all' failed
make[5]: *** [all] Error 2
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/uipp/dxuilib'
Makefile:406: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/uipp'
Makefile:402: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:433: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:36: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:19: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: dx
Source-Version: 1:4.4.4-10

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

Debian distribution maintenance software
pp.
Graham Inggs <gin...@debian.org> (supplier of updated dx 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: SHA512

Format: 1.8
Date: Fri, 11 Aug 2017 11:15:41 +0000
Source: dx
Binary: dx libdx4 libdx4-dev dx-doc
Architecture: source
Version: 1:4.4.4-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Description:
 dx         - OpenDX (IBM Visualization Data Explorer) - main package
 dx-doc     - OpenDX (IBM Visualization Data Explorer) - documentation
 libdx4     - OpenDX (IBM Visualization Data Explorer) - shared libraries
 libdx4-dev - OpenDX (IBM Visualization Data Explorer) - development files
Closes: 853380 856055
Changes:
 dx (1:4.4.4-10) unstable; urgency=medium
 .
   * Fix FTBFS with GCC 7 (Closes: #853380)
   * Switch to debhelper 10
   * Fix more spelling errors in binaries and manpages, thanks Lintian
   * Update Lintian overrides
   * Use secure URIs for Vcs-* fields
   * Bump Standards-Version to 4.0.1, no further changes
   * Add Build-Conflicts on libgraphicsmagick-dev
   * Ship PNG icon instead of XPM
   * Fix NetCDF import on 64-bit architectures,
     thanks Timo Korvola (Closes: #856055)
Checksums-Sha1:
 149858b6197301103d3634fc52958124758b9122 2382 dx_4.4.4-10.dsc
 e9a8fd496aef605e6bfa4a06be6c5f1499cb9f80 72088 dx_4.4.4-10.debian.tar.xz
Checksums-Sha256:
 73f18ef17cd974d94934554b0445d7644bdc2cd0967562aa7d6f12c01a11c6d1 2382 
dx_4.4.4-10.dsc
 41837576739ff87f00c462c603618d267caff3e25dd63ba5816188a0fbd7821d 72088 
dx_4.4.4-10.debian.tar.xz
Files:
 6ccfaa779aafa8c100784dccbeb13dbe 2382 science optional dx_4.4.4-10.dsc
 38330ace7141d601a12cb878cb7480f4 72088 science optional 
dx_4.4.4-10.debian.tar.xz

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

iQIcBAEBCgAGBQJZjZMfAAoJEK/P7I5mnOHCeX8P/2XPDa9oFEi4io3AcDq60Tze
lSazkepZCzMXOjt9Gt9By8g2kIaJ5i/rDZcgn3qPR9OP0LnrPCTuOIdPKunSqY2D
A3JdtlphOBCnfzTkwB90d9JcpiIJazfNxQ0CwJqUdWBIIpfp1sE4Hinc0wXJKBNw
ZI3NNMsPkPr2lGau+6LgT1LOymTQ8X1qSDwC6I1GqEvOqNl5BhSjr5d9eiaJCtq2
jl6m9O6hmZ/cLzilNi/ef+2wNnXyqAdCmw1cKedDtdf0jI7UsGxPEnV55uw/1+dk
HJE2TjksWHiRzFwwH79PPjejkpirlNiyvrcMnnxdNwkRJdE0j4P4wIfrUzWBdBsY
UUS2eiUy9O2quYjEOlS04Z/tLqGSX9tu8OY+B2wRKrWpbahNAWDKIMZnF/DS6J6d
aqdEP6McMqM/QzMBk6qWt8UbXaH7PGyWgHF3KQVt6/buKEWHHEE9ARFYElnyvx8W
vWiGFWnvVU+828dK1VWh97DLWSWH6hqHZ+0L/vW1EE32xmSroddfPma+RbBwM7IN
c6eIJzAOKP3VU4BM2LKAf2OMqI68UfJPcMLtj7tFqGXayOKkbV7uirMxIOcv+rT2
vbUbTyHcdjW7sKY+1ydc06T0CgU8X8Zilx9kPLmXuPwvdyl+BFZcND3EANBAy/Dq
RvnGRH3sSiP1pnImnMv9
=5WNE
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to