Search Criteria
Package Details: reth v1.8.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/reth.git (read-only, click to copy) |
|---|---|
| Package Base: | reth |
| Description: | A fast implementation of the Ethereum protocol in Rust |
| Upstream URL: | https://github.com/paradigmxyz/reth |
| Keywords: | blockchain ethereum |
| Licenses: | MIT, Apache |
| Provides: | reth |
| Submitter: | onbjerg |
| Maintainer: | onbjerg |
| Last Packager: | onbjerg |
| Votes: | 2 |
| Popularity: | 0.044614 |
| First Submitted: | 2023-07-06 10:34 (UTC) |
| Last Updated: | 2025-09-30 15:10 (UTC) |
Dependencies (3)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Kewl commented on 2025-06-27 19:26 (UTC)
Awesome, thanks @onbjerg it builds fine now.
onbjerg commented on 2025-06-27 12:08 (UTC)
I made the suggested update and updated to 1.5.0
Kewl commented on 2025-06-11 18:49 (UTC) (edited on 2025-06-15 09:54 (UTC) by Kewl)
If you agree on the below you could implement something like this in build() (not package() indeed)
Kewl commented on 2025-06-10 09:40 (UTC) (edited on 2025-06-10 09:45 (UTC) by Kewl)
By default makepkg.conf has OPTIONS=lto https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/raw/main/makepkg.conf
this adds the config flag $LTOFLAGS that breaks the build.
Check, you probably don't have the default OPTIONS or have !lto which is not the Arch default.
Let me know if I missed something.
onbjerg commented on 2025-06-10 07:36 (UTC)
Kewl, can you expand a bit on what you mean? I can install this fine on my end, have you modified
CFLAGSglobally? Can you also confirm that you want the export inpackage()and notbuild()?Kewl commented on 2025-05-28 12:02 (UTC) (edited on 2025-06-13 16:14 (UTC) by Kewl)
It does not build for me, the default flag
flto=autobreaks the build.Add
export CFLAGS="${CFLAGS//-flto=auto/}"inpackage()build() to fix it.Happy to co-maintain it if you're busy (I've sent you an e-mail).
onbjerg commented on 2024-07-15 12:28 (UTC)
I've enabled the
asm-keccakfeature. I've also updated to 1.0.1, sorry about the delay to the person who flagged the package out of date, I was OOO.miki commented on 2024-06-27 13:09 (UTC) (edited on 2024-06-27 13:11 (UTC) by miki)
Can you please add the
asm-keccakfeature, as in themaxperfMakefile rule here?instead of the current: