Package Details: asuka-git r59.a72dbd3-1

Git Clone URL: https://aur.archlinux.org/asuka-git.git (read-only, click to copy)
Package Base: asuka-git
Description: a Gemini Project client written in Rust with NCurses.
Upstream URL: https://git.sr.ht/~julienxx/asuka
Licenses: MIT
Conflicts: asuka
Provides: asuka
Submitter: unmellow
Maintainer: unmellow
Last Packager: unmellow
Votes: 1
Popularity: 0.000000
First Submitted: 2020-11-07 07:44 (UTC)
Last Updated: 2021-07-06 12:37 (UTC)

Required by (0)

Sources (1)

Latest Comments

unmellow commented on 2021-04-15 16:29 (UTC)

@Valenoern glad to hear it compiles on arm! enjoy the software!

Valenoern commented on 2021-03-25 10:08 (UTC)

Successfully built this on aarch64

unmellow commented on 2021-03-17 00:36 (UTC)

@xotkot i have no idea for a long term solution

for now i echo "if build fails run: rustup toolchain install stable && rustup default stable"

hope that's enough to save some headaches

xotkot commented on 2021-03-12 12:05 (UTC)

@unmellow

$ git clone https://github.com/unmellow/asuka-git
$ cd asuka-git
$ makepkg -si
...
==> Starting build()...
info: no updatable toolchains installed
info: cleaning up downloads & tmp directories
error: no override and no default toolchain set
==> ERROR: A failure occurred in build().
Aborting...

=============

$ rustup toolchain install stable && rustup default stable
...
$ yay -S asuka-git
...

build was successful

unmellow commented on 2021-03-11 23:53 (UTC) (edited on 2021-03-12 00:07 (UTC) by unmellow)

@xotkot run this command

    rustup toolchain install stable && rustup default stable

I don't think their is a better fix for this i can put in the PKGBUILD

edit: i released an example patch that might allow people to not run that command and still install correctly found here https://github.com/unmellow/asuka-git

test it it out if you want not pushing to aur yet

xotkot commented on 2021-03-06 21:28 (UTC)

==> Starting build()...
error: no override and no default toolchain set
==> ERROR: A failure occurred in build().
Aborting...