[Bug 1130502] New: libyui-qt{,-pkg,graph} does not build with Qt 5.13
http://bugzilla.suse.com/show_bug.cgi?id=1130502 Bug ID: 1130502 Summary: libyui-qt{,-pkg,graph} does not build with Qt 5.13 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 Assignee: yast2-maintainers@suse.de Reporter: fvogt@suse.com QA Contact: jsrain@suse.com Found By: --- Blocker: --- Qt 5.13 marked quite a lot as deprecated. As libyui builds with -Werror, that leads to build failures such as: [ 65s] /home/abuild/rpmbuild/BUILD/libyui-qt-2.49.16/src/QY2Styler.cc: In member function 'void QY2Styler::renderParent(QWidget*)': [ 65s] /home/abuild/rpmbuild/BUILD/libyui-qt-2.49.16/src/QY2Styler.cc:362:46: error: 'static bool QPixmapCache::find(const QString&, QPixmap&)' is deprecated: Use bool find(const QString &, QPixmap *) instead [-Werror=deprecated-declarations] [ 65s] if ( QPixmapCache::find( key, scaled ) ) https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:M/libyui-qt{-pkg,-graph}/standard/x86_64 You can find Qt 5.13 Beta 1 packages for 15.0 and TW in obs://KDE:Qt:5.13/ -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 Ancor Gonzalez Sosa <ancor@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED URL| |https://trello.com/c/GyPOIs | |C7 CC| |ancor@suse.com Assignee|yast2-maintainers@suse.de |yast-internal@suse.de -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 Stefan Hundhammer <shundhammer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |IN_PROGRESS Assignee|yast-internal@suse.de |shundhammer@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c1 --- Comment #1 from Stefan Hundhammer <shundhammer@suse.com> --- PR for libyui-qt: https://github.com/libyui/libyui-qt/pull/104 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c2 --- Comment #2 from Stefan Hundhammer <shundhammer@suse.com> --- PR for libyui-qt-pkg: https://github.com/libyui/libyui-qt-pkg/pull/66 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c3 --- Comment #3 from Stefan Hundhammer <shundhammer@suse.com> --- PR for libyui-qt-graph: https://github.com/libyui/libyui-qt-graph/pull/28 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c4 Stefan Hundhammer <shundhammer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED --- Comment #4 from Stefan Hundhammer <shundhammer@suse.com> --- PRs merged. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c5 Fabian Vogt <fvogt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #5 from Fabian Vogt <fvogt@suse.com> --- Reopening due to https://github.com/libyui/libyui-qt-pkg/pull/67/files#r280689245 causing build failures again: [ 67s] /home/abuild/rpmbuild/BUILD/libyui-qt-2.50.2/src/YQTimezoneSelector.cc: In member function 'virtual void YQTimezoneSelector::paintEvent(QPaintEvent*)': [ 67s] /home/abuild/rpmbuild/BUILD/libyui-qt-2.50.2/src/YQTimezoneSelector.cc:306:41: error: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Werror=deprecated-declarations] [ 67s] int tw = fm.width( d->_best.tip ); [ 67s] ^ [ 67s] In file included from /usr/include/qt5/QtWidgets/qwidget.h:50, [ 67s] from /usr/include/qt5/QtWidgets/qabstractspinbox.h:44, [ 67s] from /usr/include/qt5/QtWidgets/qdatetimeedit.h:46, [ 67s] from /home/abuild/rpmbuild/BUILD/libyui-qt-2.50.2/src/YQTimezoneSelector.cc:30: [ 67s] /usr/include/qt5/QtGui/qfontmetrics.h:108:9: note: declared here [ 67s] int width(const QString &, int len = -1) const; -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c6 --- Comment #6 from Stefan Hundhammer <shundhammer@suse.com> --- PR for libyui-qt: https://github.com/libyui/libyui-qt/pull/107 PR for libyui-qt-pkg: https://github.com/libyui/libyui-qt-pkg/pull/69 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c7 Stefan Hundhammer <shundhammer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Stefan Hundhammer <shundhammer@suse.com> --- Both PRs from comment #6 merged. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 Ancor Gonzalez Sosa <ancor@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED URL| |https://trello.com/c/GyPOIs | |C7 CC| |ancor@suse.com Assignee|yast2-maintainers@suse.de |yast-internal@suse.de -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 Stefan Hundhammer <shundhammer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |IN_PROGRESS Assignee|yast-internal@suse.de |shundhammer@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c1 --- Comment #1 from Stefan Hundhammer <shundhammer@suse.com> --- PR for libyui-qt: https://github.com/libyui/libyui-qt/pull/104 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c2 --- Comment #2 from Stefan Hundhammer <shundhammer@suse.com> --- PR for libyui-qt-pkg: https://github.com/libyui/libyui-qt-pkg/pull/66 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c3 --- Comment #3 from Stefan Hundhammer <shundhammer@suse.com> --- PR for libyui-qt-graph: https://github.com/libyui/libyui-qt-graph/pull/28 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1130502 http://bugzilla.suse.com/show_bug.cgi?id=1130502#c4 Stefan Hundhammer <shundhammer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED --- Comment #4 from Stefan Hundhammer <shundhammer@suse.com> --- PRs merged. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com