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
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
I guess this is more or less the same than #18. Thought I create a new issue since I'm on Ubuntu 16.04.
When trying to install with go get github.com/cortex/gopass, I get
# pkg-config --cflags Qt5Core Qt5Widgets Qt5Quick
Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Widgets' found
Package Qt5Quick was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Quick.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Quick' found
exit status 1
# golang.org/x/crypto/openpgp/packet
.go/src/golang.org/x/crypto/openpgp/packet/private_key.go:69: undefined: crypto.Signer
.go/src/golang.org/x/crypto/openpgp/packet/private_key.go:71: use of .(type) outside type switch
.go/src/golang.org/x/crypto/openpgp/packet/signature.go:521: undefined: crypto.Signer
.go/src/golang.org/x/crypto/openpgp/packet/signature.go:545: undefined: crypto.Signer
# github.com/proglottis/gpgme
.go/src/github.com/proglottis/gpgme/data.go:4:20: fatal error: gpgme.h: No such file or directory
// #include <gpgme.h>
^
compilation terminated.
I use pass mostly from the command line, but I would like to make a demo at work. I'm not sure it'll be that convincing if there ain't any GUI available !