osmosis icon indicating copy to clipboard operation
osmosis copied to clipboard

Install on OSX M1 not working

Open daniel-farina opened this issue 3 years ago • 1 comments

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.

daniel-farina avatar Jul 18 '22 16:07 daniel-farina

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.

xBalbinus avatar Jul 19 '22 19:07 xBalbinus

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

ValarDragon avatar Sep 02 '22 07:09 ValarDragon

I don't have this issue on my M1

czarcas7ic avatar Sep 02 '22 14:09 czarcas7ic

ok, going to close for now then!

ValarDragon avatar Sep 02 '22 22:09 ValarDragon