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

Fuse: Support freebsd #54 #679

Closed
travisperson opened this issue Jan 27, 2015 · 4 comments
Closed

Fuse: Support freebsd #54 #679

travisperson opened this issue Jan 27, 2015 · 4 comments
Labels
kind/bug A bug in existing code (including security flaws) topic/fuse Topic fuse

Comments

@travisperson
Copy link
Member

See: bazil/fuse#54

Currently IPFS does not build under FreeBSD.

@whyrusleeping
Copy link
Member

👍

@whyrusleeping
Copy link
Member

Lets follow up on this sometime, that PR has been merged.

@cryptix
Copy link
Contributor

cryptix commented Mar 28, 2015

It compiles now, even with fuse compiled in. 😄

[henry@tj ~/go/src/github.com/jbenet/go-ipfs]$ git log -1
commit 11dc94b50c9206ceb42d0ad4b6fc92b58f2c9858
Merge: b4da412 666f457
Author: Juan Batiz-Benet <juan@benet.ai>
Date:   Wed Mar 25 17:42:50 2015 -0700

    Merge pull request #965 from MichaelMure/patch-1

    Add a basic command line completion for IPFS
[henry@team ~/go/src/github.com/jbenet/go-ipfs]$ uname -a
FreeBSD hostname 10.1-RELEASE-p6 FreeBSD 10.1-RELEASE-p6 #0: Tue Feb 24 19:00:21 UTC 2015     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
[henry@team ~/go/src/github.com/jbenet/go-ipfs]$ go install ./...
[henry@team ~/go/src/github.com/jbenet/go-ipfs]$ echo $?
0

@travisperson do you have a system to run the tests on? They fail for me for jail related reasons.

Sharness passes with TEST_NO_FUSE on my system.

*** aggregate ***
lib/test-aggregate-results.sh
fixed   2
success 300
failed  0
broken  7
total   324

@jbenet jbenet added kind/bug A bug in existing code (including security flaws) topic/fuse Topic fuse labels Mar 28, 2015
@whyrusleeping
Copy link
Member

WooT! Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) topic/fuse Topic fuse
Projects
None yet
Development

No branches or pull requests

4 participants