Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install on OSX M1 not working #2121

Closed
daniel-farina opened this issue Jul 18, 2022 · 4 comments
Closed

Install on OSX M1 not working #2121

daniel-farina opened this issue Jul 18, 2022 · 4 comments
Labels
T:bug 🐛 Something isn't working
Milestone

Comments

@daniel-farina
Copy link
Contributor

daniel-farina commented Jul 18, 2022

System information

Osmosis version: latest from cloning repo
OS & Version: OSX - Monterrey 12.3 (21E230)

Expected behaviour

make build
make install

should install the binary from build/osmosisd to /usr/local/bin

Actual behaviour

Build runs but install fails to copy file

Steps to reproduce the behaviour

#remove your osmosisd binary
sudo rm /usr/local/bin/osmosisd
git clone https://github.com/osmosis-labs/osmosis.git
make build
make install
osmosisd version

Output: command not found: osmosisd

Alternative solution

git clone https://github.com/osmosis-labs/osmosis.git
make build
sudo cp build/osmosisd /usr/local/bin

This currently breaks installations from source and also from the official installer.

@osmo-bot osmo-bot moved this to Needs Review 🔍 in Osmosis Chain Development Jul 18, 2022
@daniel-farina daniel-farina added the T:bug 🐛 Something isn't working label Jul 18, 2022
@xBalbinus
Copy link
Contributor

I was able to replicate this via. an earlier install of osmosisd on a macbook with M1 chip. I will add relevant information here to docs via PR.

@p0mvn p0mvn added this to the Tech Debt milestone Jul 19, 2022
@ValarDragon
Copy link
Member

Is this still applicable? I remember some discussion on the problem / solutions for it, but idk if we ended up fixing what was needed

@czarcas7ic
Copy link
Member

I don't have this issue on my M1

@ValarDragon
Copy link
Member

ok, going to close for now then!

Repository owner moved this from Needs Review 🔍 to Done ✅ in Osmosis Chain Development Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:bug 🐛 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

5 participants