Please add "aarch64" to arch
Search Criteria
Package Details: ion-git r1869.9bc52a5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ion-git.git (read-only, click to copy) |
---|---|
Package Base: | ion-git |
Description: | The Ion Shell. Compatible with Redox and Linux. (Git version) |
Upstream URL: | https://gitlab.redox-os.org/redox-os/ion |
Licenses: | MIT |
Conflicts: | ion |
Provides: | ion |
Submitter: | z3ntu |
Maintainer: | z3ntu |
Last Packager: | z3ntu |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-09 09:23 (UTC) |
Last Updated: | 2019-06-15 09:28 (UTC) |
Dependencies (2)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- rust (rust-i586-git, rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
Required by (0)
Sources (1)
Latest Comments
sfort commented on 2021-04-20 13:17 (UTC)
rustymech commented on 2021-01-03 08:09 (UTC)
Hi, will this package be updated to a more recent commit?
spease commented on 2019-08-23 02:12 (UTC)
I can't seem to find this with yay ion-git
or yaourt ion-git
- is it still available or has it been disabled somehow?
z3ntu commented on 2019-07-18 08:44 (UTC)
@aleksator: You can always enable the feature in your local build, but I don't want to keep changing the PKGBUILD because they add or remove feature flags. Imo if the upstream maintainers think this feature is not ready yet, it shouldn't be enabled for people who don't explicitely want it.
aleksator commented on 2019-07-17 00:16 (UTC) (edited on 2019-07-17 00:16 (UTC) by aleksator)
Please consider enabling "advanced_arg_parsing" feature in cargo build, which uses structopt library for better command line argument handling.
More info in the repository issue: https://gitlab.redox-os.org/redox-os/ion/issues/878
vadix commented on 2017-10-06 20:44 (UTC)
You need to also add /usr/bin/ion to /etc/shells.
bb010g commented on 2017-08-29 21:02 (UTC)
Ion will be building with nightly for the foreseeable future: https://github.com/redox-os/ion/issues/519
z3ntu commented on 2017-07-11 07:32 (UTC)
If you get a build error like:
Compiling ion-shell v1.0.4 (file:///home/luca/Dev/ion-git/src/ion)
error: failed to run custom build command for `ion-shell v1.0.4 (file:///home/luca/Dev/ion-git/src/ion)`
process didn't exit successfully: `/home/luca/Dev/ion-git/src/ion/target/release/build/ion-shell-4d0a95d6d7a1e174/build-script-build` (exit code: 101)
--- stderr
Error: Ion requires at least version 1.19.0 to build.
Installed version is: 1.18.0
. Minimum required: 1.19.0.
Use `rustup update` to update to the latest stable compiler.
thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', build.rs:42
you have to update your rust version to the minimum version shown (will probably be a nightly build - rust-git is needed then).
Pinned Comments
z3ntu commented on 2017-07-11 07:32 (UTC)