Package Details: rebar3-git 5385.4594b00f-1

Git Clone URL: https://aur.archlinux.org/rebar3-git.git (read-only, click to copy)
Package Base: rebar3-git
Description: A sophisticated build-tool for Erlang projects that follows OTP principles.
Upstream URL: https://github.com/erlang/rebar3
Licenses: Apache-2.0
Conflicts: rebar3
Provides: rebar3
Submitter: winlu
Maintainer: fixeria
Last Packager: fixeria
Votes: 0
Popularity: 0.000000
First Submitted: 2015-04-01 17:42 (UTC)
Last Updated: 2024-06-01 14:26 (UTC)

Dependencies (3)

Required by (10)

Sources (1)

Latest Comments

0m3 commented on 2024-06-03 13:20 (UTC)

Hello all,

The reason was the installed asdf. asdf was installed according to the scheme ZSH & Pacman.

You can do the following:

  • comment out the line . /opt/asdf-vm/asdf.sh in your .zshrc file and execute source .zshrc;
  • execute yay -S rebar3;
  • uncomment the line . /opt/asdf-vm/asdf.sh in your .zshrc file and execute source .zshrc.

0m3 commented on 2024-06-03 12:37 (UTC)

Hello all,

==> Starting build()...
unknown command: escript. Perhaps you have to reshim?
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: rebar3-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
rebar3-git - exit status 4

dimytch commented on 2022-11-25 03:08 (UTC)

source=("$_pkgname::git+https://github.com/erlang/rebar3.git")
[...]
#  install -Dm0644 "priv/shell-completion/bash/rebar3" "$pkgdir/usr/share/bash-completion/completions/rebar3"

Without those changes do not compiles.