Skip to content

Instantly share code, notes, and snippets.

@frrist
Last active December 5, 2017 17:23
Show Gist options
  • Save frrist/b1006f7f16601e598f6973bc0c44c50a to your computer and use it in GitHub Desktop.
Save frrist/b1006f7f16601e598f6973bc0c44c50a to your computer and use it in GitHub Desktop.
frist@silver:~/s/g/i/go-ipfs-cmds|master⚡*?
➤ gx-go rw
...
frist@silver:~/s/g/i/go-ipfs|master✓
➤ gx-go link QmamUWYjFeYYzFDFPTvnmGkozJigsoDWUA4zoifTRFTnwK
writing package to: /home/frist/src/gx/ipfs/QmamUWYjFeYYzFDFPTvnmGkozJigsoDWUA4zoifTRFTnwK
linked QmamUWYjFeYYzFDFPTvnmGkozJigsoDWUA4zoifTRFTnwK /home/frist/src/github.com/ipfs/go-ipfs-cmds
...
frist@silver:~/s/g/i/go-ipfs|master✓
➤ make install
....
go install -ldflags="-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=a234c56be" ./cmd/ipfs
# github.com/ipfs/go-ipfs/core/corehttp
core/corehttp/commands.go:118:36: cannot use cctx (type "gx/ipfs/QmamUWYjFeYYzFDFPTvnmGkozJigsoDWUA4zoifTRFTnwK/go-ipfs-cmds".Context) as type "github.com/ipfs/go-ipfs-cmds".Context in argument to "gx/ipfs/QmamUWYjFeYYzFDFPTvnmGkozJigsoDWUA4zoifTRFTnwK/go-ipfs-cmds/http".NewHandler
core/corehttp/commands.go:118:36: cannot use command (type *"gx/ipfs/QmamUWYjFeYYzFDFPTvnmGkozJigsoDWUA4zoifTRFTnwK/go-ipfs-cmds".Command) as type *"github.com/ipfs/go-ipfs-cmds".Command in argument to "gx/ipfs/QmamUWYjFeYYzFDFPTvnmGkozJigsoDWUA4zoifTRFTnwK/go-ipfs-cmds/http".NewHandler
make: *** [cmd/ipfs/Rules.mk:37: cmd/ipfs-install] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment