Your message dated Fri, 11 Aug 2017 19:19:22 +0000
with message-id <e1dgfss-000fp4...@fasolo.debian.org>
and subject line Bug#856406: fixed in qutemol 0.4.1~cvs20081111-7
has caused the Debian Bug report #856406,
regarding qutemol must be made C++11 compatible
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.)


-- 
856406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856406
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qutemol
Version: 0.4.1~cvs20081111-6
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -B"
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
test -x debian/rules
mkdir -p "."
/usr/bin/make -C . CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" 
CXXFLAGS="-DPKGDATADIR='\"/usr/share/qutemol\"' -Ivcg -Isrc -I. `wx-config 
--cppflags` -DNDEBUG `dpkg-buildflags --get CXXFLAGS` -std=gnu++98" 
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" 
make[1]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DPKGDATADIR='"/usr/share/qutemol"' -Ivcg -Isrc -I. 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DNDEBUG -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu++98 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/AO.o src/AO.cpp
g++ -DPKGDATADIR='"/usr/share/qutemol"' -Ivcg -Isrc -I. 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DNDEBUG -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu++98 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/AOgpu.o src/AOgpu.cpp
g++ -DPKGDATADIR='"/usr/share/qutemol"' -Ivcg -Isrc -I. 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DNDEBUG -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu++98 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/AtomColor.o src/AtomColor.cpp
g++ -DPKGDATADIR='"/usr/share/qutemol"' -Ivcg -Isrc -I. 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DNDEBUG -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu++98 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/CgUtil.o src/CgUtil.cpp
src/CgUtil.cpp: In member function 'bool CgUtil::Load(const char*)':
src/CgUtil.cpp:42:345: warning: ignoring return value of 'int fscanf(FILE*, 
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
        
,&P_light_base,&P_lighting,&P_phong,&P_phong_size,&P_col_atoms_sat,&P_col_atoms_bri,&P_texture,&P_border_inside,&P_border_outside,&P_depth_full,&P_sem_effect,&P_halo_size,&P_halo_col,&P_halo_str,&P_halo_aware,&P_fog,&P_capping,&P_shadowstrenght,&P_bg_color_R,&P_bg_color_G,&P_bg_color_B,&auto_normalize,&P_double_shadows,&P_border_fixed);
                                                                                
                                                                                
                                                                                
                                                                                
                         ^
g++ -DPKGDATADIR='"/usr/share/qutemol"' -Ivcg -Isrc -I. 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DNDEBUG -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu++98 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/Common.o src/Common.cpp
src/Common.cpp: In function 'Byte* GetSnapshot(int, int, bool)':
src/Common.cpp:155:30: warning: non-constant array new length must be specified 
without parentheses around the type-id [-Wvla]
   Byte* res=new(Byte[sx*sy*4]);
                              ^
src/Common.cpp: In function 'bool LoadImagePPM(const char*, 
std::vector<unsigned char>&)':
src/Common.cpp:1177:29: warning: ignoring return value of 'size_t fread(void*, 
size_t, size_t, FILE*)', declared with attribute warn_unused_result 
[-Wunused-result]
     fread(&(im[k++]),1,1,fp);
                             ^
src/Common.cpp:1178:29: warning: ignoring return value of 'size_t fread(void*, 
size_t, size_t, FILE*)', declared with attribute warn_unused_result 
[-Wunused-result]
     fread(&(im[k++]),1,1,fp);
                             ^
src/Common.cpp:1179:29: warning: ignoring return value of 'size_t fread(void*, 
size_t, size_t, FILE*)', declared with attribute warn_unused_result 
[-Wunused-result]
     fread(&(im[k++]),1,1,fp);
                             ^
g++ -DPKGDATADIR='"/usr/share/qutemol"' -Ivcg -Isrc -I. 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DNDEBUG -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu++98 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/HardSettings.o src/HardSettings.cpp
g++ -DPKGDATADIR='"/usr/share/qutemol"' -Ivcg -Isrc -I. 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DNDEBUG -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu++98 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/Mol.o src/Mol.cpp
g++ -DPKGDATADIR='"/usr/share/qutemol"' -Ivcg -Isrc -I. 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -DNDEBUG -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu++98 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/MyTab.o src/MyTab.cpp
In file included from /usr/include/c++/6/type_traits:35:0,
                 from /usr/include/wx-3.0/wx/strvararg.h:25,
                 from /usr/include/wx-3.0/wx/string.h:46,
                 from /usr/include/wx-3.0/wx/memory.h:15,
                 from /usr/include/wx-3.0/wx/object.h:19,
                 from /usr/include/wx-3.0/wx/wx.h:15,
                 from src/MyTab.cpp:2:
/usr/include/c++/6/bits/c++0x_warning.h:32:2: error: #error This file requires 
compiler and library support for the ISO C++ 2011 standard. This support must 
be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support \
  ^~~~~
In file included from /usr/include/wx-3.0/wx/string.h:46:0,
                 from /usr/include/wx-3.0/wx/memory.h:15,
                 from /usr/include/wx-3.0/wx/object.h:19,
                 from /usr/include/wx-3.0/wx/wx.h:15,
                 from src/MyTab.cpp:2:
/usr/include/wx-3.0/wx/strvararg.h:350:18: error: 'is_enum' in namespace 'std' 
does not name a template type
     typedef std::is_enum<T> is_enum;
                  ^~~~~~~
/usr/include/wx-3.0/wx/strvararg.h:354:54: error: 'is_enum' was not declared in 
this scope
     enum { value = wxFormatStringSpecifierNonPodType<is_enum::value>::value };
                                                      ^~~~~~~
/usr/include/wx-3.0/wx/strvararg.h:354:68: error: template argument 1 is invalid
     enum { value = wxFormatStringSpecifierNonPodType<is_enum::value>::value };
                                                                    ^
<builtin>: recipe for target 'src/MyTab.o' failed
make[1]: *** [src/MyTab.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:77: recipe for target 
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--------------------------------------------------------------------------------

I can reproduce this on several different autobuilders, and it also happens 
here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/qutemol.html

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: qutemol
Source-Version: 0.4.1~cvs20081111-7

We believe that the bug you reported is fixed in the latest version of
qutemol, 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 856...@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 qutemol 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 18:54:07 +0000
Source: qutemol
Binary: qutemol
Architecture: source
Version: 0.4.1~cvs20081111-7
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Description:
 qutemol    - interactive visualization of macromolecules
Closes: 856406
Changes:
 qutemol (0.4.1~cvs20081111-7) unstable; urgency=medium
 .
   * Fix C++11 compatibility, drop -std=gnu++98 (Closes: #856406)
   * Switch to debhelper 10
   * Build-Depend on libglew-dev instead of libglew1.5-dev
   * Update debian/copyright
   * Upscale icon to 64x64 and ship in the correct location
   * Bump Standards-Version to 4.0.1, no further changes
Checksums-Sha1:
 f4ee287ddc4b8473647a0bf3bcdaef2d163c104a 2120 qutemol_0.4.1~cvs20081111-7.dsc
 ade2c5c7a3358e2da0426a11953b01f6e9f1174a 27344 
qutemol_0.4.1~cvs20081111-7.debian.tar.xz
Checksums-Sha256:
 38870590ab01c6eb9e05271063cc7cee2e78441b8b2aaa1e8a23aaaeaa7baaf7 2120 
qutemol_0.4.1~cvs20081111-7.dsc
 1aabcee8d37cb38dcebf363f9e2334b8be3e2558ddeeb383417a34cd8d31ef17 27344 
qutemol_0.4.1~cvs20081111-7.debian.tar.xz
Files:
 c2888fb8a1dbac76df662503e56ff61d 2120 science optional 
qutemol_0.4.1~cvs20081111-7.dsc
 bdc60d87aaacc5fcffc24265e3a1082c 27344 science optional 
qutemol_0.4.1~cvs20081111-7.debian.tar.xz

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

iQIvBAEBCgAZBQJZjf2tEhxnaW5nZ3NAZGViaWFuLm9yZwAKCRCvz+yOZpzhwquq
EAC66YPSpu23asBF+VP+J8rJjqe/oxkPxzDSgoLXgJ0pdhUkikMy306Xl3QS6L/U
U0lQQRKn7DELO+7HrSv9ktbWhVsjZLeISlMk2PgVaoTqyZi7JG2/GjTgedawfDlu
HwYh9D6icQS3N5cTzzzzMbnNFzfKXyCF6H/2nMJY6tq5iR5urjB47A/SILf8uFS/
rcHDMwYAvu/2cPyX18RITfoWulTX6Rm3d54XCq53hL1nT0n/sWoTIEhcGwazP4LJ
FnlDbO3tOs5RuvQNcezcADfbGFygNtxkuJu5CqYmLmwpMvLYPuBBaEp4gn1VGNjW
XPvURQIXuMQFo+05u2uR6tkRjjDmrdXLRw//8g2OxGyvZGtclgaFqnZb2x/hdib5
lZLR//+IO0hX574oLv4Be2fSqwXKIKpVLtv5s5ey25t3pHpWwTvoPsbEx+/4wgPd
bvVddNqsasAAaYJc8AD4GKAujE8SujmfnjWSyjQnv4lgagvR8j6m/+ewn9cvy2mS
PaL8oe+Nlcuc9qqDNOjjUNflyv+8Z/St4Vah/yyBdspZ1DpKQHUnU1fHqehtIzgk
CWMgxp7qYI0tzdFxMqnMmMaaZW5oeVJbSGUb2g3zY9RdNQ9Da8LbhZXzK52v8h73
ftKu5EYGCOFfWM8wdWzzRwDYSmyCMtaAqLzmO5LqThwMdA==
=xFR2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to