Hi,
A friend ask me to look into packaging a tool he is working on, and looking
at golang packages was on my todo list for quite a while. Hence, I gave it
a shot:
siretart-@kaby:~/packages/buildah
>> dh-make-golang estimate github.com/containers/buildah
go get: 261.06 MiBpackage math/bits: unrecognized import path "math/bits"
(import path does not begin with hostname)
go get: 542.56 MiBpackage github.com/docker/docker/builder/dockerfile/parser:
cannot find package "github.com/docker/docker/builder/dockerfile/parser" in
any of:
/usr/lib/go-1.7/src/
github.com/docker/docker/builder/dockerfile/parser (from $GOROOT)
/tmp/dh-make-golang421342551/src/
github.com/docker/docker/builder/dockerfile/parser (from $GOPATH)
2019/01/04 07:14:33 exit status 1
Is this a bug in dh-make-golang? If so, what can I do to make progress on
packaging this piece of software?
--
regards,
Reinhard