Your message dated Tue, 08 Aug 2017 05:19:20 +0000
with message-id <e1dewvi-000cct...@fasolo.debian.org>
and subject line Bug#853354: fixed in connectome-workbench 
1.2.3+git41-gc4c6c90-2
has caused the Debian Bug report #853354,
regarding connectome-workbench: 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.)


-- 
853354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:connectome-workbench
Version: 1.2.3+git3-g7b83782-1
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/connectome-workbench_1.2.3+git3-g7b83782-1_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

[...]
#endif
}

Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: 
/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4152d/fast"
make[2]: Entering directory 
'/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_4152d.dir/build.make 
CMakeFiles/cmTC_4152d.dir/build
make[3]: Entering directory 
'/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4152d.dir/CheckSymbolExists.cxx.o
/usr/bin/c++    -I/usr/include/qt4  -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782=. 
-fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -Wdate-time 
-D_FORTIFY_SOURCE=2     -o CMakeFiles/cmTC_4152d.dir/CheckSymbolExists.cxx.o -c 
/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
 In function 'int main(int, char**)':
/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
 error: 'Q_WS_MAC' was not declared in this scope
   return ((int*)(&Q_WS_MAC))[argc];
                   ^~~~~~~~
/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
 note: suggested alternative: 'Q_WS_X11'
   return ((int*)(&Q_WS_MAC))[argc];
                   ^~~~~~~~
                   Q_WS_X11
CMakeFiles/cmTC_4152d.dir/build.make:65: recipe for target 
'CMakeFiles/cmTC_4152d.dir/CheckSymbolExists.cxx.o' failed
make[3]: *** [CMakeFiles/cmTC_4152d.dir/CheckSymbolExists.cxx.o] Error 1
make[3]: Leaving directory 
'/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_4152d/fast' failed
make[2]: *** [cmTC_4152d/fast] Error 2
make[2]: Leaving directory 
'/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'

File 
/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef Q_WS_MAC
  return ((int*)(&Q_WS_MAC))[argc];
#else
  (void)argc;
  return 0;
#endif
}

dh_auto_configure: cmake ../src -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_SKIP_RPATH:BOOL=OFF returned exit code 1
        cd /<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782
debian/rules:38: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory 
'/<<BUILDDIR>>/connectome-workbench-1.2.3+git3-g7b83782'
debian/rules:29: 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: connectome-workbench
Source-Version: 1.2.3+git41-gc4c6c90-2

