-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
make install gets "Parse error ... Missing dependency operator" #2830
Comments
Can you try building it with |
Sure. Unfortunately, I get:
|
@dncohen Yeah, make install isnt going to work for openbsd right now. One way to get this to work would be to get gx and gx go manually:
and then run |
Whoa! gx looks like a pretty fascinating effort in its own right. I'll have to get my head around that. The gx commands worked quite smoothly. The final build/install of ipfs errors out with:
...which looks like something I could report to the bazil.org/fuse project. Thanks for the help! |
@dncohen thanks! I've put a lot of effort into making gx a very nice tool :) As for the fuse stuff, thats generally our biggest issue when it comes to cross platform stuff, you can do |
Progress! That command builds it, with these minor changes:
|
Hah great! Wanna make a PR with this? Then we can build binaries for https://dist.ipfs.io for the next release. |
Hello, I have followed the instructions in described previously, but I am also using OpenBSD (5.9), with go go version go1.5.3 openbsd/386.
Should I open another issue for this? Thanks in advance. Edit: This is the error message if I run
|
Yes please. It is different bug in one of our dependencies. |
Feel free to re-open if you want to continue tracking items here. I see openbsd-amd64 now builds with the nofuse tag. I noticed that |
Hey, brand new to ipfs. Looking forward to getting my head around it. (FYI, submitting this issue from decentralized web summit, where I just sat in on the IPFS archiving session.)
Following the instructions to download and install, I run into this:
Note, I'm on OpenBSD which sometimes leads to issues that noone else runs into. This may be one of those. I haven't had time to really investigate.
Is there an option to build without the makefile?
The text was updated successfully, but these errors were encountered: