Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637566 - dev-db/sqlitebrowser-3.9.1-r1 : QCPAxis has no member named setTickLabelType
Summary: dev-db/sqlitebrowser-3.9.1-r1 : QCPAxis has no member named setTickLabelType
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-15 10:34 UTC by Helmut Jarausch
Modified: 2017-12-11 09:30 UTC (History)
8 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
eix --info (EIX.INFO,19.29 KB, application/x-info)
2017-11-15 10:34 UTC, Helmut Jarausch
Details
build log (sqlitebrowser-3.9.1-r1.build,262.72 KB, text/plain)
2017-11-15 10:35 UTC, Helmut Jarausch
Details
ebuild for sqlitebrowser-3.10.1 (sqlitebrowser-3.10.1.ebuild,1.20 KB, text/plain)
2017-11-16 11:33 UTC, Helmut Jarausch
Details
unbundle patch (sqlitebrowser-3.10.1-unbundle.patch,610 bytes, patch)
2017-11-16 11:34 UTC, Helmut Jarausch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2017-11-15 10:34:33 UTC
Created attachment 504282 [details]
eix --info

Compiling dev-db/sqlitebrowser fails with
/var/tmp/portage/dev-db/sqlitebrowser-3.9.1-r1/work/sqlitebrowser-3.9.1/src/MainWindow.cpp: In member function 'void MainWindow::updatePlot(SqliteTableModel*, bool)':
/var/tmp/portage/dev-db/sqlitebrowser-3.9.1-r1/work/sqlitebrowser-3.9.1/src/MainWindow.cpp:1851:36: error: 'class QCPAxis' has no member named 'setTickLabelType'; did you mean 'setTickLabelSide'?
Comment 1 Helmut Jarausch 2017-11-15 10:35:40 UTC
Created attachment 504284 [details]
build log
Comment 2 Juergen Rose 2017-11-15 16:08:01 UTC
Same error here.
Comment 3 Helmut Jarausch 2017-11-16 11:33:42 UTC
Created attachment 504500 [details]
ebuild for sqlitebrowser-3.10.1
Comment 4 Helmut Jarausch 2017-11-16 11:34:15 UTC
Created attachment 504502 [details, diff]
unbundle patch
Comment 5 Helmut Jarausch 2017-11-16 11:35:19 UTC
Please bump version to 3.10.1.
It builds just fine with qcustomplot-2 here.
Ebuild and patch have been attached.
Comment 6 Kobboi 2017-11-16 21:31:26 UTC
With sqlitebrowser apparently the only package that depends on qcustomplot, at least add the <qcustomplot-2 dependency to it, instead of just blindly bumping.
Comment 7 Anthony Segredo 2017-11-17 15:58:48 UTC
encountered same bug, proposed ebuild works
Comment 8 Willard Dawson 2017-11-18 04:53:49 UTC
I also ran into this issue. Seems it should fairly well be confirmed by now...
Comment 9 Juergen Rose 2017-11-25 13:05:33 UTC
(In reply to Helmut Jarausch from comment #4)
> Created attachment 504502 [details, diff] [details, diff]
> unbundle patch

Thanks Helmut for ebuild and patch. Seems to work for me.
Comment 10 email200202 2017-12-02 12:10:45 UTC
When will this fix be released?
Comment 11 Michael Cook 2017-12-03 19:08:58 UTC
Yeah, this need to be resolved since we're all (well most) sitting having to rebuild world within 6 weeks?
Comment 12 email200202 2017-12-04 07:07:24 UTC
This bug happened together with 3 other bugs during @preserved-rebuild of an update more than a week ago. 

# emerge @preserved-rebuild -av --keep-going

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] dev-db/sqlitebrowser-3.9.1-r1::gentoo  USE="{-test}" 0 KiB
[ebuild   R    ] media-video/vcdimager-0.7.24::gentoo  USE="xml -static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild   R    ] gnome-base/gvfs-1.32.1::gentoo  USE="bluray cdda gtk http (policykit) samba udev udisks -afp -archive -fuse -gnome-keyring -gnome-online-accounts -google -gphoto2 -ios -mtp -nfs -systemd {-test} -zeroconf" 0 KiB
[ebuild   R    ] media-libs/xine-lib-1.2.8:1::gentoo  USE="X a52 aac aalib alsa bluray css directfb dts dvb fbcon flac gtk imagemagick jpeg libcaca mad mmap mng modplug nls opengl samba sdl speex theora truetype v4l vcd vorbis xinerama xv xvmc (-altivec) -dxr3 -fusionsound -ipv6 -jack -libav -musepack -oss -pulseaudio -vaapi -vdpau -vdr (-vidix) (-vis) -vpx -wavpack -xcb" 0 KiB

Total: 4 packages (4 reinstalls), Size of downloads: 0 KiB

The bugs reports are:

media-libs/xine-lib-1.2.8            https://bugs.gentoo.org/638652
gnome-base/gvfs-1.32.1               https://bugs.gentoo.org/638630
media-video/vcdimager-0.7.24         https://bugs.gentoo.org/638646
dev-db/sqlitebrowser-3.9.1-r1        https://bugs.gentoo.org/637566

It seems that all of them have a workable fix.

As Michael Cook said we are waiting for them to rebuild world for the profile update and the python update.
Comment 13 email200202 2017-12-09 13:44:27 UTC
The 3.10.1 ebuild works. Please release it to the tree.
Comment 14 Michael Weber (RETIRED) gentoo-dev 2017-12-11 09:30:01 UTC
Hello,

i first saw the patches for this via https://github.com/gentoo/gentoo/pull/6322 and bug 633412 and referenced these on the version bump.

Please accept my thanks for your contribution via patches and fixes over here, as well.

Bye