Your message dated Mon, 12 Dec 2016 16:34:31 +0000
with message-id <e1cgtyd-000cif...@fasolo.debian.org>
and subject line Bug#811663: fixed in tora 2.1.3-3
has caused the Debian Bug report #811663,
regarding FTBFS with GCC 6: cannot convert x to y
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.)


-- 
811663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tora
Version: 2.1.3-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

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.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/g++   -DCMAKE_BUILD 
> -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_POSTGRESQL_LIBPQ_FE_H -DHAVE_UNISTD_H 
> -DLIBPQ_DECL_CANCEL -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG 
> -DQT_SQL_LIB -DQT_THREAD_LIB -DQT_XML_LIB -DTOMONOLITHIC -DTO_NO_ORACLE 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem 
> /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem 
> /usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
> /usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtCore 
> -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtDBus 
> -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg 
> -I/usr/include/qt4/Qt3Support -I/usr/share/qt4/mkspecs/default 
> -I/<<PKGBUILDDIR>>
> /src/loki/include -I/<<PKGBUILDDIR>>/src/otl -I/usr/include/postgresql 
> -I/usr/include/qt4/Qsci  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -O2    
> -DTOVERSION=\"2.1.3\" -DDEFAULT_PLUGIN_DIR=\"/usr/share/tora/\" -DQT 
> -DSCI_LEXER  -include /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/precompiled.h 
> -Winvalid-pch  -o CMakeFiles/tora.dir/topiechart.o -c 
> /<<PKGBUILDDIR>>/src/topiechart.cpp
> cc1plus: warning: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/precompiled.h.gch/tora_RELEASE.h++: 
> not used because `QT_NO_DEBUG' is defined [-Winvalid-pch]
> In file included from /<<PKGBUILDDIR>>/src/toconfiguration.h:6:0,
>                  from /<<PKGBUILDDIR>>/src/totool.h:46,
>                  from /<<PKGBUILDDIR>>/src/topiechart.cpp:49:
> /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h: In function 'void 
> Loki::SetLongevity(T*, unsigned int, Destroyer)':
> /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h:158:14: warning: 
> 'template<class> class std::auto_ptr' is deprecated 
> [-Wdeprecated-declarations]
>          std::auto_ptr<LifetimeTracker>
>               ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h:30,
>                  from /<<PKGBUILDDIR>>/src/toconfiguration.h:6,
>                  from /<<PKGBUILDDIR>>/src/totool.h:46,
>                  from /<<PKGBUILDDIR>>/src/topiechart.cpp:49:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> [ 83%] Building CXX object src/CMakeFiles/tora.dir/toplsqleditor.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/g++   -DCMAKE_BUILD 
> -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_POSTGRESQL_LIBPQ_FE_H -DHAVE_UNISTD_H 
> -DLIBPQ_DECL_CANCEL -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG 
> -DQT_SQL_LIB -DQT_THREAD_LIB -DQT_XML_LIB -DTOMONOLITHIC -DTO_NO_ORACLE 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem 
> /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem 
> /usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
> /usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtCore 
> -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtDBus 
> -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg 
> -I/usr/include/qt4/Qt3Support -I/usr/share/qt4/mkspecs/default 
> -I/<<PKGBUILDDIR>>
> /src/loki/include -I/<<PKGBUILDDIR>>/src/otl -I/usr/include/postgresql 
> -I/usr/include/qt4/Qsci  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -O2    
> -DTOVERSION=\"2.1.3\" -DDEFAULT_PLUGIN_DIR=\"/usr/share/tora/\" -DQT 
> -DSCI_LEXER  -include /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/precompiled.h 
> -Winvalid-pch  -o CMakeFiles/tora.dir/toplsqleditor.o -c 
> /<<PKGBUILDDIR>>/src/toplsqleditor.cpp
> cc1plus: warning: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/precompiled.h.gch/tora_RELEASE.h++: 
> not used because `QT_NO_DEBUG' is defined [-Winvalid-pch]
> In file included from /<<PKGBUILDDIR>>/src/toconfiguration.h:6:0,
>                  from /<<PKGBUILDDIR>>/src/totool.h:46,
>                  from /<<PKGBUILDDIR>>/src/toplsqleditor.h:46,
>                  from /<<PKGBUILDDIR>>/src/toplsqleditor.cpp:56:
> /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h: In function 'void 
> Loki::SetLongevity(T*, unsigned int, Destroyer)':
> /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h:158:14: warning: 
> 'template<class> class std::auto_ptr' is deprecated 
> [-Wdeprecated-declarations]
>          std::auto_ptr<LifetimeTracker>
>               ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h:30,
>                  from /<<PKGBUILDDIR>>/src/toconfiguration.h:6,
>                  from /<<PKGBUILDDIR>>/src/totool.h:46,
>                  from /<<PKGBUILDDIR>>/src/toplsqleditor.h:46,
>                  from /<<PKGBUILDDIR>>/src/toplsqleditor.cpp:56:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> [ 83%] Building CXX object src/CMakeFiles/tora.dir/toplsqltext.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/g++   -DCMAKE_BUILD 
> -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_POSTGRESQL_LIBPQ_FE_H -DHAVE_UNISTD_H 
> -DLIBPQ_DECL_CANCEL -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG 
> -DQT_SQL_LIB -DQT_THREAD_LIB -DQT_XML_LIB -DTOMONOLITHIC -DTO_NO_ORACLE 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem 
> /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem 
> /usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
> /usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtCore 
> -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtDBus 
> -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg 
> -I/usr/include/qt4/Qt3Support -I/usr/share/qt4/mkspecs/default 
> -I/<<PKGBUILDDIR>>
> /src/loki/include -I/<<PKGBUILDDIR>>/src/otl -I/usr/include/postgresql 
> -I/usr/include/qt4/Qsci  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -O2    
> -DTOVERSION=\"2.1.3\" -DDEFAULT_PLUGIN_DIR=\"/usr/share/tora/\" -DQT 
> -DSCI_LEXER  -include /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/precompiled.h 
> -Winvalid-pch  -o CMakeFiles/tora.dir/toplsqltext.o -c 
> /<<PKGBUILDDIR>>/src/toplsqltext.cpp
> cc1plus: warning: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/precompiled.h.gch/tora_RELEASE.h++: 
> not used because `QT_NO_DEBUG' is defined [-Winvalid-pch]
> In file included from /<<PKGBUILDDIR>>/src/toconfiguration.h:6:0,
>                  from /<<PKGBUILDDIR>>/src/totool.h:46,
>                  from /<<PKGBUILDDIR>>/src/toplsqltext.h:46,
>                  from /<<PKGBUILDDIR>>/src/toplsqltext.cpp:50:
> /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h: In function 'void 
> Loki::SetLongevity(T*, unsigned int, Destroyer)':
> /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h:158:14: warning: 
> 'template<class> class std::auto_ptr' is deprecated 
> [-Wdeprecated-declarations]
>          std::auto_ptr<LifetimeTracker>
>               ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /<<PKGBUILDDIR>>/src/loki/include/loki/Singleton.h:30,
>                  from /<<PKGBUILDDIR>>/src/toconfiguration.h:6,
>                  from /<<PKGBUILDDIR>>/src/totool.h:46,
>                  from /<<PKGBUILDDIR>>/src/toplsqltext.h:46,
>                  from /<<PKGBUILDDIR>>/src/toplsqltext.cpp:50:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/toplsqltext.cpp: At global scope:
> /<<PKGBUILDDIR>>/src/toplsqltext.cpp:81:1: error: cannot convert 'bool' to 
> 'const char*' in initialization
>  };
>  ^
> 
> src/CMakeFiles/tora.dir/build.make:6115: recipe for target 
> 'src/CMakeFiles/tora.dir/toplsqltext.o' failed
> make[3]: *** [src/CMakeFiles/tora.dir/toplsqltext.o] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'


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

--- End Message ---
--- Begin Message ---
Source: tora
Source-Version: 2.1.3-3

We believe that the bug you reported is fixed in the latest version of
tora, 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.
Michael Meskes <mes...@debian.org> (supplier of updated tora 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: Mon, 12 Dec 2016 16:26:25 +0100
Source: tora
Binary: tora tora-dbg
Architecture: source amd64
Version: 2.1.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org>
Changed-By: Michael Meskes <mes...@debian.org>
Description:
 tora       - graphical toolkit for database developers and administrators
 tora-dbg   - graphical toolkit for databaseis - debugging symbols
Closes: 663125 811663
Changes:
 tora (2.1.3-3) unstable; urgency=medium
 .
   * Added missing entry in initializer.
     Thanks to Christoph Biedl <debian.a...@manchmal.in-ulm.de> (Closes: 
#811663)
   * Switched to source code format 3.0.
   * Bumped Standards-Version to 3.9.8, no changes needed.
   * Bumped debhelper compat level to 9.
   * Shortend description for debugging package.
   * Correctly uppercase Qt and TOra in extended description. (Closes: #663125)
Checksums-Sha1:
 f6050f0ccba9a0c8055bccb462eb2d659b15f720 1986 tora_2.1.3-3.dsc
 ecb28b1a4423f839727243cc226246711d852056 6980 tora_2.1.3-3.debian.tar.xz
 883cb3984891522085d6e88c5ca7ebc09e287110 35666504 tora-dbg_2.1.3-3_amd64.deb
 ef3699212d124bd1d488bba5c6f7df5bd5d9436e 7375 tora_2.1.3-3_amd64.buildinfo
 6710cbd200793b1666f269b70bf00f15063c9512 4902426 tora_2.1.3-3_amd64.deb
Checksums-Sha256:
 0d6232a84e992685e55738d2f79636ad994a6f838b357f6e7af24f3c25be8522 1986 
tora_2.1.3-3.dsc
 d645c8ea3f6cbbc2888aa35e3c8d38331d096ff9f23c401e96076e02c4381149 6980 
tora_2.1.3-3.debian.tar.xz
 ade8ff50d99c0964ff71c1020e9ac759005b233645ef85673e230aa57583abd3 35666504 
tora-dbg_2.1.3-3_amd64.deb
 e4801cc9e330b58d4d293e05e27054dc8b11a6c2f05cafe1e860df930d183456 7375 
tora_2.1.3-3_amd64.buildinfo
 9bf92193e51d49a1afbc2dd59917aee641ca342e08513679654523338a0d2179 4902426 
tora_2.1.3-3_amd64.deb
Files:
 c707223c55d19a597663198def06af42 1986 misc optional tora_2.1.3-3.dsc
 e6375012152c6741dd32a2d7cfa8c34d 6980 misc optional tora_2.1.3-3.debian.tar.xz
 f7f1eba71581cd3030251cf83b9ec0eb 35666504 debug extra 
tora-dbg_2.1.3-3_amd64.deb
 1d152de1c2a73a7b00d71fcad2dd16a8 7375 misc optional 
tora_2.1.3-3_amd64.buildinfo
 81952806bd5424a5dbc82f6c0b34dc61 4902426 misc optional tora_2.1.3-3_amd64.deb

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

iQJKBAEBCAA0FiEEZ/2RWVGI6sRsEOjtNdhXwLvLOyUFAlhOy6cWHG1lc2tlc0Bw
b3N0Z3Jlc3FsLm9yZwAKCRA12FfAu8s7JTEnD/4v6yWVWJ6zyWt+JZrDh4q9CWpy
QfoSsBDaO/Fn/8ue8tr3pm6xlTYfBAsk7rOL+Ch5O9i8CCNzsg9dKmXo/a6rk+UL
9CPvqIClE3gPtX6hp+SvFsNU5fNMdcVpMGSru3hTBzgr0YigM0DMgmdQhJXNWS3j
XT0L+KtF1JaWTK7P0DDVTqVwxFaLDbEL0PaqkLbPppR0H/tUXsK4P8ubVkiUtNiL
6eSIyvBIz5cdNlBY/cdeKUeEFSbHuJmrR0ZeqiW7+iW/bmLMDulwq539TQBUq+O1
yul84Nz8CAGZamohwC79rjV0a2lZdLkpcG4Sr3OCtn/Bvo4qtXgVYA/Fj2nKso3E
YbMYHzZ5qX9t8wUqffru9ylRqJMxlg/VXmm295GXCMC7VEBWIMVUByJuBSBmaYQM
rRJjExWDO0ox2cIYaIzTwnn7uZdIAUh7veU+mgTbfPrtmRcsX8FhPS/XajN06Zf4
NLYyaC88s3XwZNJVRgfSDbNWMxUMU15wApD6AXrCRPdKxG++fM7Q9lfG9Yx8GFna
A3eLA0D1yPJOobWLYSvZTDFdgCEoKNGUbY40IxwifRRjA3iBCmPpJeTix1WRUX9C
40ssZRxENbit5Hrk2KUMOPXYH65Na1pjTDar/4+LysBx3VGFC05jcqDIwMhQZS1f
t5tcIrJIEy3FAap/gQ==
=QR04
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to