Your message dated Thu, 30 Jun 2016 13:59:45 +0000
with message-id <e1bicvn-00082h...@franck.debian.org>
and subject line Bug#812030: fixed in previsat 3.5.1.7+dfsg1-2
has caused the Debian Bug report #812030,
regarding previsat: 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.)


-- 
812030: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812030
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: previsat
Version: 3.5.0.8+dfsg1-2
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 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT 
> -fPIC -DAPPVERSION="\"3.5.0.8\"" -DAPPVER_MAJ="\"3.5\"" 
> -DAPP_ANNEES_DEV="\"2005-2015\"" -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB 
> -DQT_WEBKIT_LIB -DQT_MULTIMEDIA_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB 
> -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWebKitWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWebKit -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o previsat.o 
> previsat.cpp
> In file included from librairies/corps/satellite/satellite.h:44:0,
>                  from previsat.cpp:79:
> librairies/corps/satellite/sgp4.h:91:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ZEL' of 
> non-integral type [-fpermissive]
>      static const double ZEL = 0.0549;
>                                ^~~~~~
> 
> librairies/corps/satellite/sgp4.h:92:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ZES' of 
> non-integral type [-fpermissive]
>      static const double ZES = 0.01675;
>                                ^~~~~~~
> 
> librairies/corps/satellite/sgp4.h:93:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ZNL' of 
> non-integral type [-fpermissive]
>      static const double ZNL = 1.5835218e-4;
>                                ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:94:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ZNS' of 
> non-integral type [-fpermissive]
>      static const double ZNS = 1.19459e-5;
>                                ^~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:95:32: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::C1SS' of 
> non-integral type [-fpermissive]
>      static const double C1SS = 2.9864797e-6;
>                                 ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:96:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::C1L' of 
> non-integral type [-fpermissive]
>      static const double C1L = 4.7968065e-7;
>                                ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:97:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ZSINIS' of 
> non-integral type [-fpermissive]
>      static const double ZSINIS = 0.39785416;
>                                   ^~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:98:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ZCOSIS' of 
> non-integral type [-fpermissive]
>      static const double ZCOSIS = 0.91744867;
>                                   ^~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:99:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ZCOSGS' of 
> non-integral type [-fpermissive]
>      static const double ZCOSGS = 0.1945905;
>                                   ^~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:100:35: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ZSINGS' of 
> non-integral type [-fpermissive]
>      static const double ZSINGS = -0.98088458;
>                                    ^~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:101:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::Q22' of 
> non-integral type [-fpermissive]
>      static const double Q22 = 1.7891679e-6;
>                                ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:102:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::Q31' of 
> non-integral type [-fpermissive]
>      static const double Q31 = 2.1460748e-6;
>                                ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:103:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::Q33' of 
> non-integral type [-fpermissive]
>      static const double Q33 = 2.2123015e-7;
>                                ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:104:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ROOT22' of 
> non-integral type [-fpermissive]
>      static const double ROOT22 = 1.7891679e-6;
>                                   ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:105:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ROOT44' of 
> non-integral type [-fpermissive]
>      static const double ROOT44 = 7.3636953e-9;
>                                   ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:106:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ROOT54' of 
> non-integral type [-fpermissive]
>      static const double ROOT54 = 2.1765803e-9;
>                                   ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:107:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ROOT32' of 
> non-integral type [-fpermissive]
>      static const double ROOT32 = 3.7393792e-7;
>                                   ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:108:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::ROOT52' of 
> non-integral type [-fpermissive]
>      static const double ROOT52 = 1.1428639e-7;
>                                   ^~~~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:109:33: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::FASX2' of 
> non-integral type [-fpermissive]
>      static const double FASX2 = 0.13130908;
>                                  ^~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:110:33: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::FASX4' of 
> non-integral type [-fpermissive]
>      static const double FASX4 = 2.8843198;
>                                  ^~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:111:33: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::FASX6' of 
> non-integral type [-fpermissive]
>      static const double FASX6 = 0.37448087;
>                                  ^~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:112:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::G22' of 
> non-integral type [-fpermissive]
>      static const double G22 = 5.7686396;
>                                ^~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:113:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::G32' of 
> non-integral type [-fpermissive]
>      static const double G32 = 0.95240898;
>                                ^~~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:114:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::G44' of 
> non-integral type [-fpermissive]
>      static const double G44 = 1.8014998;
>                                ^~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:115:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::G52' of 
> non-integral type [-fpermissive]
>      static const double G52 = 1.050833;
>                                ^~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:116:31: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::G54' of 
> non-integral type [-fpermissive]
>      static const double G54 = 4.4108898;
>                                ^~~~~~~~~
> 
> librairies/corps/satellite/sgp4.h:117:33: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::STEPP' of 
> non-integral type [-fpermissive]
>      static const double STEPP = 720.;
>                                  ^~~~
> 
> librairies/corps/satellite/sgp4.h:118:34: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::STEPN' of 
> non-integral type [-fpermissive]
>      static const double STEPN = -720.;
>                                   ^~~~
> 
> librairies/corps/satellite/sgp4.h:119:33: error: 'constexpr' needed for 
> in-class initialization of static data member 'const double SGP4::STEP2' of 
> non-integral type [-fpermissive]
>      static const double STEP2 = 259200.;
>                                  ^~~~~~~
> 
> previsat.cpp: In member function 'void PreviSat::GestionTempsReel()':
> previsat.cpp:5452:49: warning: conversion to 'double' from 'qint64 {aka long 
> long int}' may alter its value [-Wconversion]
>      if (ui->tempsReel->isChecked() && 
> tim.secsTo(QDateTime::currentDateTimeUtc()) >= pas1) {
>                                        
> ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> Makefile:636: recipe for target 'previsat.o' failed
> make[1]: *** [previsat.o] Error 1

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

--- End Message ---
--- Begin Message ---
Source: previsat
Source-Version: 3.5.1.7+dfsg1-2

We believe that the bug you reported is fixed in the latest version of
previsat, 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.
Georges Khaznadar <georg...@debian.org> (supplier of updated previsat 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: Thu, 30 Jun 2016 14:28:55 +0200
Source: previsat
Binary: previsat
Architecture: source amd64
Version: 3.5.1.7+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <georg...@debian.org>
Changed-By: Georges Khaznadar <georg...@debian.org>
Description:
 previsat   - satellite tracking software for observing purposes
Closes: 812030
Changes:
 previsat (3.5.1.7+dfsg1-2) unstable; urgency=medium
 .
   * replaced the macro __DATE__ with "Jun 30 2016"; this should ensure
     a reproducible build.
   * changes for gcc6: patched librairies/corps/satellite/sgp4.h and checked
     the compilation with g++-6. Closes: #812030
   * updated Standards-Version
Checksums-Sha1:
 a7f2f839e593b4a5fe3eb734aa0613ac609d2b58 1832 previsat_3.5.1.7+dfsg1-2.dsc
 c9aab9dc92a3d76a61c196eaae909fc717398b49 8576 
previsat_3.5.1.7+dfsg1-2.debian.tar.xz
 36f9b525fe21f81c22c089671a4b115431a50dea 4704886 
previsat-dbgsym_3.5.1.7+dfsg1-2_amd64.deb
 ed061a6e76977dc9fe0274833d07fb21bb310278 23485040 
previsat_3.5.1.7+dfsg1-2_amd64.deb
Checksums-Sha256:
 7e257572d3b9fd2312d0b376981e876209462785166fe9113d49a58b94b9b326 1832 
previsat_3.5.1.7+dfsg1-2.dsc
 3200545c4422114e00699196d3d1b83f820400af00056ff32d4170231ec2490b 8576 
previsat_3.5.1.7+dfsg1-2.debian.tar.xz
 d8b2046705915340da6065861f3d4466fa9874715dde4d2772b665fb7d5a268a 4704886 
previsat-dbgsym_3.5.1.7+dfsg1-2_amd64.deb
 d9361e4ca9660d6dfc80e5f92bbf043e8ff8b635721dccc6b9ebd02b9ae7d816 23485040 
previsat_3.5.1.7+dfsg1-2_amd64.deb
Files:
 2c6bcf248695fad89be6b0e53f76302a 1832 x11 optional previsat_3.5.1.7+dfsg1-2.dsc
 68df44a3251f47a4154ad5533391cba9 8576 x11 optional 
previsat_3.5.1.7+dfsg1-2.debian.tar.xz
 489e2d9d4275c85adfafd5b867c45371 4704886 debug extra 
previsat-dbgsym_3.5.1.7+dfsg1-2_amd64.deb
 f8467b54ba93cc5e60813f47a03736de 23485040 x11 optional 
previsat_3.5.1.7+dfsg1-2_amd64.deb

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

iQIVAwUBV3UboRwoFpBxNq45AQgmpxAAjgz+z8vs1pn3hrvS0NL+LNszUKk4zc2t
9RADUuEDjp2A0JM50DFRbjF/h4U87/VPyzHmNFmPNS/3zAYNPZSV5/VP+IIk+Fo2
J3ZWbub4x5OhdIHfCyJUWNEmgj31ALuAeXcf0BA46J9T1UNHzm9aj1u3Ely5Y879
xIe2UV/CeGqGXfw+t8pX6qlFvW4YOsWcbsQHQlVdvXJrxcKD8jvbiKTOPlR3/wyM
ffPVgDLNeZWFJCvPRCuGweF/5+Wb0Fuq242XyM6T7I0rZJUuiRp/LZ22nM4Dyy1U
tM5cL+tDiSiG8dmayi6HUH4rzr7lSsVZDTFjgDF28U+ABdzYPd3XPFlPEqMB7hme
uQ+GsoPUluydD8elUyXy8MtZfZivWIlIzyoQQs1lqsE+tpFnSHljc7a87t+/OP37
gXBu+x1kMi5b1DnVagOgL9Eyyl+KGI5ARMfSIUFcmFNHYVZqhevvxn1O4Mb9vO0k
HY25HGE/bRTEX818wfzbk3arVyhM40iFWuJVFmDTv8HFvcUywIypgjoI/GhHAkW8
u/DLU/ztA6WYLN/cuSfwPruNEQ3ixXZSkSB7oO7d0pajli98yfjmpEdTHnhe+Wi4
hxw48qq1YC8Eujw1AS4soSpSIKoj7RgDPWrmVgB92J+DJZlzRzc65gfjcTvx8GES
zVA6qjp/sfk=
=sWkb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to