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

Re: Error installing 'master' on Manjaro VM


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)

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

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

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


Follow-Ups:
Re: Error installing 'master' on Manjaro VMLee <t.lee.davidson@xxxxxxxxx>
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>