[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error installing 'master' on Manjaro VM
[Thread Prev] | [Thread Next]
- Subject: Re: Error installing 'master' on Manjaro VM
- From: Lee <t.lee.davidson@xxxxxxxxx>
- Date: Tue, 22 Jul 2025 17:50:17 -0400
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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] ----
Re: Error installing 'master' on Manjaro VM | Gianluigi <gradobag@xxxxxxxxxxx> |
Error installing 'master' on Manjaro VM | Lee <t.lee.davidson@xxxxxxxxx> |
Re: Error installing 'master' on Manjaro VM | Tim Dickson <dickson.tim@xxxxxxxxxxxxxx> |
Re: Error installing 'master' on Manjaro VM | Lee <t.lee.davidson@xxxxxxxxx> |
Re: Error installing 'master' on Manjaro VM | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Error installing 'master' on Manjaro VM | Gianluigi <gradobag@xxxxxxxxxxx> |