Your message dated Sun, 07 Aug 2016 22:50:31 +0000
with message-id <e1bwwtr-00076x...@franck.debian.org>
and subject line Bug#831069: fixed in qtiplot 0.9.8.9-15
has caused the Debian Bug report #831069,
regarding qtiplot: FTBFS with GCC 6:
src/analysis/dialogs/FitDialog.cpp:1025:41: error: no matching function for
call to 'QTableWidgetItem::setFlags(bool)'
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.)
--
831069: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qtiplot
Version: 0.9.8.9-14
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64
Hi,
During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html
Relevant part (hopefully):
> g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W
> -DSCRIPTING_CONSOLE -DSVN_REVISION="\"\"" -DQT_PLUGIN
> -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\"
> -DMANUAL_PATH=\"/usr/share/doc/qtiplot/manual\" -DSCRIPTING_MUPARSER
> -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr/share/qtiplot\"
> -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -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/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant
> -I/usr/include/muParser -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include
> -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel
> -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D
> -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting
> -I/usr/include/python2.7 -I/usr/include/libalglib -I/usr/include/tamu_anova
> -I/usr/include -I/usr/X11R6/include -I/«PKGBUILDDIR»/tmp/qtiplot -o
> ../tmp/qtiplot/FitDialog.o src/analysis/dialogs/FitDialog.cpp
> src/analysis/dialogs/FitDialog.cpp: In member function 'void
> FitDialog::saveUserFunction()':
> src/analysis/dialogs/FitDialog.cpp:895:9: warning: this 'if' clause does not
> guard... [-Wmisleading-indentation]
> if (d_current_fit->setFormula(formula))
> ^~
> src/analysis/dialogs/FitDialog.cpp:898:3: note: ...this statement, but the
> latter is misleadingly indented as if it is guarded by the 'if'
> if (funcBox->currentItem()->text() == name)
> ^~
> src/analysis/dialogs/FitDialog.cpp: In member function 'void
> FitDialog::removeUserFunction()':
> src/analysis/dialogs/FitDialog.cpp:946:5: warning: this 'if' clause does not
> guard... [-Wmisleading-indentation]
> if (QMessageBox::Yes != QMessageBox::question (this, tr("QtiPlot") + " -
> " + tr("Remove Fit Model"), s, QMessageBox::Yes, QMessageBox::Cancel))
> ^~
> src/analysis/dialogs/FitDialog.cpp:949:2: note: ...this statement, but the
> latter is misleadingly indented as if it is guarded by the 'if'
> QString name = funcBox->currentItem()->text();
> ^~~~~~~
> src/analysis/dialogs/FitDialog.cpp: In member function 'void
> FitDialog::showFitPage()':
> src/analysis/dialogs/FitDialog.cpp:1025: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/analysis/dialogs/FitDialog.cpp:47:
> /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/analysis/dialogs/FitDialog.cpp:1052:35: 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/analysis/dialogs/FitDialog.cpp:47:
> /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/analysis/dialogs/FitDialog.cpp:1057:5: warning: this 'for' clause does
> not guard... [-Wmisleading-indentation]
> for (int i = 0; i<parameters; i++)
> ^~~
> src/analysis/dialogs/FitDialog.cpp:1060:2: note: ...this statement, but the
> latter is misleadingly indented as if it is guarded by the 'for'
> if (d_current_fit->type() == Fit::User){
> ^~
> src/analysis/dialogs/FitDialog.cpp:1067: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/analysis/dialogs/FitDialog.cpp:47:
> /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/analysis/dialogs/FitDialog.cpp: In member function 'void
> FitDialog::showExpression(int)':
> src/analysis/dialogs/FitDialog.cpp:1280:5: warning: this 'if' clause does not
> guard... [-Wmisleading-indentation]
> if (function < 0)
> ^~
> src/analysis/dialogs/FitDialog.cpp:1283:2: note: ...this statement, but the
> latter is misleadingly indented as if it is guarded by the 'if'
> setCurrentFit(function);
> ^~~~~~~~~~~~~
> src/analysis/dialogs/FitDialog.cpp: In member function 'void
> FitDialog::saveInitialGuesses()':
> src/analysis/dialogs/FitDialog.cpp:1724:5: warning: this 'if' clause does not
> guard... [-Wmisleading-indentation]
> if (!d_current_fit)
> ^~
> src/analysis/dialogs/FitDialog.cpp:1727:2: note: ...this statement, but the
> latter is misleadingly indented as if it is guarded by the 'if'
> ApplicationWindow *app = (ApplicationWindow *)this->parent();
> ^~~~~~~~~~~~~~~~~
> make[3]: *** [../tmp/qtiplot/FitDialog.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/13/qtiplot_0.9.8.9-14_unstable_gcc6.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: qtiplot
Source-Version: 0.9.8.9-15
We believe that the bug you reported is fixed in the latest version of
qtiplot, 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 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated qtiplot 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: SHA1
Format: 1.8
Date: Sun, 07 Aug 2016 21:52:08 +0200
Source: qtiplot
Binary: qtiplot qtiplot-doc
Architecture: source
Version: 0.9.8.9-15
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
qtiplot - data analysis and scientific plotting
qtiplot-doc - data analysis and scientific plotting (documentation)
Closes: 831069
Changes:
qtiplot (0.9.8.9-15) unstable; urgency=medium
.
* [bfeb613] Fix FTBFS with gcc-6. (Closes: #831069)
* [a845a9f] Apply cme fix-dpkg.
Checksums-Sha1:
bf96719c9eac3246e075969a84018c23c3a4210e 2532 qtiplot_0.9.8.9-15.dsc
b4d1affd482b4e10d23e1632afcefb2ecf793be5 21432 qtiplot_0.9.8.9-15.debian.tar.xz
Checksums-Sha256:
2af68c447da544a5ba70343feb1e9e0379da8a9029f660c174e71b2fd89e45b6 2532
qtiplot_0.9.8.9-15.dsc
03022e42b01c12d11e04ea7828aefe85c98528cd2fe50059a95ea1c3f211fdb9 21432
qtiplot_0.9.8.9-15.debian.tar.xz
Files:
f2ec7a437e3bafe7b6feac0a4b8cf727 2532 math optional qtiplot_0.9.8.9-15.dsc
045852b376dc8aa8ac42574a20777afe 21432 math optional
qtiplot_0.9.8.9-15.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJXp5F2AAoJENPhc4PPp/8GlwUQAI2S3NH/Yn8AfaCfYhqXyiOa
lJcKNHBjb0h9gxONGrOoseSi3AK5ypdIJKeipteDIvwm5wsURwMDO0xSkJ9W+62J
TD9cAgQw4mtc6QXDkvYp94AocYb4qWhD5XLnJAyckmq+/PQkkVyFwf9ABPO4t+Dw
2RxCfWmf/bZ5dIt+clCOz6CXKF2It3M74REjeM1449hJ66dZ5ZRS3870QLMKKaSd
ttlqLvRoHg7zHs5A4ji+NmXX0tZX4xyAV2PCmIK4SU1tUlA4IPZO6aphSm2KUX01
VEjeB0tIOU/FFm+x1eB4lTMMYt+cQsYvu/Tm99wi5UEU3wz5MTIL5ZsyH+ymHfdt
+5vReuPEfLcu3ihtMspKLqlv+QtQAWWBuADRjOPG1PaLV4v7yiXnFbs/MUv97qHk
BvcdberhRGANNAxf8TElx8uDPbm3060fN1zXl+lyKHS5MLldl7kcMzToUa2emEdK
ytFd+XpBxiaLn2nDpjY7BT9aP1lEhXeORpdavR+yVe5wzgTcYFdMvarqOOWupQy+
6vOqpdB0UTGBhtaFGhD+M2hzu+yDwevKRK7XkeuL/aUxbLil8X1iwja8IiGx/wAu
HRknj48SseN8OpJZQYFRvsASJxTkw9Fxp19XTOCL1fdpMFe0pq+BGA4+2bZ/K0Gr
4uX1hp/41odNqicmAEZS
=0CVB
-----END PGP SIGNATURE-----
--- End Message ---