error occurred: Command "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "/home/erik/.cache/yay/solana/src/agave/target/release/build/lz4-sys-c221d104f55beec8/out/include" "-I" "." "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-fexceptions" "-Wp,-D_FORTIFY_SOURCE=3" "-Wformat" "-Werror=format-security" "-fstack-clash-protection" "-fcf-protection" "-fno-omit-frame-pointer" "-mno-omit-leaf-frame-pointer" "-Wp,-D_GLIBCXX_ASSERTIONS" "-std=c++17" "-Wsign-compare" "-Wshadow" "-Wno-unused-parameter" "-Wno-unused-variable" "-Woverloaded-virtual" "-Wnon-virtual-dtor" "-Wno-missing-field-initializers" "-Wno-strict-aliasing" "-Wno-invalid-offsetof" "-msse2" "-std=c++17" "-DLZ4=1" "-DNDEBUG=1" "-DOS_LINUX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-o" "/home/erik/.cache/yay/solana/src/agave/target/release/build/librocksdb-sys-a78909effa7dfb2a/out/251aeb12ab2525d6-trace_record.o" "-c" "rocksdb/trace_replay/trace_record.cc" with args c++ did not execute successfully (status code exit status: 1).
Search Criteria
Package Details: solana 1:3.1.9-1
Package Actions
| 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://github.com/anza-xyz/agave |
| Keywords: | blockchain solana web3 |
| Licenses: | Apache-2.0 |
| Provides: | spl-token |
| Submitter: | ivanmlerner |
| Maintainer: | nardholio |
| Last Packager: | nardholio |
| Votes: | 8 |
| Popularity: | 0.68 |
| First Submitted: | 2021-03-18 02:32 (UTC) |
| Last Updated: | 2026-02-26 22:06 (UTC) |
Dependencies (11)
- bash (bash-gitAUR, bash-devel-gitAUR)
- bzip2 (bzip2-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- protobuf (protobuf-gitAUR) (make)
Required by (0)
Sources (5)
toynbeeidea commented on 2025-07-21 18:08 (UTC) (edited on 2025-07-21 18:08 (UTC) by toynbeeidea)
getong commented on 2025-07-17 14:17 (UTC)
currently, 2.3.4 version is released, please update it.
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
Pinned Comments