Your message dated Thu, 30 Jun 2016 16:48:10 +0000
with message-id <e1bif8m-0008t9...@franck.debian.org>
and subject line Bug#811873: fixed in scidavis 1.D9-2
has caused the Debian Bug report #811873,
regarding scidavis: FTBFS with GCC 6: no matching function for call to
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.)
--
811873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811873
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: scidavis
Version: 1.D9-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match
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 -O2 -D_REENTRANT -Wall -W -fPIC -DSCRIPTING_CONSOLE
> -DSCRIPTING_DIALOG -DQT_PLUGIN -DTS_PATH=\"/usr/share/scidavis/translations\"
> -DDOC_PATH=\"/usr/share/doc/scidavis\"
> -DPLUGIN_PATH=\"/usr/lib/scidavis/plugins\" -DLEGACY_CODE_0_2_x
> -DSCRIPTING_MUPARSER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB
> -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB
> -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I.
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml
> -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4
> -I/sbuild-nonexistent/usr/include -I/usr/include/qwt-qt4
> -I/usr/include/qwtplot3d -I/usr/include/muParser -I../scidavis -Isrc
> -Isrc/future -I/usr/X11R6/include -I../tmp/scidavis -I. -o
> ../tmp/scidavis/FitDialog.o src/FitDialog.cpp
> In file included from src/Graph.h:47:0,
> from src/FitDialog.h:32,
> from src/FitDialog.cpp:29:
> src/future/core/column/Column.h:87:36: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> Column(const QString& name, std::auto_ptr<D> data,
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from src/future/core/column/Column.h:38,
> from src/Graph.h:47,
> from src/FitDialog.h:32,
> from src/FitDialog.cpp:29:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> In file included from src/Graph.h:47:0,
> from src/FitDialog.h:32,
> from src/FitDialog.cpp:29:
> src/future/core/column/Column.h:324:25: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> void initPrivate(std::auto_ptr<D>, IntervalAttribute<bool>);
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from src/future/core/column/Column.h:38,
> from src/Graph.h:47,
> from src/FitDialog.h:32,
> from src/FitDialog.cpp:29:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> In file included from src/Graph.h:47:0,
> from src/FitDialog.h:32,
> from src/FitDialog.cpp:29:
> src/future/core/column/Column.h: In constructor 'Column::Column(const
> QString&, const D&, IntervalAttribute<bool>)':
> src/future/core/column/Column.h:82:22: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> initPrivate(std::auto_ptr<D>(new D(data)), validity);
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from src/future/core/column/Column.h:38,
> from src/Graph.h:47,
> from src/FitDialog.h:32,
> from src/FitDialog.cpp:29:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> src/FitDialog.cpp: In member function 'void FitDialog::showFitPage()':
> src/FitDialog.cpp:658:41: error: no matching function for call to
> 'QTableWidgetItem::setFlags(bool)'
> it->setFlags(!Qt::ItemIsEditable);
> ^
>
> In file included from /usr/include/qt4/QtGui/QTableWidget:1:0,
> from src/Matrix.h:34,
> from src/FitDialog.cpp:40:
> /usr/include/qt4/QtGui/qtablewidget.h:105:10: note: candidate: void
> QTableWidgetItem::setFlags(Qt::ItemFlags)
> void setFlags(Qt::ItemFlags flags);
> ^~~~~~~~
>
> /usr/include/qt4/QtGui/qtablewidget.h:105:10: note: no known conversion for
> argument 1 from 'bool' to 'Qt::ItemFlags {aka QFlags<Qt::ItemFlag>}'
> src/FitDialog.cpp:674:2: warning: statement is indented as if it were guarded
> by... [-Wmisleading-indentation]
> if (!boxUseBuiltIn->isChecked() ||
> ^~
>
> src/FitDialog.cpp:670:5: note: ...this 'for' clause, but it is not
> for (int i = 0; i<paramList.count(); i++)
> ^~~
>
> src/FitDialog.cpp:682:45: error: no matching function for call to
> 'QTableWidgetItem::setFlags(bool)'
> it->setFlags(!Qt::ItemIsEditable);
> ^
>
> In file included from /usr/include/qt4/QtGui/QTableWidget:1:0,
> from src/Matrix.h:34,
> from src/FitDialog.cpp:40:
> /usr/include/qt4/QtGui/qtablewidget.h:105:10: note: candidate: void
> QTableWidgetItem::setFlags(Qt::ItemFlags)
> void setFlags(Qt::ItemFlags flags);
> ^~~~~~~~
>
> /usr/include/qt4/QtGui/qtablewidget.h:105:10: note: no known conversion for
> argument 1 from 'bool' to 'Qt::ItemFlags {aka QFlags<Qt::ItemFlag>}'
> src/FitDialog.cpp: In member function 'void FitDialog::showExpression(int)':
> src/FitDialog.cpp:947:2: warning: statement is indented as if it were guarded
> by... [-Wmisleading-indentation]
> if (categoryBox->currentRow() == 2)
> ^~
>
> src/FitDialog.cpp:944:5: note: ...this 'if' clause, but it is not
> if (function < 0)
> ^~
>
> Makefile:2086: recipe for target '../tmp/scidavis/FitDialog.o' failed
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: scidavis
Source-Version: 1.D9-2
We believe that the bug you reported is fixed in the latest version of
scidavis, 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.
Georges Khaznadar <georg...@debian.org> (supplier of updated scidavis 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 15:00:52 +0200
Source: scidavis
Binary: scidavis
Architecture: source amd64
Version: 1.D9-2
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <georg...@debian.org>
Changed-By: Georges Khaznadar <georg...@debian.org>
Description:
scidavis - application for scientific data analysis and visualization
Closes: 811873
Changes:
scidavis (1.D9-2) unstable; urgency=medium
.
* changes for gcc6: patched libscidavis/src/FitDialog.cpp and
libscidavis/src/ColorMapEditor.cpp
Closes: #811873
* invoked qmake with -qt=qt4 in debian/rules
* upgraded Standards-Version
Checksums-Sha1:
41dff1bc336b88337a44085ae74caba22934841c 1953 scidavis_1.D9-2.dsc
0e7d934fd40e35bd952a8dee7a85cdc17fbd22a5 302163 scidavis_1.D9-2.debian.tar.bz2
febfd0b4861ce5cc8348d0da1490c2f95a89abd7 1648330 scidavis_1.D9-2_amd64.deb
Checksums-Sha256:
c871b7a5f5cc9044ca27e887bdc656ce736cd094d6cb672a2b737d9775975f36 1953
scidavis_1.D9-2.dsc
22c3f4aead40dc26c27cdc2915b7bc33308077a994c1741d143f6bb09cf7ad5e 302163
scidavis_1.D9-2.debian.tar.bz2
a1cc77deae904f852c4c98885b9777cdf705937e112010f4a9ccba7053358782 1648330
scidavis_1.D9-2_amd64.deb
Files:
2cf14c27b769e48d4b867414a785be9d 1953 graphics extra scidavis_1.D9-2.dsc
b3e9ccb39be0291bd9ceb7462e838ec3 302163 graphics extra
scidavis_1.D9-2.debian.tar.bz2
d9e0b43a5ba5eee394b5008a698d86b6 1648330 graphics extra
scidavis_1.D9-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBV3UsrBwoFpBxNq45AQjq0w//StED4YpS5m3hEvzw8C2MC6flsMmiO4cE
O2y9CGFARSmGdwbZzSfgnmdzxA6dV9Ryr8UnvKzMA+sj+zbB9WgRSlokahP958St
ySR12DgL3M5k5pLikNfPedgmiUVoyf5fG2GWj+kU+72bBmWPPKarHEEdp1UKPJQt
hikcLJlPTv/9+IRym/FlHFX40L5tgdW1AlYAt4lnsMfqYOBLiJgK4WT4j/E25oVt
6q7RXPITcjzVysykaPC6DV9dNFwAL61xifFjQVGUgRJhAzRN4CvM4+GfIE/GYy0r
NM/hIfB7P9o5m2Et+uHZp0o9v2qJbSMMfVCSr9xATZ+q1JDJ3nj+dVjSxUB3g+YA
Rz+I7jdnUR5tCfMTG9uW1eUlFzJNKykfijk/os5OpKS8GzIrK/gVfOYLYud1NOxw
v/cMrpWKsJV6cY8XEu7eEluCnnXnEpoHd1XhXBud0qWdAumsmL5nZ6dUxlh67UoF
oKBwINEOCZfeGQW9zvaTfzydutUKMltXY2Z0bfg/9benpA5g8/MZ33YxtTfn00vl
6yNa9GTr4x+D9V01zJumkEK+toKX6yDqc5O89raHJ5zCp0wRnctBxPNlvLJHzy2E
f7PkCRP7gyminNZ3d+MGOmUXFMIc3vEaFQzbfc3uA4P9zXceTTeX4zJQQNCwGL+U
6wF7fLMUZME=
=Ncq5
-----END PGP SIGNATURE-----
--- End Message ---