On Sun, 2 Oct 2016 21:16:59 +0530 Pirate Praveen <prav...@debian.org> wrote: > package: gccgo-6 > version: 6.2.0-5 > severity: serious > justification: this is causing ftbfs on powrpc > > src/gitlab.com/gitlab-org/gitlab-workhorse/vendor/github.com/getsentry/raven-go/client.go:25:30: > error: import file 'github.com/certifi/gocertifi' not found > "github.com/certifi/gocertifi" > ^ > src/gitlab.com/gitlab-org/gitlab-workhorse/vendor/github.com/getsentry/raven-go/client.go:307:18: > error: reference to undefined name 'gocertifi' > rootCAs, err := gocertifi.CACerts() > ^ > > See full build log > https://buildd.debian.org/status/fetch.php?pkg=gitlab-workhorse&arch=powerpc&ver=0.8.2-1&stamp=1475255726 > > If these libraries are present in system path they gets picked up > correctly, but they are not found when in vendor directory. golang-go > builds this without any errors. > > 1. 0.7.2 was built fine on powerpc > 2. the same failure was reproduced on amd64 gccgo-6 > 3. this is building fine with golang-go
Is gcc-6_6.1.1-11 (the one in testing) affected by this? Emilio