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

Makefile issue #6

Closed
mmstick opened this issue Aug 10, 2018 · 2 comments
Closed

Makefile issue #6

mmstick opened this issue Aug 10, 2018 · 2 comments

Comments

@mmstick
Copy link

mmstick commented Aug 10, 2018

/bin/sh: 4: pushd: not found
error: pathspec 'tags/v0.4.1' did not match any file(s) known to git.
/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/cuppa/config/config.go:20:2: cannot find package "github.com/BurntSushi/toml" in any of:
	/usr/lib/go-1.10/src/github.com/BurntSushi/toml (from $GOROOT)
	/mnt/data/Sources/cuppa/build/src/github.com/BurntSushi/toml (from $GOPATH)
/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/cuppa/cli/latest.go:20:2: cannot find package "github.com/DataDrake/cli-ng/cmd" in any of:
	/usr/lib/go-1.10/src/github.com/DataDrake/cli-ng/cmd (from $GOROOT)
	/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/cli-ng/cmd (from $GOPATH)
/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/cuppa/cli/root.go:21:2: cannot find package "github.com/DataDrake/waterlog" in any of:
	/usr/lib/go-1.10/src/github.com/DataDrake/waterlog (from $GOROOT)
	/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/waterlog (from $GOPATH)
/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/cuppa/cli/quick.go:23:2: cannot find package "github.com/DataDrake/waterlog/format" in any of:
	/usr/lib/go-1.10/src/github.com/DataDrake/waterlog/format (from $GOROOT)
	/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/waterlog/format (from $GOPATH)
/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/cuppa/cli/root.go:23:2: cannot find package "github.com/DataDrake/waterlog/level" in any of:
	/usr/lib/go-1.10/src/github.com/DataDrake/waterlog/level (from $GOROOT)
	/mnt/data/Sources/cuppa/build/src/github.com/DataDrake/waterlog/level (from $GOPATH)
/bin/sh: 7: popd: not found
Makefile:51: recipe for target 'setup-deps' failed
@DataDrake
Copy link
Owner

What shell are you using?

@mmstick
Copy link
Author

mmstick commented Aug 10, 2018

/bin/sh is symlinked to dash on Debian / Ubuntu-based systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants