[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1050523: dh-make-golang: fails to determine dependencies



Source: dh-make-golang
Version: 0.6.0-2
Severity: serious
X-Debbugs-CC: debian-go@lists.debian.org

  Something has changed in sid's golang environment since August 4
which is causing dh-make-golang to fail to determine a package's
dependencies and generate a correct d/control. For example, this worked
fine on August 4 but now fails:

> $ dh-make-golang -type library github.com/uber/jaeger-client-go
> 2023/08/25 17:06:47 Starting "dh-make-golang v0.6.0 linux/amd64"
> 2023/08/25 17:06:47 Downloading "github.com/uber/jaeger-client-go/..."
> 2023/08/25 17:06:48 Determining upstream version number
> 2023/08/25 17:06:48 Found latest tag "v2.30.0"
> 2023/08/25 17:06:48 INFO: master is ahead of "v2.30.0" by 3 commits
> 2023/08/25 17:06:48 Package version is "2.30.0"
> /tmp/dh-make-golang4249120626/src/github.com/uber/jaeger-client-go/constants.go:20:2: cannot find package "github.com/opentracing/opentracing-go" in any of:
> 	/usr/lib/go-1.21/src/github.com/opentracing/opentracing-go (from $GOROOT)
> 	/tmp/dh-make-golang4249120626/src/github.com/opentracing/opentracing-go (from $GOPATH)
> /tmp/dh-make-golang4249120626/src/github.com/uber/jaeger-client-go/span.go:23:2: cannot find package "github.com/opentracing/opentracing-go/ext" in any of:
> 	/usr/lib/go-1.21/src/github.com/opentracing/opentracing-go/ext (from $GOROOT)
> 	/tmp/dh-make-golang4249120626/src/github.com/opentracing/opentracing-go/ext (from $GOPATH)
> /tmp/dh-make-golang4249120626/src/github.com/uber/jaeger-client-go/baggage_setter.go:18:2: cannot find package "github.com/opentracing/opentracing-go/log" in any of:
> 	/usr/lib/go-1.21/src/github.com/opentracing/opentracing-go/log (from $GOROOT)
> 	/tmp/dh-make-golang4249120626/src/github.com/opentracing/opentracing-go/log (from $GOPATH)
> [snip]

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: