Open sufyanAbbasi opened 6 years ago
I am getting the same error building holochain on a Raspberry Pi running Ubuntu 10.04. I also updated line 12 of https://github.com/metacurrency/holochain/blob/master/zygosome.go and encountered the same error. So far I've manually installed https://github.com/zhemao/glisp and it still ain't working. Will update on here.
This has been fixed in develop, I expect there'll be a new docker build once develop gets merged into master: https://github.com/metacurrency/holochain/commit/5c23ec9e532fc2b0f2f706f40555a8fcd3abc65c
Hello Holoteam,
I noticed this error when running
make
on the Go installation instructions:I am running go1.9.2 on macOS Sierra 10.12.6, Macbook Air 13 inch 2013
Investigating further, it seems that the
repl
directory was renamed tozygos
in the source folder,zygomys
, here: github.com/glycerine/zygomys.I noticed in line 12 of https://github.com/metacurrency/holochain/blob/master/zygosome.go that a dependency relies on the existence of the
repl
directory, so I symlinkedrepl
to point tozygos
, which resolved the above error, however introduced the following error:... though we can chalk that up to the hack. I'm not sure if this is a version specific issue or that the
zygomys
source changed recently, but I thought it would be useful for you to know.