You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: