You are not logged in.

#1 2019-06-06 08:37:51

EgidioCaprino
Member
Registered: 2016-03-13
Posts: 102

Installing fastlane on CD container

Hi all ?

I'm trying to create a Docker image, starting from archlinux/base, which has several tools pre-installed, including fastlane.

Trying with yay -S fastlane I get the following error.

==> Error: Could not find all required packages:
    ruby-memoist>=0.16 (Wanted by: fastlane -> ruby-google-api-client -> ruby-googleauth)
    ruby-memoist>=0.16 (Wanted by: fastlane -> ruby-google-cloud-storage -> ruby-googleauth)
    ruby-multipart-post<2.1 (Wanted by: fastlane)

On the AUR page there is a comment suggesting to add the farwayer.keybase.pub repo, so I tried the following.

echo -e '\n[mobile]\nSigLevel = Never\nServer = https://farwayer.keybase.pub/arch/$repo' >> /etc/pacman.conf
pacman -Syu
pacman -S fastlane

But then I get this error.

warning: cannot resolve "ruby-multipart-post<2.1", a dependency of "fastlane"
:: The following package cannot be upgraded due to unresolvable dependencies:
      fastlane

Also, tring to install that package manually does not work.

$ pacman --upgrade --noconfirm https://farwayer.keybase.pub/arch/mobile/ruby-multipart-post-2.0.0-2-any.pkg.tar.xz
loading packages...
error: '/var/cache/pacman/pkg/ruby-multipart-post-2.0.0-2-any.pkg.tar.xz': invalid or corrupted package (PGP signature)

Any idea on how I can install fastlane?

Last edited by EgidioCaprino (2019-06-06 09:09:21)

Offline

#2 2019-06-06 08:52:17

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,736

Re: Installing fastlane on CD container

Please use [ code ] [ /code ] tags without spaces for pasting command output.

At least in this invocation you have a typo and your repo url is incorrect.

Moving to AUR issues

Offline

#3 2019-06-06 09:07:37

EgidioCaprino
Member
Registered: 2016-03-13
Posts: 102

Re: Installing fastlane on CD container

Sorry, there is an error in the command which adds the repo. In /etc/pacman.conf it is actually correct.

[mobile]
SigLevel = Never
Server = https://farwayer.keybase.pub/arch/$repo

Offline

Board footer

Powered by FluxBB