Your message dated Thu, 16 Mar 2017 15:34:35 +0000
with message-id <e1coxqb-0001hc...@fasolo.debian.org>
and subject line Bug#812032: fixed in mldemos 0.5.1+git.1.ee5d11f-1
has caused the Debian Bug report #812032,
regarding mldemos: FTBFS with GCC 6: needed for in-class initialization
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.)


-- 
812032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mldemos
Version: 0.5.1-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
...
> g++ -c -m64 -pipe -Wno-all -Wno-unused-variable -Wno-unused-parameter 
> -Wtrigraphs -Wreturn-type -Wnon-virtual-dtor -Wunused-value -Wunknown-pragmas 
> -Wno-shadow -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_REENTRANT -DOPENCV22 -DWITHBOOST 
> -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
> -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I. 
> -I../Core -I../MLDemos -I../_3rdParty -I/usr/include/opencv 
> -I/usr/X11R6/include -Ibuild -Ibuild -o build/moc_dataImporter.o 
> build/moc_dataImporter.cpp
> parser.cpp: In member function 'uint8_t CSVParser::getBOMsize(const char*)':
> parser.cpp:546:22: warning: ignoring return value of 'size_t fread(void*, 
> size_t, size_t, FILE*)', declared with attribute warn_unused_result 
> [-Wunused-result]
>      fread(bom,1,16,f);
>                       ^
> 
> In file included from glwidget.cpp:9:0:
> glwidget.h:117:39: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfWidth' of non-integral type 
> [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> glwidget.h:118:40: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfHeight' of non-integral type 
> [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> glwidget.h:119:45: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texRadius' of non-integral type 
> [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> In file included from drawTimer.h:31:0,
>                  from interfaces.h:32,
>                  from drawSVG.h:30,
>                  from drawSVG.cpp:30:
> glwidget.h:117:39: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfWidth' of non-integral type 
> [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> glwidget.h:118:40: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfHeight' of non-integral type 
> [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> glwidget.h:119:45: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texRadius' of non-integral type 
> [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> In file included from drawTimer.h:31:0,
>                  from drawTimer.cpp:29:
> glwidget.h:117:39: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfWidth' of non-integral type 
> [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> glwidget.h:118:40: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfHeight' of non-integral type 
> [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> glwidget.h:119:45: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texRadius' of non-integral type 
> [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> In file included from drawUtils.h:29:0,
>                  from drawUtils.cpp:20:
> glwidget.h:117:39: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfWidth' of non-integral type 
> [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> glwidget.h:118:40: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfHeight' of non-integral type 
> [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> glwidget.h:119:45: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texRadius' of non-integral type 
> [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> In file included from ./drawTimer.h:31:0,
>                  from ./interfaces.h:32,
>                  from dataImporter.h:5,
>                  from dataImporter.cpp:20:
> ./glwidget.h:117:39: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfWidth' of non-integral type 
> [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> ./glwidget.h:118:40: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfHeight' of non-integral type 
> [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> ./glwidget.h:119:45: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texRadius' of non-integral type 
> [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> In file included from drawUtils.h:29:0,
>                  from canvas.cpp:34:
> glwidget.h:117:39: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfWidth' of non-integral type 
> [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> glwidget.h:118:40: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfHeight' of non-integral type 
> [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> glwidget.h:119:45: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texRadius' of non-integral type 
> [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> In file included from build/../drawTimer.h:31:0,
>                  from build/moc_drawTimer.cpp:9:
> build/../glwidget.h:117:39: error: 'constexpr' needed for in-class 
> initialization of static data member 'const float GLWidget::texHalfWidth' of 
> non-integral type [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> build/../glwidget.h:118:40: error: 'constexpr' needed for in-class 
> initialization of static data member 'const float GLWidget::texHalfHeight' of 
> non-integral type [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> build/../glwidget.h:119:45: error: 'constexpr' needed for in-class 
> initialization of static data member 'const float GLWidget::texRadius' of 
> non-integral type [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> In file included from drawUtils.h:29:0,
>                  from reinforcementProblem.cpp:2:
> glwidget.h:117:39: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfWidth' of non-integral type 
> [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> glwidget.h:118:40: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfHeight' of non-integral type 
> [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> glwidget.h:119:45: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texRadius' of non-integral type 
> [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> In file included from build/moc_glwidget.cpp:9:0:
> build/../glwidget.h:117:39: error: 'constexpr' needed for in-class 
> initialization of static data member 'const float GLWidget::texHalfWidth' of 
> non-integral type [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> build/../glwidget.h:118:40: error: 'constexpr' needed for in-class 
> initialization of static data member 'const float GLWidget::texHalfHeight' of 
> non-integral type [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> build/../glwidget.h:119:45: error: 'constexpr' needed for in-class 
> initialization of static data member 'const float GLWidget::texRadius' of 
> non-integral type [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 
> Makefile:585: recipe for target 'build/moc_drawTimer.o' failed
> make[2]: *** [build/moc_drawTimer.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> Makefile:448: recipe for target 'build/drawTimer.o' failed
> make[2]: *** [build/drawTimer.o] Error 1
> Makefile:428: recipe for target 'build/drawSVG.o' failed
> make[2]: *** [build/drawSVG.o] Error 1
> In file included from ./drawTimer.h:31:0,
>                  from ./interfaces.h:32,
>                  from build/../dataImporter.h:5,
>                  from build/moc_dataImporter.cpp:9:
> ./glwidget.h:117:39: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfWidth' of non-integral type 
> [-fpermissive]
>      static const float texHalfWidth = 64.0f;
>                                        ^~~~~
> 
> ./glwidget.h:118:40: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texHalfHeight' of non-integral type 
> [-fpermissive]
>      static const float texHalfHeight = 64.0f;
>                                         ^~~~~
> 
> ./glwidget.h:119:45: error: 'constexpr' needed for in-class initialization of 
> static data member 'const float GLWidget::texRadius' of non-integral type 
> [-fpermissive]
>      static const float texRadius = texWidth*0.9;
>                                              ^~~
> 

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

--- End Message ---
--- Begin Message ---
Source: mldemos
Source-Version: 0.5.1+git.1.ee5d11f-1

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

Debian distribution maintenance software
pp.
Barak A. Pearlmutter <b...@debian.org> (supplier of updated mldemos 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: Wed, 28 Dec 2016 17:05:40 +0000
Source: mldemos
Binary: mldemos
Architecture: source amd64
Version: 0.5.1+git.1.ee5d11f-1
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <b...@debian.org>
Changed-By: Barak A. Pearlmutter <b...@debian.org>
Description:
 mldemos    - Machine Learning Demos (MLDemos) with Visualization
Closes: 812032
Changes:
 mldemos (0.5.1+git.1.ee5d11f-1) unstable; urgency=medium
 .
   * merge updates from
     - github.com/machined-learning/MLDemos
     - github.com/billyonthemountain/mldemos
   * switch to qt5 per said updates
   * forward port plugin directory patch per said updates
   * quilt patch for floating point literal constants (closes: #812032)
   * remove gitorious debian/watch file
   * masticate tree bark and git goo into new upstream version
Checksums-Sha1:
 35c8b74af6a436c8f614c68aef8639630fe26587 2024 mldemos_0.5.1+git.1.ee5d11f-1.dsc
 fb6c325b9b2594e3ef894c61f4a6f3bb85b11c3f 4951192 
mldemos_0.5.1+git.1.ee5d11f.orig.tar.gz
 17b6769c16e21ab8786911e0c5ad45ce59e91f91 14708 
mldemos_0.5.1+git.1.ee5d11f-1.debian.tar.xz
 fced9074ccaaa9c6ccce3fb797d950681da6f9aa 103540190 
mldemos-dbgsym_0.5.1+git.1.ee5d11f-1_amd64.deb
 704d31137302a39b7b18184a03d46664ce51aa9a 16913 
mldemos_0.5.1+git.1.ee5d11f-1_amd64.buildinfo
 c190f1ae7bf144a23391b88332a9f6e8306d271f 3441128 
mldemos_0.5.1+git.1.ee5d11f-1_amd64.deb
Checksums-Sha256:
 406d8b9e9d1e3cb3db77514519578a30334739e0977eba6a1b7a74c1f01f8f28 2024 
mldemos_0.5.1+git.1.ee5d11f-1.dsc
 b146d41a4c674b5a75bcfee268692e3e4297142cff41854cc15618550f8dfb0e 4951192 
mldemos_0.5.1+git.1.ee5d11f.orig.tar.gz
 79fa0dbfae207eefe1293a0c99c54ed0708ac61016598c39d569217a0f183de6 14708 
mldemos_0.5.1+git.1.ee5d11f-1.debian.tar.xz
 96a78175ec0698b48bb8108d40607ec4863f6e697c7f0f39b1eaed5ce59faaec 103540190 
mldemos-dbgsym_0.5.1+git.1.ee5d11f-1_amd64.deb
 d19539e035c865b52905bcc4c1cab1e491fd1ba6a6128276533e591194bba275 16913 
mldemos_0.5.1+git.1.ee5d11f-1_amd64.buildinfo
 0ab1dac7e8994b4f2d1f0dc5b3943544508aab4aa79c348daf0619ce7c74c19c 3441128 
mldemos_0.5.1+git.1.ee5d11f-1_amd64.deb
Files:
 d023423686dc0a909b031147c98304e0 2024 science optional 
mldemos_0.5.1+git.1.ee5d11f-1.dsc
 4c5ce666fcfd9dd277b884dce4cc4738 4951192 science optional 
mldemos_0.5.1+git.1.ee5d11f.orig.tar.gz
 38907216ef616d4d8444bdf63e0c6f14 14708 science optional 
mldemos_0.5.1+git.1.ee5d11f-1.debian.tar.xz
 9b07d6683aeba35f356c376d954d4c26 103540190 debug extra 
mldemos-dbgsym_0.5.1+git.1.ee5d11f-1_amd64.deb
 b5b4f04c8c62995cb30d46bb38200d5f 16913 science optional 
mldemos_0.5.1+git.1.ee5d11f-1_amd64.buildinfo
 8c1a0b797c7ec057669344324faaf7c0 3441128 science optional 
mldemos_0.5.1+git.1.ee5d11f-1_amd64.deb

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

iQIzBAEBCAAdFiEEZPQp426hHMLZZlRvEltXR14ZDRgFAljKrZYACgkQEltXR14Z
DRgNGhAAhq7sxczd3cJfDufwK6te23HqoR8TiAgKbUiXWGXVrDtY29HVv7sU3nze
cBulfj9UfFxzzl0w4dpJEB75t+b41V7waH457RHuT57juvN1gL7wy/jsJeasg/1u
Aq+m+8oTGAtCnFxEG5ihlINs7qiV/nHRtNn2DCkRuTEUp5PhiFn4HdQYDuINRaen
q3kyWtGiNj3jahLSG5thQehjieoYn7mMwEPuR/BrLiwfDrlPf7jukKNA9pkOD63B
8mT0j6dKtXwc2J88RgUHzIn95VFz/dHk/R2Q/j4usZD15LHQMM8kC2Xavhbumi0b
pbCOgB/bUoGt4PHW42iFVJ9qH/stuGbGMRRKh7ylytwhbhjS0hp9e7ck5h7fZvxq
rE1mp3yTtX2+dKbvgJ0F3mCXF5rycYJT3ab3B20adh9AkRPRu/PhT5IBo8V6FT/X
Ib48PcQ5uGmZKO5jTZnJkAFQQ+Ysr57pRPkpV2AaI0w2DBs+KFj0OasKQ0aC5Gb1
rLvLH2tWPjMG7yMY7Hwd9/I4n1/fn3jVkpxPPFCCRL+UJsXw/KgAJDX8DWuhBQIL
otQxc71wG5hKOY+Gwl90PS2DIY9bYe1/gTEzmI5L4cVz7Ru2mLwjDiPTFeSn6k9n
RmJWt7/Y7fyLcUPsDe6jsoTqXLqmL6PB+CSpIv2x61IGSCdAMEk=
=7T41
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to