I made a PR: https://github.com/jacobsa/crypto/pull/7
On 10 November 2016 at 05:10, Aaron M. Ucko <a...@alum.mit.edu> wrote: > Package: golang-github-jacobsa-crypto-dev > Version: 0.0~git20160410.0.42daa9d-2 > Severity: important > > Builds of gocryptfs on ppc64el and the non-release architecure ppc64 > have been failing: > > obj-powerpc64le-linux-gnu/src/github.com/jacobsa/crypto/cmac/hash.go:97: > undefined: xorBlock > > The issue appears to be that the "// +build" setting in hash_64bit.go > misses these architectures. Per https://golang.org/pkg/go/build/, it > looks like there's no generic tag you can use here. Instead, I > suppose you'll just have to add ppc64 and ppc64le there, per > https://github.com/golang/go/issues/8654#user-content-c27. > > Could you please take a look? > > Thanks! > > -- > Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) > http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/ > finger/?a...@monk.mit.edu > > _______________________________________________ > Pkg-go-maintainers mailing list > pkg-go-maintain...@lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers >