@MrDev023 Done!
Search Criteria
Package Details: asdf-vm 0.13.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/asdf-vm.git (read-only, click to copy) |
---|---|
Package Base: | asdf-vm |
Description: | Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more |
Upstream URL: | https://asdf-vm.com |
Licenses: | MIT |
Submitter: | alecmev |
Maintainer: | alecmev (rnestler) |
Last Packager: | rnestler |
Votes: | 33 |
Popularity: | 0.72 |
First Submitted: | 2019-05-27 20:24 (UTC) |
Last Updated: | 2023-09-14 21:50 (UTC) |
Dependencies (14)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc)
- autoconf (autoconf-git) (optional)
- automake (automake-1.7, automake-1.11, automake-1.15, automake-1.14, automake-git) (optional)
- bash-completion (bash-completion-git) (optional) – For completions to work in Bash
- libffi (libffi-git) (optional)
- libtool (libtool-git) (optional)
- libxslt (libxslt-git) (optional)
- libyaml (libyaml-git) (optional)
- ncurses (ncurses-git) (optional)
- openssl (openssl-git, openssl-hardened, quictls-openssl, openssl-static) (optional)
- readline (readline-git) (optional)
- unixodbc (optional)
- unzip (unzip-natspec, unzip-zstd) (optional) – Needed by some plugins, like Elixir
Required by (0)
Sources (1)
alecmev commented on 2023-01-26 11:02 (UTC)
MrDev023 commented on 2023-01-25 18:10 (UTC)
The package not copy asdf.nu in root
alecmev commented on 2022-12-26 21:55 (UTC)
@jtraub Thanks, done ;)
jtraub commented on 2022-10-23 04:21 (UTC) (edited on 2022-10-23 04:21 (UTC) by jtraub)
You can get rid of cpio make requirement using either -exec
find param (see [1]) or xargs
(see [2]) which is installed as a requirements for base
cdrozak commented on 2022-07-06 08:02 (UTC) (edited on 2022-07-06 08:12 (UTC) by cdrozak)
Does anyone know how to get it to play nice with makepkg
? Currently I am not able to install tmuxinator
because of the error:
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory @ dir_s_mkdir - /home/cezdro/.cache/paru/clone/tmuxinator/pkg/tmuxinator/usr/bin
EDIT I managed to fix it by adding the following to $XDG_CONFIG_HOME/pacman/makepkg.conf
:
# Remove ~/.asdf/shims from PATH, as it breaks Ruby Gem
PATH=${PATH/$HOME\/.asdf\/shims:/}
Ataraxy commented on 2022-06-29 01:26 (UTC)
Please update the pinned comment to explicitly refer to the pacman sections of the official instructions to work out what file to source depending on your shell.
If you read only the "Bash and Git" instructions, you'll end up sourcing the non-existent $HOME/.asdf/asdf.sh
.
rnestler commented on 2022-06-13 13:52 (UTC)
@alecmev 0.10.0 got released two month ago. I'd be willing to co-maintain if you don't have the time to update the package.
manzu commented on 2022-04-26 10:54 (UTC)
Anyone having problems with root python installation after installing? Details here.
It was causing problems with pacman
so I had to uninstall.
alecmev commented on 2022-01-20 18:16 (UTC) (edited on 2022-01-20 18:17 (UTC) by alecmev)
@jtraub Thanks, fixed!
@awl Thanks for noting the packaging changes!
jtraub commented on 2022-01-01 16:42 (UTC)
Why does this package list so many dependencies?
According to the official site [1] only curl and git are deps of asdf itself. Looks like things like unixodbc or openssl are plugin dependencies. Therefore they should be moved to optdepends.
[1] https://asdf-vm.com/guide/getting-started.html#_1-install-dependencies
Pinned Comments
alecmev commented on 2020-02-10 11:56 (UTC) (edited on 2022-01-20 18:16 (UTC) by alecmev)
Follow the official instructions to make asdf-vm work, see the sections titled "YOUR_SHELL & Pacman".
The completions are already installed, just make sure your shell is configured to use them. That is, don't
source completions/asdf.bash
orfpath=(completions $fpath)
.Thanks for bringing this up, @odelucca. This is worth highlighting in a pinned comment, installation logs are too noisy.