Closed theSunStriderr closed 1 year ago
Hi @theSunStriderr 👋 Was there any other error information provided?
Here are a couple of things you can try:
clang
installed and which version you have with clang -v
rustc
version you have - needs to be v1.69 or highermake clean
, and then try make install
again to see if you can repro the errorsudo
when you run make install
Hi @duncand0nuts
clang version
➜ sei-chain (5ca26285) ✔ clang -v
Homebrew clang version 17.0.2
Target: arm64-apple-darwin22.6.0
Thread model: posix
InstalledDir: /opt/homebrew/opt/llvm/bin
rust version: stable 1.70
sudo make install
show:
sei-chain (5ca26285) ✔ sudo make install
Password:
go install -tags "netgo ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=sei -X github.com/cosmos/cosmos-sdk/version.ServerName=seid -X github.com/cosmos/cosmos-sdk/version.Version=3.2.1 -X github.com/cosmos/cosmos-sdk/version.Commit=5ca262851ef8ede717d39685c529e115348dbcf5 -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger"' ./cmd/seid
# github.com/zondax/hid
In file included from ../../../go/pkg/mod/github.com/zondax/hid@v0.9.0/hid_enabled.go:38:
../../../go/pkg/mod/github.com/zondax/hid@v0.9.0/hidapi/mac/hid.c:693:34: warning: 'kIOMasterPortDefault' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:133:19: note: 'kIOMasterPortDefault' has been explicitly marked deprecated here
Did you see the same error when using sudo
?
oh, sudo works. (i forget add ~/go/bin to PATH), thx @duncand0nuts
Pre-install
SEI-5798