We believe that the bug you reported is fixed in the latest version of
connectome-workbench, 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.
Yaroslav Halchenko <deb...@onerussian.com> (supplier of updated 
connectome-workbench 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: Tue, 08 Aug 2017 00:00:21 -0400
Source: connectome-workbench
Binary: connectome-workbench connectome-workbench-dbg
Architecture: source amd64
Version: 1.2.3+git41-gc4c6c90-2
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Yaroslav Halchenko <deb...@onerussian.com>
Description:
 connectome-workbench - brain visualization, analysis and discovery tool
 connectome-workbench-dbg - brain visualization, analysis and discovery tool -- 
debug symbols
Closes: 853354
Changes:
 connectome-workbench (1.2.3+git41-gc4c6c90-2) unstable; urgency=medium
 .
   * Upload of the snapshot from experimental to unstable
   * d/p/changeset_cf1faad575229c6519aee2b773f3e50b3d89e17e.diff
     to resolve FTBFS with gcc 7 (Closes: #853354)
Checksums-Sha1:
 efd9012233dc02aefe5db9f7646fe7df97c587b4 2375 
connectome-workbench_1.2.3+git41-gc4c6c90-2.dsc
 58aac0fcc832a24c771c372fde7b3051e602ebe0 9836 
connectome-workbench_1.2.3+git41-gc4c6c90-2.debian.tar.xz
 bf03c0bb454a159c77b6923999cacbd14362db9e 131121556 
connectome-workbench-dbg_1.2.3+git41-gc4c6c90-2_amd64.deb
 02b5532f9c5dc689db08bfd6a428fc37434648cd 10711 
connectome-workbench_1.2.3+git41-gc4c6c90-2_amd64.buildinfo
 213a5cfc19f5c3712e4185e6a9ef81b7ff72b61a 17822808 
connectome-workbench_1.2.3+git41-gc4c6c90-2_amd64.deb
Checksums-Sha256:
 3c34703cebc1e827bb6b706e21f511d840a5a6e8dbd404a5b782e0ddc35836c4 2375 
connectome-workbench_1.2.3+git41-gc4c6c90-2.dsc
 5adccafda36c47e2f461f9b038e850c9be7fbf7ba6635a8a3a4ac12b2e006aee 9836 
connectome-workbench_1.2.3+git41-gc4c6c90-2.debian.tar.xz
 269c8c481ded366300d69f62db15caf553d19c82208137e5f074a6155cf2bc96 131121556 
connectome-workbench-dbg_1.2.3+git41-gc4c6c90-2_amd64.deb
 92d2063ec70159f5d7a165e94d09365c12dd20eb130e3434d3ae352edc4835a8 10711 
connectome-workbench_1.2.3+git41-gc4c6c90-2_amd64.buildinfo
 dff42431ed93422935a33e37cd610195dc3db29fbe1c4477de0fa7ce8ebc3826 17822808 
connectome-workbench_1.2.3+git41-gc4c6c90-2_amd64.deb
Files:
 7b1c8868d0d139a18250210ee37df9a8 2375 science extra 
connectome-workbench_1.2.3+git41-gc4c6c90-2.dsc
 1a145ef30e0dc1561a81f4950ef83b2b 9836 science extra 
connectome-workbench_1.2.3+git41-gc4c6c90-2.debian.tar.xz
 49d96fdef0ff328fd931311ace3c15e8 131121556 debug extra 
connectome-workbench-dbg_1.2.3+git41-gc4c6c90-2_amd64.deb
 209a808288be14041d4e3e89072d9cb7 10711 science extra 
connectome-workbench_1.2.3+git41-gc4c6c90-2_amd64.buildinfo
 11861e298253e9f318c651c48e7e6c67 17822808 science extra 
connectome-workbench_1.2.3+git41-gc4c6c90-2_amd64.deb

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

iQIzBAEBCAAdFiEExbkF8OjZ/ZZo/zZvot4jUGLaM/oFAlmJRREACgkQot4jUGLa
M/pNbw//ZW5PD1M3+3/VijAOkSfX+OFGEoWQojmk9YZ2E593Tyk8PDixRs1j4vDX
Zxm95frIaikTuHLgRRrFl2/1x3vvB97ED6cx1jMzFMz0th3Buq/U83KljsVxFfeI
tyvp+1W4j/KFCbrG7m1l+VoumYVKmwMwnU8kWO3qPdUJhhPNmbTa+IApT6r9PfIf
Y95NeG/zkBi6OzJSwAHpTZGzxhx/VR5aRdWIVG3O1jlxx5ZCye0CHLQ3vW7VcL9F
4dM2iX1g02PmsiKP1Hrud1Nn5DrWQBG9uIMKvUTYL5//JiBQkZ2Y0kz3KYIXUv88
OADTT1+lMKp3I1hh/hUlwoPl4gADesPoQpiWmpYkR+jFKiMBHcOo7I7X3HJ7XGf/
Y1Tq01fzPlYpjeMgHX+ergd56IG2NR0GR4I5nyWLWbYRKRq8OIzLa2reOHfqT0w+
Okuu0307T1VgiNUIIoDURncGK1zOzmUhTPPT25hF/QYQzxmAtwMy3/tneuU9YBGy
wYFknvWBc09PY7wxGwIpr0ZRqOperiahI/ekqQm8DK+PSAC1ZoRiaUJ5l5ub9lDb
Bd8R2+SAz8RqqqiTP6/w29gGdE6pXt92gHdmpSWzqc4GxgKD3zZp/d9OcMfHTsFC
hgXu1FZu1P4wlH5knNhN9XUl0Nw3A2X1ltTQo6ku/6fg6ToKSpA=
=S3Mg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to