Skip to content

Instantly share code, notes, and snippets.

@vith
Created April 24, 2016 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vith/778584ed78c82988c90745f6858e9aaf to your computer and use it in GitHub Desktop.
Save vith/778584ed78c82988c90745f6858e9aaf to your computer and use it in GitHub Desktop.
~/aur/qpm master
❯ makepkg -s
==> Making package: qpm v0.10.0-1 (Sun Apr 24 03:29:25 CDT 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading v0.10.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 122 0 122 0 0 451 0 --:--:-- --:--:-- --:--:-- 453
100 31728 100 31728 0 0 56619 0 --:--:-- --:--:-- --:--:-- 182k
==> Validating source files with sha256sums...
v0.10.0.tar.gz ... Passed
==> Extracting sources...
-> Extracting v0.10.0.tar.gz with bsdtar
==> Starting build()...
src/qpm.io/common/package.go:12:2: cannot find package "github.com/golang/protobuf/jsonpb" in any of:
/usr/lib/go/src/github.com/golang/protobuf/jsonpb (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/github.com/golang/protobuf/jsonpb (from $GOPATH)
src/qpm.io/common/messages/qpm.pb.go:36:8: cannot find package "github.com/golang/protobuf/proto" in any of:
/usr/lib/go/src/github.com/golang/protobuf/proto (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/github.com/golang/protobuf/proto (from $GOPATH)
src/qpm.io/qpm/commands/init.go:11:2: no buildable Go source files in /home/vith/aur/qpm/src/qpm-0.10.0/src/github.com/howeyc/gopass
src/qpm.io/qpm/commands/sign.go:17:2: cannot find package "golang.org/x/crypto/openpgp" in any of:
/usr/lib/go/src/golang.org/x/crypto/openpgp (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/golang.org/x/crypto/openpgp (from $GOPATH)
src/qpm.io/qpm/commands/verify.go:16:2: cannot find package "golang.org/x/crypto/openpgp/armor" in any of:
/usr/lib/go/src/golang.org/x/crypto/openpgp/armor (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/golang.org/x/crypto/openpgp/armor (from $GOPATH)
src/qpm.io/qpm/commands/sign.go:18:2: cannot find package "golang.org/x/crypto/openpgp/packet" in any of:
/usr/lib/go/src/golang.org/x/crypto/openpgp/packet (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/golang.org/x/crypto/openpgp/packet (from $GOPATH)
src/qpm.io/qpm/core/utils.go:8:2: cannot find package "golang.org/x/crypto/ssh/terminal" in any of:
/usr/lib/go/src/golang.org/x/crypto/ssh/terminal (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/golang.org/x/crypto/ssh/terminal (from $GOPATH)
src/qpm.io/qpm/commands/info.go:9:2: cannot find package "golang.org/x/net/context" in any of:
/usr/lib/go/src/golang.org/x/net/context (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/golang.org/x/net/context (from $GOPATH)
src/qpm.io/qpm/commands/publish.go:11:2: no buildable Go source files in /home/vith/aur/qpm/src/qpm-0.10.0/src/google.golang.org/grpc
src/qpm.io/qpm/commands/publish.go:12:2: cannot find package "google.golang.org/grpc/codes" in any of:
/usr/lib/go/src/google.golang.org/grpc/codes (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/google.golang.org/grpc/codes (from $GOPATH)
src/qpm.io/qpm/core/context.go:8:2: cannot find package "google.golang.org/grpc/credentials" in any of:
/usr/lib/go/src/google.golang.org/grpc/credentials (from $GOROOT)
/home/vith/aur/qpm/src/qpm-0.10.0/src/google.golang.org/grpc/credentials (from $GOPATH)
==> ERROR: A failure occurred in build().
Aborting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment