Got farther
but others are still missing - do you know what they are
supposed to be or are not needed any more?
buildinfo
is broken... it says:
unresolvable: nothing provides qt6-linguist
nothing provides qt6-qtbase-devel
nothing provides qt6-qttools-devel
nothing provides qt6-qtx11extras-devel
Packages got renames to qt6-linguist-devel etc.
Am sitting already on updating the spec file, as quite a few things are nowadays unnecessary. Should be also easier to maintain in the long run
On September 19, 2024 9:03:13 PM GMT+02:00, Larry Len Rainey <llrainey15@gmail.com> wrote:I tried converting all the qt5 to qt6 and got this.
Unless someone can figure out how to fix thsi 7.0.20 is the last version for Tumbleweed.
buildinfo is broken... it says:
unresolvable: nothing provides libqt6-linguist
nothing provides libqt6-linguist-devel
nothing provides libqt6-qtbase-devel
nothing provides libqt6-qttools-devel
nothing provides libqt6-qtx11extras-devel
---------- Forwarded message ---------
From: Mihai Moldovan <ionic@ionic.de>
Date: Thu, Sep 19, 2024 at 1:26 PM
Subject: Re: How do I fix this OBS problem - for VirtualBox
To: <factory@lists.opensuse.org>
* On 9/19/24 20:06, Larry Len Rainey wrote:
> This failed and I have no idea how to fix it - I suspect I need something in the
> virtualbox.spec file to fix this.
Yes, the spec file still builds against Qt 5, but VirtualBox nowadays searches
for Qt 6 by default. You'll either have to find out if there is a configure
switch to force Qt 5, or, alternatively, change build dependencies to their Qt 6
versions, which might not be a 1:1 mapping.
Note that Qt 5's lifecycle is pretty much at its end, and it makes more sense to
make the switch to Qt 6, especially for TW.
Mihai