Closed popconst closed 6 months ago
Just ran it on a different machine with the same environment but different CPU model and got the same issue.
@DaniPopes looks like this is due to the perl: warning which is logged to stderr triggering this assert
could you try after:
export LANGUAGE=C.UTF-8
export LC_ALL=C.UTF-8
Thank you! That was indeed the issue!
I will close the issue.
Finished release [optimized] target(s) in 2m 07s
Installing /home/ubuntu/.cargo/bin/op-reth
Installed package `reth v0.2.0-beta.6 (/home/ubuntu/base-reth/reth/bin/reth)` (executable `op-reth`)
Describe the bug
Issue
Cannot successfully build reth for OP.
Error
failed to run custom build command for sha3-asm v0.1.0
Environment:
OS:
RUST:
Steps to reproduce
Step 1:
git clone git@github.com:paradigmxyz/reth.git && \ cd reth && \ make install-op
Step 1 (with full trace):
RUST_BACKTRACE=full make install-op
Node logs