Created
November 1, 2015 18:40
-
-
Save artob/983f49e0daedabcac4cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First, installed Go as per notes at <http://ar.to/notes/go>: | |
$ sudo port install go | |
$ export GOROOT=/opt/local/lib/go | |
$ export GOPATH=/tmp/go | |
$ go get -u -v github.com/mutecomm/mute/cmd/mutegenerate | |
github.com/mutecomm/mute (download) | |
github.com/mutecomm/mute/util/git | |
github.com/mutecomm/mute/def/version | |
github.com/mutecomm/mute/cmd/mutegenerate | |
$ go generate -v github.com/mutecomm/mute/release | |
/tmp/go/src/github.com/mutecomm/mute/release/release.go | |
/tmp/go/src/github.com/mutecomm/mute/release/release.go:15: running "mutegenerate": exec: "mutegenerate": executable file not found in $PATH | |
$ export PATH=$GOPATH/bin:$PATH | |
$ go generate -v github.com/mutecomm/mute/release | |
/tmp/go/src/github.com/mutecomm/mute/release/release.go | |
mutegenerate: error: environment variable GO15VENDOREXPERIMENT not set to 1 | |
/tmp/go/src/github.com/mutecomm/mute/release/release.go:15: running "mutegenerate": exit status 1 | |
$ export GO15VENDOREXPERIMENT=1 | |
$ go generate -v github.com/mutecomm/mute/release | |
/tmp/go/src/github.com/mutecomm/mute/release/release.go | |
$ go get -u -v github.com/mutecomm/mute/cmd/... | |
github.com/mutecomm/mute (download) | |
github.com/mutecomm/mute/vendor/github.com/cihub/seelog | |
github.com/mutecomm/mute/vendor/github.com/agl/ed25519/edwards25519 | |
github.com/mutecomm/mute/encode/base64 | |
github.com/mutecomm/mute/vendor/github.com/codegangsta/cli | |
github.com/mutecomm/mute/vendor/golang.org/x/crypto/curve25519 | |
github.com/mutecomm/mute/vendor/golang.org/x/crypto/poly1305 | |
github.com/mutecomm/mute/vendor/golang.org/x/crypto/salsa20/salsa | |
github.com/mutecomm/mute/vendor/golang.org/x/crypto/nacl/secretbox | |
github.com/mutecomm/mute/vendor/golang.org/x/crypto/nacl/box | |
github.com/mutecomm/mute/configclient/cahash | |
github.com/mutecomm/mute/configclient/roundrobin | |
github.com/mutecomm/mute/util/times | |
github.com/mutecomm/mute/vendor/github.com/agl/ed25519 | |
github.com/mutecomm/mute/vendor/github.com/ronperry/cryptoedge/lioness | |
github.com/mutecomm/mute/configclient/sortedmap | |
github.com/mutecomm/mute/mix/mixaddr | |
github.com/mutecomm/mute/mix/smtpclient | |
github.com/mutecomm/mute/configclient | |
github.com/mutecomm/mute/serviceguard/common/walletauth | |
github.com/mutecomm/mute/mix/nymaddr | |
github.com/mutecomm/mute/vendor/github.com/gorilla/rpc/v2 | |
github.com/mutecomm/mute/serviceguard/common/constants | |
github.com/mutecomm/mute/vendor/github.com/ronperry/cryptoedge/eccutil | |
github.com/mutecomm/mute/mix/mixcrypt | |
github.com/mutecomm/mute/serviceguard/common/signkeys | |
github.com/mutecomm/mute/vendor/github.com/go-sql-driver/mysql | |
github.com/mutecomm/mute/serviceguard/common/keypool | |
github.com/mutecomm/mute/vendor/github.com/gorilla/rpc/v2/json2 | |
github.com/mutecomm/mute/serviceguard/common/keypool/keydir | |
github.com/mutecomm/mute/vendor/github.com/ronperry/cryptoedge/genericblinding | |
github.com/mutecomm/mute/vendor/github.com/ronperry/cryptoedge/jjm | |
github.com/mutecomm/mute/util/jsonclient | |
github.com/mutecomm/mute/mix/client | |
github.com/mutecomm/mute/serviceguard/client/guardrpc | |
github.com/mutecomm/mute/serviceguard/client/keylookup | |
github.com/mutecomm/mute/serviceguard/common/token | |
github.com/mutecomm/mute/serviceguard/common/types | |
github.com/mutecomm/mute/serviceguard/client/walletrpc | |
github.com/mutecomm/mute/vendor/github.com/jpillora/backoff | |
github.com/mutecomm/mute/keyserver/capabilities | |
github.com/mutecomm/mute/vendor/github.com/mutecomm/go-sqlcipher | |
github.com/mutecomm/mute/vendor/golang.org/x/crypto/pbkdf2 | |
github.com/mutecomm/mute/serviceguard/common/keypool/keydb | |
github.com/mutecomm/mute/vendor/github.com/fatih/structs | |
github.com/mutecomm/mute/serviceguard/client/packetproto | |
github.com/mutecomm/mute/uid/identity | |
github.com/mutecomm/mute/log | |
github.com/mutecomm/mute/util/bzero | |
github.com/mutecomm/mute/vendor/golang.org/x/crypto/hkdf | |
github.com/mutecomm/mute/util/home | |
github.com/mutecomm/mute/cipher | |
github.com/mutecomm/mute/encode | |
github.com/mutecomm/mute/keyserver/hashchain | |
github.com/mutecomm/mute/release | |
github.com/mutecomm/mute/util/interrupt | |
github.com/mutecomm/mute/util/gotool | |
github.com/mutecomm/mute/serviceguard/client | |
github.com/mutecomm/mute/vendor/github.com/peterh/liner | |
github.com/mutecomm/mute/util | |
github.com/mutecomm/mute/serviceguard/client/walletstore | |
github.com/mutecomm/mute/serviceguard/client/trivial | |
github.com/mutecomm/mute/def | |
github.com/mutecomm/mute/uid | |
# github.com/mutecomm/mute/vendor/github.com/mutecomm/go-sqlcipher | |
In file included from /tmp/go/src/github.com/mutecomm/mute/vendor/github.com/mutecomm/go-sqlcipher/aes.c:33: | |
In file included from /tmp/go/src/github.com/mutecomm/mute/vendor/github.com/mutecomm/go-sqlcipher/tomcrypt.h:67: | |
/tmp/go/src/github.com/mutecomm/mute/vendor/github.com/mutecomm/go-sqlcipher/tomcrypt_macros.h:269:24: error: constraint 'I' expects an integer constant expression | |
/tmp/go/src/github.com/mutecomm/mute/vendor/github.com/mutecomm/go-sqlcipher/tomcrypt_macros.h:277:24: error: constraint 'I' expects an integer constant expression | |
/tmp/go/src/github.com/mutecomm/mute/vendor/github.com/mutecomm/go-sqlcipher/tomcrypt_macros.h:368:24: error: constraint 'J' expects an integer constant expression | |
/tmp/go/src/github.com/mutecomm/mute/vendor/github.com/mutecomm/go-sqlcipher/tomcrypt_macros.h:376:24: error: constraint 'J' expects an integer constant expression | |
github.com/mutecomm/mute/msg | |
github.com/mutecomm/mute/cryptengine/cache | |
github.com/mutecomm/mute/protoengine | |
github.com/mutecomm/mute/cmd/muteproto | |
$ echo $? | |
2 | |
$ uname -a | |
Darwin arto.local 14.5.0 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64 | |
$ gcc --version | |
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Apple LLVM version 7.0.0 (clang-700.0.72) | |
Target: x86_64-apple-darwin14.5.0 | |
Thread model: posix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment