How do I fix this OBS problem - for VirtualBox
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.
I think so, yes.
here is the error and the configure.log with the error and the virtualbox.spec file attached. ... ** qt6 not found!
your spec has: BuildRequires: libqt5-qtbase-devel ___________________^^^ qt6 is needed instead of qt5. Another hint: nobody needs to re-invent the wheel ... and like in this case the wheel has already been invented by our Fedora friends: https://github.com/rpmfusion/VirtualBox/blob/master/VirtualBox.spec Have a nice day, Berny
On 9/19/24 22:40, Larry Len Rainey wrote:
On 9/19/24 15:19, Bernhard Voelker wrote:
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.
I think so, yes.
here is the error and the configure.log with the error and the virtualbox.spec file attached. ... ** qt6 not found!
your spec has:
BuildRequires: libqt5-qtbase-devel ___________________^^^
qt6 is needed instead of qt5.
I did that and failed to go much farther.
libqt5-qtbase-devel was changed to qt6-base-devel that was suggested - it went a little farther but not enough - see other emails.
well ...
Another hint: nobody needs to re-invent the wheel ... and like in this case the wheel has already been invented by our Fedora friends: https://github.com/rpmfusion/VirtualBox/blob/master/VirtualBox.spec
... but what about looking there? Have a nice day, Berny
participants (2)
-
Bernhard Voelker
-
Larry Len Rainey