Summary: | sci-visualization/qtiplot-0.9.8.9-r4 (with gcc-6.4.0) - src/analysis/dialogs/FitDialog.cpp:1025:41: error: no matching function for call to ‘QTableWidgetItem::setFlags(bool)’ | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dilfridge, gentoo_bugs.nu_q5v, treecleaner, v_2e |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=585328 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 585328 | ||
Bug Blocks: | |||
Attachments: |
build.log
qtiplot-0.9.8.9-r5.ebuild qtiplot-0.9.8.9-QtItemFlags.patch qtiplot-0.9.8.9-bool-pointer.patch build log for -r5 ebuild |
Description
Juergen Rose
2017-09-08 11:06:14 UTC
After switching to x86_64-pc-linux-gnu-5.4.0 'emerge qtiplot' works again. Created attachment 497124 [details]
qtiplot-0.9.8.9-r5.ebuild
An ebuild incorporating the suggested patches (below).
Created attachment 497126 [details, diff]
qtiplot-0.9.8.9-QtItemFlags.patch
A patch fixing the errors like:
error: no matching function for call to ‘QTableWidgetItem::setFlags(bool)’
it->setFlags(!Qt::ItemIsEditable);
Created attachment 497128 [details, diff]
qtiplot-0.9.8.9-bool-pointer.patch
An additional patch fixing the errors like:
error: no matching function for call to ‘QComboBox::QComboBox(bool)’
alignHorBox = new QComboBox( false );
(In reply to Vladimir from comment #4) > Created attachment 497128 [details, diff] [details, diff] > qtiplot-0.9.8.9-bool-pointer.patch > > An additional patch fixing the errors like: > > error: no matching function for call to ‘QComboBox::QComboBox(bool)’ > alignHorBox = new QComboBox( false ); Thanks for the patches, works now for me. (In reply to Vladimir from comment #4) > Created attachment 497128 [details, diff] [details, diff] > qtiplot-0.9.8.9-bool-pointer.patch > > An additional patch fixing the errors like: > > error: no matching function for call to ‘QComboBox::QComboBox(bool)’ > alignHorBox = new QComboBox( false ); qtiplot-0.9.8.9-r5 fails here : sip: ::FFT ctor argument 1 has an unsupported type for a Python signature - provide a valid type, %MethodCode and a C++ signature WARNING: Failure to find: ../tmp/qtiplot/sipqticmodule.cpp .... src/scripting/PythonScripting.cpp:61:10: fatal error: sipAPIqti.h: No such file or directory #include "sipAPIqti.h" I've attached my build log Created attachment 508756 [details]
build log for -r5 ebuild
(In reply to Juergen Rose from comment #5) > (In reply to Vladimir from comment #4) > > Created attachment 497128 [details, diff] [details, diff] [details, diff] > > qtiplot-0.9.8.9-bool-pointer.patch > > > > An additional patch fixing the errors like: > > > > error: no matching function for call to ‘QComboBox::QComboBox(bool)’ > > alignHorBox = new QComboBox( false ); > > Thanks for the patches, works now for me. I second the gratitude. The -r5 ebuild with the patches worked also for me. (In reply to Helmut Jarausch from comment #7) > qtiplot-0.9.8.9-r5 fails here : > sip: ::FFT ctor argument 1 has an unsupported type for a Python signature - > provide a valid type, %MethodCode and a C++ signature > WARNING: Failure to find: ../tmp/qtiplot/sipqticmodule.cpp > .... > > src/scripting/PythonScripting.cpp:61:10: fatal error: sipAPIqti.h: No such > file or directory > #include "sipAPIqti.h" Please see the patch and new ebuild in this Bug 641514 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7ebfc45b95bd0f5e44d0c46a10f6a4d497d6e6 commit ec7ebfc45b95bd0f5e44d0c46a10f6a4d497d6e6 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2018-01-26 23:16:53 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2018-01-26 23:16:53 +0000 sci-visualization/qtiplot: remove last rited package Closes: https://bugs.gentoo.org/580328 Closes: https://bugs.gentoo.org/585328 Closes: https://bugs.gentoo.org/630332 Closes: https://bugs.gentoo.org/641514 sci-visualization/qtiplot/Manifest | 3 - .../files/qtiplot-0.9.7.10-dont-install-qwt.patch | 22 -- .../qtiplot/files/qtiplot-0.9.8.6-gold.patch | 15 -- .../qtiplot/files/qtiplot-0.9.8.7-kde.patch | 16 -- .../files/qtiplot-0.9.8.8-system-gl2ps.patch | 76 ------- .../qtiplot/files/qtiplot-0.9.8.9-PyQt4-4.10.patch | 32 --- .../files/qtiplot-0.9.8.9-PyQt4-4.11.3.patch | 32 --- .../files/qtiplot-0.9.8.9-adopt_to_alglib3.patch | 115 ---------- .../qtiplot-0.9.8.9-crasher_without_internet.patch | 25 --- .../qtiplot/files/qtiplot-0.9.8.9-gsl-2.patch | 36 --- .../qtiplot/files/qtiplot-0.9.8.9-origin-2.patch | 38 ---- .../qtiplot/files/qtiplot-0.9.8.9-private.patch | 15 -- .../qtiplot/files/qtiplot-0.9.8.9-qt48.patch | 29 --- .../files/qtiplot-0.9.8.9-set_col_values.patch | 18 -- .../qtiplot/files/qtiplot-0.9.8.9-sip-4.15.patch | 31 --- .../qtiplot/files/qtiplot-0.9.8.9-sip-4.19.patch | 38 ---- sci-visualization/qtiplot/metadata.xml | 26 --- .../qtiplot/qtiplot-0.9.8.9-r2.ebuild | 235 -------------------- .../qtiplot/qtiplot-0.9.8.9-r3.ebuild | 238 -------------------- .../qtiplot/qtiplot-0.9.8.9-r4.ebuild | 241 --------------------- 20 files changed, 1281 deletions(-) |