[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Call to help testing osb for backward compatibility


Le 20/12/2024 à 22:25, T Lee Davidson a écrit :
On 12/19/24 13:49, gbWilly wrote:
For those on Arch, openSuSe, I advise the same as to the risky dudes above, but for your distro. Install official gambas3, create application and package it using qt5-ext, change to osb version, upgrade and see what happens and install previous packaged application (.rpm or whatever you dudes do).

Okay so, on Manjaro, I just tried to upgrade from the officially packaged Gambas 3.19.5 to the OBS version. I got a "Failed to commit transaction" error due to file conflicts:
~~~~~~
conflicting files:
- gambas3-runtime: /usr/lib/gambas3/gb.hash.component already exists in filesystem (owned by gambas3-gb-hash) - gambas3-runtime: /usr/lib/gambas3/gb.hash.la already exists in filesystem (owned by gambas3-gb-hash) - gambas3-runtime: /usr/lib/gambas3/gb.hash.so already exists in filesystem (owned by gambas3-gb-hash) - gambas3-runtime: /usr/lib/gambas3/gb.hash.so.0 already exists in filesystem (owned by gambas3-gb-hash) - gambas3-runtime: /usr/lib/gambas3/gb.hash.so.0.0.0 already exists in filesystem (owned by gambas3-gb-hash) - gambas3-runtime: /usr/share/gambas3/info/gb.hash.info already exists in filesystem (owned by gambas3-gb-hash) - gambas3-runtime: /usr/share/gambas3/info/gb.hash.list already exists in filesystem (owned by gambas3-gb-hash)
~~~~~~

I have no idea what this means or how it might be fixed as I have never used a rolling release, nor an Arch, distribution. Note: I was given an option to choose the source for qt-webview (gtk, qt5, or qt6). I chose qt6-webview.



The 'gb.hash' component must not have its own package, it must be included inside the 'gambas3-runtime' component.

I must tell PKGBUILD that now 'gambas3-runtime' replaces 'gambas3-gb-hash'. I think I know how to do that according to the current PKGBUILD content. I will do that as soon as possible so that you can check if I am right!

--
Benoît Minisini.


Follow-Ups:
Re: Call to help testing osb for backward compatibilityBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
References:
Call to help testing osb for backward compatibilitygbWilly <gbWilly@xxxxxxxxxxxxxx>
Re: Call to help testing osb for backward compatibilityT Lee Davidson <t.lee.davidson@xxxxxxxxx>