Your message dated Fri, 09 Dec 2016 18:04:58 +0000
with message-id <[email protected]>
and subject line Bug#812053: fixed in galib 1:2.4.7-4
has caused the Debian Bug report #812053,
regarding galib: FTBFS with GCC 6
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 [email protected]
immediately.)


-- 
812053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812053
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: galib
Version: 2.4.7-3.1
Severity: important
User: [email protected]
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
...
> mv -f .deps/garandom.Tpo .deps/garandom.Plo
> /bin/bash ./libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ 
> -DPACKAGE_NAME=\"galib\" -DPACKAGE_TARNAME=\"galib\" 
> -DPACKAGE_VERSION=\"2.4.7\" -DPACKAGE_STRING=\"galib\ 2.4.7\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"galib\" 
> -DVERSION=\"2.4.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -I. -I../../ga/../    -Wall -O2 -MT GAList.lo -MD -MP 
> -MF .deps/GAList.Tpo -c -o GAList.lo `test -f '../../ga/GAList.C' || echo 
> './'`../../ga/GAList.C
> ../../ga/GA1DArrayGenome.C: In constructor 
> 'GA1DArrayAlleleGenome<T>::GA1DArrayAlleleGenome(unsigned int, const 
> GAAlleleSet<T>&, GAGenome::Evaluator, void*)':
> ../../ga/GA1DArrayGenome.C:225:75: error: there are no arguments to 
> 'initializer' that depend on a template parameter, so a declaration of 
> 'initializer' must be available [-fpermissive]
>    initializer(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_INITIALIZER);
>                                                                            ^
> 
> ../../ga/GA1DArrayGenome.C:225:75: note: (if you use '-fpermissive', G++ will 
> accept your code, but allowing the use of an undeclared name is deprecated)
> ../../ga/GA1DArrayGenome.C:226:67: error: there are no arguments to 'mutator' 
> that depend on a template parameter, so a declaration of 'mutator' must be 
> available [-fpermissive]
>    mutator(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_MUTATOR);
>                                                                    ^
> 
> ../../ga/GA1DArrayGenome.C: In constructor 
> 'GA1DArrayAlleleGenome<T>::GA1DArrayAlleleGenome(const GAAlleleSetArray<T>&, 
> GAGenome::Evaluator, void*)':
> ../../ga/GA1DArrayGenome.C:241:75: error: there are no arguments to 
> 'initializer' that depend on a template parameter, so a declaration of 
> 'initializer' must be available [-fpermissive]
>    initializer(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_INITIALIZER);
>                                                                            ^
> 
> ../../ga/GA1DArrayGenome.C:242:67: error: there are no arguments to 'mutator' 
> that depend on a template parameter, so a declaration of 'mutator' must be 
> available [-fpermissive]
>    mutator(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_MUTATOR);
>                                                                    ^
> 
> libtool: compile:  x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"galib\" 
> -DPACKAGE_TARNAME=\"galib\" -DPACKAGE_VERSION=\"2.4.7\" 
> "-DPACKAGE_STRING=\"galib 2.4.7\"" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"galib\" -DVERSION=\"2.4.7\" -DSTDC_HEADERS=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../ga/../ 
> -Wall -O2 -MT GAList.lo -MD -MP -MF .deps/GAList.Tpo -c ../../ga/GAList.C  
> -fPIC -DPIC -o .libs/GAList.o
> Makefile:692: recipe for target 'GA1DArrayGenome.lo' failed
> make[1]: *** [GA1DArrayGenome.lo] Error 1
> make[1]: *** Waiting for unfinished jobs....
> libtool: compile:  x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"galib\" 
> -DPACKAGE_TARNAME=\"galib\" -DPACKAGE_VERSION=\"2.4.7\" 
> "-DPACKAGE_STRING=\"galib 2.4.7\"" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"galib\" -DVERSION=\"2.4.7\" -DSTDC_HEADERS=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../ga/../ 
> -Wall -O2 -MT GATreeGenome.lo -MD -MP -MF .deps/GATreeGenome.Tpo -c 
> ../../ga/GATreeGenome.C -o GATreeGenome.o >/dev/null 2>&1
> In file included from ../../ga/../ga/GA1DArrayGenome.h:178:0,
>                  from ../../ga/../ga/GAStringGenome.h:14,
>                  from ../../ga/GAStringGenome.C:11:
> ../../ga/../ga/GA1DArrayGenome.C: In constructor 
> 'GA1DArrayAlleleGenome<T>::GA1DArrayAlleleGenome(unsigned int, const 
> GAAlleleSet<T>&, GAGenome::Evaluator, void*)':
> ../../ga/../ga/GA1DArrayGenome.C:225:75: error: there are no arguments to 
> 'initializer' that depend on a template parameter, so a declaration of 
> 'initializer' must be available [-fpermissive]
>    initializer(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_INITIALIZER);
>                                                                            ^
> 
> ../../ga/../ga/GA1DArrayGenome.C:225:75: note: (if you use '-fpermissive', 
> G++ will accept your code, but allowing the use of an undeclared name is 
> deprecated)
> ../../ga/../ga/GA1DArrayGenome.C:226:67: error: there are no arguments to 
> 'mutator' that depend on a template parameter, so a declaration of 'mutator' 
> must be available [-fpermissive]
>    mutator(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_MUTATOR);
>                                                                    ^
> 
> ../../ga/../ga/GA1DArrayGenome.C: In constructor 
> 'GA1DArrayAlleleGenome<T>::GA1DArrayAlleleGenome(const GAAlleleSetArray<T>&, 
> GAGenome::Evaluator, void*)':
> ../../ga/../ga/GA1DArrayGenome.C:241:75: error: there are no arguments to 
> 'initializer' that depend on a template parameter, so a declaration of 
> 'initializer' must be available [-fpermissive]
>    initializer(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_INITIALIZER);
>                                                                            ^
> 
> ../../ga/../ga/GA1DArrayGenome.C:242:67: error: there are no arguments to 
> 'mutator' that depend on a template parameter, so a declaration of 'mutator' 
> must be available [-fpermissive]
>    mutator(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_MUTATOR);
>                                                                    ^
> 
> In file included from ../../ga/../ga/GA1DArrayGenome.h:178:0,
>                  from ../../ga/../ga/GARealGenome.h:16,
>                  from ../../ga/GARealGenome.C:11:
> ../../ga/../ga/GA1DArrayGenome.C: In constructor 
> 'GA1DArrayAlleleGenome<T>::GA1DArrayAlleleGenome(unsigned int, const 
> GAAlleleSet<T>&, GAGenome::Evaluator, void*)':
> ../../ga/../ga/GA1DArrayGenome.C:225:75: error: there are no arguments to 
> 'initializer' that depend on a template parameter, so a declaration of 
> 'initializer' must be available [-fpermissive]
>    initializer(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_INITIALIZER);
>                                                                            ^
> 
> ../../ga/../ga/GA1DArrayGenome.C:225:75: note: (if you use '-fpermissive', 
> G++ will accept your code, but allowing the use of an undeclared name is 
> deprecated)
> ../../ga/../ga/GA1DArrayGenome.C:226:67: error: there are no arguments to 
> 'mutator' that depend on a template parameter, so a declaration of 'mutator' 
> must be available [-fpermissive]
>    mutator(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_MUTATOR);
>                                                                    ^
> 
> ../../ga/../ga/GA1DArrayGenome.C: In constructor 
> 'GA1DArrayAlleleGenome<T>::GA1DArrayAlleleGenome(const GAAlleleSetArray<T>&, 
> GAGenome::Evaluator, void*)':
> ../../ga/../ga/GA1DArrayGenome.C:241:75: error: there are no arguments to 
> 'initializer' that depend on a template parameter, so a declaration of 
> 'initializer' must be available [-fpermissive]
>    initializer(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_INITIALIZER);
>                                                                            ^
> 
> ../../ga/../ga/GA1DArrayGenome.C:242:67: error: there are no arguments to 
> 'mutator' that depend on a template parameter, so a declaration of 'mutator' 
> must be available [-fpermissive]
>    mutator(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_MUTATOR);
>                                                                    ^
> 
> ../../ga/GA2DArrayGenome.C: In constructor 
> 'GA2DArrayAlleleGenome<T>::GA2DArrayAlleleGenome(unsigned int, unsigned int, 
> const GAAlleleSet<T>&, GAGenome::Evaluator, void*)':
> ../../ga/GA2DArrayGenome.C:272:75: error: there are no arguments to 
> 'initializer' that depend on a template parameter, so a declaration of 
> 'initializer' must be available [-fpermissive]
>    initializer(GA2DArrayAlleleGenome<T>::DEFAULT_2DARRAY_ALLELE_INITIALIZER);
>                                                                            ^

