[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: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Wed, 23 Jul 2025 10:59:11 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Il 22/07/25 23:50, Lee ha scritto:
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. You should be using "downloadcontent.opensuse.org" in those URLs instead of "download.opensuse.org".
It's written on the wiki, which I followed step by step: "ArchLinux / Manjaro Depending on the desktop installed you might first need to install curl: $ sudo pacman -S curlFor Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_gambas_${VERSION}_ArchLinux]Server = https://download.opensuse.org/repositories/home:/gambas:/${VERSION}/ArchLinux/$arch
Then run the following as root:$ key=$(curl -fsSL https://download.opensuse.org/repositories/home:gambas:${VERSION}/ArchLinux/$(uname -m)/home_gambas_${VERSION}_ArchLinux.key) $ fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
$ pacman-key --init $ pacman-key --add - <<< "${key}" $ pacman-key --lsign-key "${fingerprint}" $ pacman -Sy home_gambas_${VERSION}_ArchLinux/gambas3Manjaro updates often lag behind ArchLinux updates. Consequently, the ArchLinux packages may not install correctly on Manjaro, because of a blocking library version problem (the required library available on ArchLinux is newer that the one installed on Manjaro). In that case, you will have to wait until Manjaro is synchronized with ArchLinux to be able to install the packages."
I thought Benoit's suggestion (from the 20th) had been discarded, since it wasn't reported on the wiki, and Konsole (zsk) doesn't report the same error as bash.
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.
Yes
Regards Gianluigi
Re: Error installing 'master' on Manjaro VM | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Error installing 'master' on Manjaro VM | Lee <t.lee.davidson@xxxxxxxxx> |
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> |
Re: Error installing 'master' on Manjaro VM | Lee <t.lee.davidson@xxxxxxxxx> |