Package Details: solana 1:1.16.17-1

Git Clone URL: https://aur.archlinux.org/solana.git (read-only, click to copy)
Package Base: solana
Description: A fast, secure, and censorship resistant blockchain.
Upstream URL: https://www.solana.com
Keywords: blockchain mainnet solana web3
Licenses: Apache
Conflicts: solana-aarch64, solana-bin, solana-testnet, spl-token
Provides: spl-token
Submitter: ivanmlerner
Maintainer: None
Last Packager: ivanmlerner
Votes: 5
Popularity: 0.050798
First Submitted: 2021-03-18 02:32 (UTC)
Last Updated: 2023-10-20 14:07 (UTC)

Pinned Comments

Latest Comments

Xeonacid commented on 2024-03-31 12:14 (UTC)

The PKGBUILD seems overly complicated. Why not just install with ./scripts/cargo-install-all.sh ?

@alureon Since we want to follow Arch's Rust package guidelines and have some more control. :)

alureon commented on 2024-01-26 04:31 (UTC)

The PKGBUILD seems overly complicated. Why not just install with ./scripts/cargo-install-all.sh ?

That would make this package SO low maintenance.

tallero commented on 2022-06-03 15:33 (UTC)

@ivanmlerner could you add extra archs?

sphene commented on 2022-02-13 17:30 (UTC) (edited on 2022-02-13 17:30 (UTC) by sphene)

@cjayross To fix the problem with missing BPF SDK, copy or soft link it from the source directory you ran makepkg to /usr/bin/sdk/bpf.

Problem:

BPF SDK path does not exist: /usr/bin/sdk/bpf: No such file or directory (os error 2)

Solution:

git clone https://aur.archlinux.org/solana.git 
cd solana
makepkg -si
mkdir -p /usr/bin/sdk/bpf
cp ./pkg/solana/usr/bin/* /usr/bin/sdk/bpf/

Note: after that, if you run into issues with edition, run rustup default nightly && rustup update

tallero commented on 2022-01-11 20:59 (UTC)

Missing clang makedep.

cjayross commented on 2022-01-10 01:22 (UTC) (edited on 2022-01-10 01:28 (UTC) by cjayross)

Unable to build programs with the installation provided.

cargo build-bpf emits

BPF SDK path does not exist: /usr/bin/sdk/bpf: No such file or directory (os error 2)

lysergia commented on 2021-09-18 06:09 (UTC)

Getting an error during build():

error: toolchain '1.51.0-x86_64-unknown-linux-gnu' is not installed

Resolved with rustup toolchain install 1.51.0