Your message dated Mon, 01 Aug 2016 23:48:53 +0000
with message-id <e1bumx3-0007nv...@franck.debian.org>
and subject line Bug#811923: fixed in blitz++ 1:0.10+ds-1
has caused the Debian Bug report #811923,
regarding blitz++: FTBFS with GCC 6: clumsy program name interferes badly with 
#include directive
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.)


-- 
811923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811923
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: blitz++
Version: 1:0.10-3.3
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> libtool: link: c++ -g -DBZ_DEBUG -o .libs/array array.o  -L../lib 
> /build/blitz++-rmMNqG/blitz++-0.10/lib/.libs/libblitz.so
> c++ -DHAVE_CONFIG_H   -I. -I.. -I..  -Wdate-time -D_FORTIFY_SOURCE=2  -g 
> -DBZ_DEBUG -MT cartesian.o -MD -MP -MF .deps/cartesian.Tpo -c -o cartesian.o 
> cartesian.cpp
> In file included from /usr/include/c++/6/tuple:39:0,
>                  from /usr/include/c++/6/bits/unique_ptr.h:37,
>                  from /usr/include/c++/6/bits/locale_conv.h:41,
>                  from /usr/include/c++/6/locale:43,
>                  from /usr/include/c++/6/iomanip:43,
>                  from ../blitz/blitz.h:63,
>                  from ../blitz/array-impl.h:46,
>                  from ../blitz/array.h:37,
>                  from cartesian.cpp:1:
> ./array:1:2: error: invalid preprocessing directive #!
>  #! /bin/bash
>   ^
> 
> ./array:3:3: error: invalid preprocessing directive #array
>  # array - temporary wrapper script for .libs/array
>    ^~~~~
> 
> ./array:4:3: error: invalid preprocessing directive #Generated
>  # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.11
>    ^~~~~~~~~
> 
> ./array:6:3: error: invalid preprocessing directive #The
>  # The array program cannot be directly executed until all the libtool
>    ^~~
> 
> ./array:7:3: error: invalid preprocessing directive #libraries
>  # libraries that it depends on are installed.
>    ^~~~~~~~~
> 
> ./array:9:3: error: invalid preprocessing directive #This
>  # This wrapper script should never be moved out of the build directory.
>    ^~~~
> 
> ./array:10:3: error: invalid preprocessing directive #If
>  # If it is, it will not operate correctly.
>    ^~
> 
> ./array:12:3: error: invalid preprocessing directive #Sed
>  # Sed substitution that helps us do robust quoting.  It backslashifies
>    ^~~
> 
> ./array:13:3: error: invalid preprocessing directive #metacharacters
>  # metacharacters that are still active within double-quoted strings.
>    ^~~~~~~~~~~~~~
> 
> ./array:16:3: error: invalid preprocessing directive #Be
>  # Be Bourne compatible
>    ^~
> 
> ./array:20:5: error: invalid preprocessing directive #Zsh
>    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
>      ^~~
> 
> ./array:21:5: error: invalid preprocessing directive #is
>    # is contrary to our usage.  Disable this feature.
>      ^~
> 
> ./array:25:8: error: stray '`' in program
>    case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
>         ^
> 
> ./array:25:29: error: stray '`' in program
>    case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
>                              ^
> 
> ./array:27:28: error: stray '#' in program
>  BIN_SH=xpg4; export BIN_SH # for Tru64
>                             ^
> 
> ./array:28:29: error: stray '#' in program
>  DUALCASE=1; export DUALCASE # for MKS sh
>                              ^
> 
> ./array:30:3: error: invalid preprocessing directive #The
>  # The HP-UX ksh and POSIX shell print the target directory to stdout
>    ^~~
> 
> ./array:31:13: error: missing binary operator before token "is"
>  # if CDPATH is set.
>              ^~
> 
> ./array:31:0: error: unterminated #if
>  # if CDPATH is set.
>  
> 
> ./array:14:1: error: 'sed_quote_subst' does not name a type
>  sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
>  ^~~~~~~~~~~~~~~
> 
> ./array:17:66: error: 'then' does not name a type
>  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
>                                                                   ^~~~
> 
> ./array:25:58: error: 'esac' does not name a type
>    case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
>                                                           ^~~~
> 
> ./array:27:21: error: 'BIN_SH' does not name a type
>  BIN_SH=xpg4; export BIN_SH # for Tru64
>                      ^~~~~~
> 
> ./array:28:20: error: 'DUALCASE' does not name a type
>  DUALCASE=1; export DUALCASE # for MKS sh
>                     ^~~~~~~~
> 
> In file included from /usr/include/c++/6/bits/unique_ptr.h:37:0,
>                  from /usr/include/c++/6/bits/locale_conv.h:41,
>                  from /usr/include/c++/6/locale:43,
>                  from /usr/include/c++/6/iomanip:43,
>                  from ../blitz/blitz.h:63,
>                  from ../blitz/array-impl.h:46,
>                  from ../blitz/array.h:37,
>                  from cartesian.cpp:1:
> /usr/include/c++/6/tuple:71:33: error: expected ')' before ',' token
>        _Head_base(allocator_arg_t, __uses_alloc0)
>                                  ^
> 
> /usr/include/c++/6/tuple:75:28: error: expected ')' before ',' token
>   _Head_base(allocator_arg_t, __uses_alloc1<_Alloc> __a)
>                             ^
> 
> /usr/include/c++/6/tuple:79:28: error: expected ')' before ',' token
>   _Head_base(allocator_arg_t, __uses_alloc2<_Alloc> __a)
>                             ^
> 
> /usr/include/c++/6/tuple:83:26: error: expected ')' before ',' token
>   _Head_base(__uses_alloc0, _UHead&& __uhead)
>                           ^
> 
> /usr/include/c++/6/tuple:87:26: error: expected ')' before '<' token
>   _Head_base(__uses_alloc1<_Alloc> __a, _UHead&& __uhead)
>                           ^
> 
> /usr/include/c++/6/tuple:91:26: error: expected ')' before '<' token
>   _Head_base(__uses_alloc2<_Alloc> __a, _UHead&& __uhead)
>                           ^
> 
> /usr/include/c++/6/tuple:117:33: error: expected ')' before ',' token
>        _Head_base(allocator_arg_t, __uses_alloc0)
>                                  ^
> 
> /usr/include/c++/6/tuple:121:28: error: expected ')' before ',' token
>   _Head_base(allocator_arg_t, __uses_alloc1<_Alloc> __a)
>                             ^
> 
> /usr/include/c++/6/tuple:125:28: error: expected ')' before ',' token
>   _Head_base(allocator_arg_t, __uses_alloc2<_Alloc> __a)
>                             ^
> 
> /usr/include/c++/6/tuple:129:26: error: expected ')' before ',' token
>   _Head_base(__uses_alloc0, _UHead&& __uhead)
>                           ^
> 
> /usr/include/c++/6/tuple:133:26: error: expected ')' before '<' token
>   _Head_base(__uses_alloc1<_Alloc> __a, _UHead&& __uhead)
>                           ^
> 
> /usr/include/c++/6/tuple:138:26: error: expected ')' before '<' token
>   _Head_base(__uses_alloc2<_Alloc> __a, _UHead&& __uhead)
>                           ^
> 
> /usr/include/c++/6/tuple:237:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a)
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:242:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:250:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:257:37: error: expected ')' before '__tag'
>          _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                                      ^~~~~
> 
> /usr/include/c++/6/tuple:263:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:270:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:278:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:380:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a)
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:384:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:389:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:395:37: error: expected ')' before '__tag'
>          _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                                      ^~~~~
> 
> /usr/include/c++/6/tuple:400:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:406:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:412:30: error: expected ')' before '__tag'
>   _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
>                               ^~~~~
> 
> /usr/include/c++/6/tuple:692:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a)
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:702:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a,
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:713:33: error: expected ')' before '__tag'
>   explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                  ^~~~~
> 
> /usr/include/c++/6/tuple:723:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a,
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:734:33: error: expected ')' before '__tag'
>   explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                  ^~~~~
> 
> /usr/include/c++/6/tuple:740:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a, const tuple& __in)
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:744:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a, tuple&& __in)
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:753:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a,
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:765:33: error: expected ')' before '__tag'
>   explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                  ^~~~~
> 
> /usr/include/c++/6/tuple:777:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a,
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:789:33: error: expected ')' before '__tag'
>   explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                  ^~~~~
> 
> /usr/include/c++/6/tuple:1002:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a)
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:1013:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a,
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:1025:33: error: expected ')' before '__tag'
>   explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                  ^~~~~
> 
> /usr/include/c++/6/tuple:1035:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2)
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:1045:33: error: expected ')' before '__tag'
>   explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                  ^~~~~
> 
> /usr/include/c++/6/tuple:1051:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a, const tuple& __in)
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:1055:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a, tuple&& __in)
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:1064:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a,
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:1076:33: error: expected ')' before '__tag'
>   explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                  ^~~~~
> 
> /usr/include/c++/6/tuple:1088:24: error: expected ')' before '__tag'
>   tuple(allocator_arg_t __tag, const _Alloc& __a, tuple<_U1, _U2>&& __in)
>                         ^~~~~
> 
> /usr/include/c++/6/tuple:1098:33: error: expected ')' before '__tag'
>   explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                  ^~~~~
> 
> /usr/include/c++/6/tuple:1109:31: error: expected ')' before '__tag'
>          tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                ^~~~~
> 
> /usr/include/c++/6/tuple:1119:40: error: expected ')' before '__tag'
>          explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                         ^~~~~
> 
> /usr/include/c++/6/tuple:1129:31: error: expected ')' before '__tag'
>          tuple(allocator_arg_t __tag, const _Alloc& __a, pair<_U1, _U2>&& 
> __in)
>                                ^~~~~
> 
> /usr/include/c++/6/tuple:1139:40: error: expected ')' before '__tag'
>          explicit tuple(allocator_arg_t __tag, const _Alloc& __a,
>                                         ^~~~~
> 
> Makefile:749: recipe for target 'cartesian.o' failed
> make[3]: *** [cartesian.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: blitz++
Source-Version: 1:0.10+ds-1

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

Debian distribution maintenance software
pp.
Jerome Benoit <calcu...@rezozer.net> (supplier of updated blitz++ 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: Mon, 01 Aug 2016 22:19:06 +0000
Source: blitz++
Binary: libblitz0v5 libblitz0-dev libblitz-doc
Architecture: source
Version: 1:0.10+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Jerome Benoit <calcu...@rezozer.net>
Description:
 libblitz-doc - C++ template class library for scientific computing - doc
 libblitz0-dev - C++ template class library for scientific computing - libdev
 libblitz0v5 - C++ template class library for scientific computing
Closes: 811923
Changes:
 blitz++ (1:0.10+ds-1) unstable; urgency=medium
 .
   * RC fix release (Closes: #811923), external build to avoid name collisions.
   * New maintainer.
   * Debianizarion:
     - debian/copyright:
       - Files-Excluded field, setup;
       - refresh;
     - debian/control:
       - Standards Version, bump to 3.9.8;
       - Vcs-* headers, secure;
     - debian/watch, refresh;
     - debian/rules:
       - default target, introduce;
       - get-orig-source target, introduce;
       - build-arch/build-indep scheme, introduce;
       - clean up;
     - debian/patches/:
       - bump format to DEP-3;
       - d/p/fix_info.patch, discard in favour of on fly modification;
       - d/p/examples.patch, discard in favour of
           d/p/upstream-autotoolization-harden.patch;
       - d/p/testsuite.patch, obsoleted to keep the source as-is;
       - d/p/upstream-*.patch, introduce;
       - d/p/debianization-*.patch, introduce;
     - debian/adhoc/examples/Makefile, introduce;
     - debian/adhoc/testsuite/Makefile, introduce;
     - harden.
Checksums-Sha1:
 8296139b13f26f2bb13b942ebce7930ce37231a6 3045 blitz++_0.10+ds-1.dsc
 1641b9e7e35e489cd9eb7dbb259a92e7c5a91da1 585008 blitz++_0.10+ds.orig.tar.xz
 9b759a5bd13c4b478ce6487c6226e32c2d5bb8ff 12504 blitz++_0.10+ds-1.debian.tar.xz
Checksums-Sha256:
 0a3b3b1be55d0aed09f80bc4d4d14a5c6a48a707b14316fa671f88324034aafb 3045 
blitz++_0.10+ds-1.dsc
 8a8186a2593b65e80acaa2b0a93417ddb32cfd2a35238ce1e704be0bf1e6f8a1 585008 
blitz++_0.10+ds.orig.tar.xz
 9560feaebf4cda3c7fbfad2fc17a26a6b8db996295b8a03e55ca470bad362cb8 12504 
blitz++_0.10+ds-1.debian.tar.xz
Files:
 5cd19d7bf7989787a9364890f76b20f1 3045 devel optional blitz++_0.10+ds-1.dsc
 eca310fede33559d184508a661e42c22 585008 devel optional 
blitz++_0.10+ds.orig.tar.xz
 7fd69ee1cadf46620db3b91741fd1381 12504 devel optional 
blitz++_0.10+ds-1.debian.tar.xz

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

iQQcBAEBCgAGBQJXn9V5AAoJED+SGaZ/NsaL5agf/2t7kSaVkYQ+EIfovJM0g9in
fHvnjJTImBUhAItCgt/viZd72WY3NAKia60FiGbPj0YoltKH7JLvVCxJ8/XOELbj
sYVQQGjLHSLTvqB2iRcgrf6jwceOM+gqc05u3RwPRa2Rb7IcOXTfLlJJB0nJqSpy
ECaT9AmDO8ZCk7OKTS2EaXxaXcWCTOj3/rCd+UbGHs6hkx0R/wpoQ+sOGy8vmniP
N3jRf+kgljskWSFzIfsDAao/HgZ18R1JKacXBi4s8xTa5Gg/R/awAG0DXufrJkJ4
i3vvGxIjYRXVUvTAhWuEm+zMhtBwru7G30jtAAIbdNiU3HZzViHnwkUPJ02y6ILx
toSLS9IhqWVtf1n71znjxD0UggDyWPr4lfVpMFVJtsWkvLvdxGTCc40wHieovOiG
LbhpBSwCMfIMz54L3No+d7q7trOTPs2JUPU2tIfWlr1T/vn5mXHOZNo+Nhp9AqHb
sWC8y3MttzwX7Wh71XjKqYzAGGEVfk1z7CaQDap0qFhvwOX3lQT0oc9Jlg1bec4D
q5wYs1McpAza4kGgxSpjXv/TRxpi1Dr/xPO1DUiGalznPFE38SKUpjR1r8LhlhkM
ewrmJFl516Ys1joAsaNLPDHgvmQ0i5mmY3gEmPhFwEpkhVXhYZtcLDYTSDsW3gQA
YOU7lRqadvYhVWCumChQexdBQMJgXxAd4Ye5Ilun1ZgQ7YpDNC/mrcp4vOsPfOCU
21FAkrf1/o/iSmJRinaOl4MfmfcXtJKGVwy4w2diuZPUVqjfWcsWaoCivUfHAWOY
YraWlPHX6ZjegGMvPlK0BcbwG4lYKGcn+ZkJE8oPLK2dzdSmX/r4yFAcvOYRVrav
fdHj9AizqMv5acTXn+g4ChHNiednMfxxXiV9bLbm+tihuxRiiRQg3CGwi1pIbaXc
hICDNo62ewA5x5q3lKrcNhwY7EJmvVxHOMf3z6PZHGKu/FIdJ9ojv6RksEMZYFyM
E+QVWLWhh9bF6ioT/wjdwPgJgVqCJqSLq4N+i/zaOIwiCP8gExi+FiC9QsJXEDnL
H35jhGr7yeG6Cj+7Riqvv//QTyM5ESWM6oqEjjA3fVqEsJTDzhjmiiMxaxh5ped0
EgJLZwWbg1IISLgqqRAMqBgk0f6bJc4/dlzdMiMUbimwB+6HzNbGkR8Q9HPHythW
WQv3ndN6n1IiyeL9u3bE850CcqhqtIXdgNcT1/e0UH0UaokqaO9B87kD9gieUrPG
6Vd0bLKTqdsk4q9q2dxNqLyPLZ+YOi47ImWkKjCHpXaQmstarpeD8p18rbRUpB7S
7BaaRQWQSvae2dcJpe3r6CXPC/YQFc2VLj0PB2Fgp6vvgOkW46MUz9sBEX6qfq4=
=lvR/
-----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