--- End Message ---
--- Begin Message ---
Source: galib
Source-Version: 1:2.4.7-4

We believe that the bug you reported is fixed in the latest version of
galib, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated galib 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2016 18:43:45 +0100
Source: galib
Binary: libga2 libga-dev
Architecture: source
Version: 1:2.4.7-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Description:
 libga-dev  - C++ Library of Genetic Algorithm Components
 libga2     - C++ Library of Genetic Algorithm Components
Closes: 596837 753259 812053 843142
Changes:
 galib (1:2.4.7-4) unstable; urgency=medium
 .
   * QA upload.
   * Set Maintainer to Debian QA Group.  (See: #674871)
   * Use an epoch to regain ownership of libga-dev.  (Closes: #843142)
   * Fix FTBFS with Clang and GCC 6.  (Closes: #753259, #812053)
   * Drop unavailable Vcs-* URLs.  (Closes: #596837)
Checksums-Sha1:
 cac0c53abda31b347b5924516992d5b3b03fd1bb 1726 galib_2.4.7-4.dsc
 b20e0569358ab5965777ad2bd4fdf3108431106e 5330 galib_2.4.7-4.diff.gz
Checksums-Sha256:
 b29a18096fcd48dad293332ac8dab9a89eb6d1c18e675f842b3a09ee1a26cd15 1726 
galib_2.4.7-4.dsc
 f66fd41a53a84332705af5c75f5293ad9190fe5dd3715eb53f4def835da16de1 5330 
galib_2.4.7-4.diff.gz
Files:
 f5f0224bec5229951bbe1009452d9fff 1726 devel optional galib_2.4.7-4.dsc
 536d82db7f83b6c2961b4da70ef9ef40 5330 devel optional galib_2.4.7-4.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJYSu3ZAAoJEF+zP5NZ6e0I0D0P/jnPaH7PofmZmG6ImEnxd/w3
bcPOoe1VXy9Obn+PDI/htHJixw13htkpiEyGbUMreW+d8YwYE4Ibo+X6tn2s2ty3
2L7C4WoUikofG73SsEPo8OpX7pf7LReQ/YtKGJi8YUWDPZQ5M9iCS0YcLq9so3W/
uLUMRVFwBJ7kbPMKMAfhALkTaLe8f47ckSEu2xCTSrQ8nLvWIo7fCpxdTTBymtS1
N2CdmEI1JC6C6MCcFr7y9v66892LEnaPVOp+6+oJ1vSg5Th+7A6BWerBAD0xRfEg
RnJvNUbJZvfvNbRDLPBorK8+fe6Iwd12/j07akq7bleOB+RpVmkreAxUmx3mm//V
LMUrOwmSg/NWG/seRojrZvDGYLpJAh8p1ub4MTk01Sc3px8S4VHrcKPc6TL45r/n
Bt0RjFoZBLROWhFZn7CQzLSUzNr+FMH6hx4BZlKyl96RoITXSTerjeCHui0+HwDI
M7mAhEuLroYR0t1WVc5nm0pO7K4x9rfcX/DGVqSPuruZyGG2mfDUvI7bzvsN/E6L
lQ2wwg+L47nxsQAlc0cAqbGvHeidV8bflJk8wXFx5bXw5snELGDIvTJjIavA8poN
l2UJvVtngBUcjzXbHwLdVh7+x6vWmdPs9cAHaIaL8RZ3rscMuz7ty8aK8PSQfLnZ
YRgeOZDxR6GZkl2L7iqm
=z7G2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to