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

Failing building from source #5240

Closed
kvm2116 opened this issue Jul 16, 2018 · 1 comment
Closed

Failing building from source #5240

kvm2116 opened this issue Jul 16, 2018 · 1 comment
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@kvm2116
Copy link
Contributor

kvm2116 commented Jul 16, 2018

Version information:

Type:

Bug

Description:

I am trying to build IPFS from source on Linux 16.04 according to the directions given here. The build fails giving the following error:

go install -ldflags="-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=419bfdc" ./cmd/ipfs

github.com/ipfs/go-ipfs/unixfs/io

unixfs/io/directory.go:110:15: fsNode.GetType undefined (type *unixfs.FSNode has no field or method GetType)
cmd/ipfs/Rules.mk:37: recipe for target 'cmd/ipfs-install' failed
make: *** [cmd/ipfs-install] Error 2

@Stebalien
Copy link
Member

Fixed by #5239.

@Stebalien Stebalien added the kind/bug A bug in existing code (including security flaws) label Jul 16, 2018
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)
Projects
None yet
Development

No branches or pull requests

2 participants