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

Re: Error installing 'master' on Manjaro VM


On 7/22/25 8:50 AM, Gianluigi wrote:
Hi,

I don't know if this can help. I'm installing gambas from the binary files (both Master and Stable). I get this error in the bash profile terminal:

[tester@manjaro-kvm ~]$ sudo nano /etc/pacman.conf
[sudo] password di tester:
[tester@manjaro-kvm ~]$ LANG="C" sudo pacman -S curl
warning: database file for 'home_gambas_master_ArchLinux' does not exist (use '-Sy' to download)
warning: curl-8.15.0-1 is up to date -- reinstalling
error: failed to prepare transaction (could not find database)

I don't know why you are trying to install 'curl' when it is already installed. But if you do `pacman -Sy`, it should download the database file for home_gambas_master_ArchLinux.


If I comment (with #) /etc/pacman.conf
[home_gambas_stable_ArchLinux]
Server = https://download.opensuse.org/repositories/home:/gambas:/stable/ArchLinux/$arch
or
[home_gambas_master_ArchLinux]
Server = https://download.opensuse.org/repositories/home:/gambas:/master/ArchLinux/$arch

You should be using "downloadcontent.opensuse.org" in those URLs instead of "download.opensuse.org".


I can install both the master and stable versions with the YAML code.

Do you mean the ".gitlab-ci.yml" YAML file in the Gambas repository? That code compiles from source. It does not install from the binary files on OBS.


Please note that the YAML code contains two typos:
--disable-qt5webkit instead of --disable-qt5.webkit and --disable-gtkopengl instead of --disable-gtk.opengl

Regards
Gianluigi



--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


Follow-Ups:
Re: Error installing 'master' on Manjaro VMGianluigi <gradobag@xxxxxxxxxxx>
References:
Error installing 'master' on Manjaro VMLee <t.lee.davidson@xxxxxxxxx>
Re: Error installing 'master' on Manjaro VMTim Dickson <dickson.tim@xxxxxxxxxxxxxx>
Re: Error installing 'master' on Manjaro VMLee <t.lee.davidson@xxxxxxxxx>
Re: Error installing 'master' on Manjaro VMBruce Steers <bsteers4@xxxxxxxxx>
Re: Error installing 'master' on Manjaro VMGianluigi <gradobag@xxxxxxxxxxx>