Bug#839598: unable to build gitlab-workhorse with gccgo-6

2016-10-10 Thread Pirate Praveen
Control: severity -1 important

The original build failure is solved by removing vendor and using system
libs.

On Wed, 5 Oct 2016 09:12:54 +0200 Emilio Pozuelo Monfort
 wrote:
> Is gcc-6_6.1.1-11 (the one in testing) affected by this?

It seems so from the upstream bug
https://github.com/golang/go/issues/15628



signature.asc
Description: OpenPGP digital signature


Bug#839598: unable to build gitlab-workhorse with gccgo-6

2016-10-05 Thread Emilio Pozuelo Monfort
On Sun, 2 Oct 2016 21:16:59 +0530 Pirate Praveen  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=powerpc=0.8.2-1=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



Bug#839598: unable to build gitlab-workhorse with gccgo-6

2016-10-02 Thread Pirate Praveen
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=powerpc=0.8.2-1=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



signature.asc
Description: OpenPGP digital signature