[pkg-go] Bug#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-15 Thread Dmitry Smirnov
On Tuesday, 14 June 2016 4:19:59 PM AEST Michael Hudson-Doyle wrote:
> Oh, sorry, I see that the failure is when building something that
> depends on golang-google-cloud. I don't have time to test it now, but
> I have pushed a proposed fix to
> https://anonscm.debian.org/cgit/pkg-go/packages/dh-golang.git/log/?h=bug-82
> 7219. I'd be interested to hear if it helps!

It works better now but when I built docker.io/experimental "golang-google-
cloud" appeared twice in "misc:Built-Using" so I think it needs de-
duplication...

Thanks.

-- 
Best wishes,
 Dmitry Smirnov.

---

The choice for mankind lies between freedom and happiness and for the great
bulk of mankind, happiness is better.
-- George Orwell, 1984


signature.asc
Description: This is a digitally signed message part.
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-14 Thread Dmitry Smirnov
On Wednesday, 15 June 2016 9:55:34 AM AEST Michael Hudson-Doyle wrote:
> Where can I get docker.io_1.11.1~ds1.orig.tar.{bz2,gz,lzma,xz} ?

?? Is something wrong with "uscan"?

You should be able to generate tarball by something like:

uscan --destdir=. --compression xz --repack --download-current-version

-- 
All the best,
 Dmitry Smirnov.

---

Reality is that which, when you stop believing in it, doesn't go away.
-- Philip K. Dick


signature.asc
Description: This is a digitally signed message part.
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-14 Thread Michael Hudson-Doyle
On 15 June 2016 at 02:00, Dmitry Smirnov  wrote:
> Hi Michael,
>
> Thanks for looking into the problem.
>
> On Tuesday, 14 June 2016 3:45:35 PM AEST Michael Hudson-Doyle wrote:
>> While this bug report makes sense, I can't reproduce the problem. Does
>> it only fail on some version of golang-google-cloud in git that you
>> haven't pushed to alioth or something? I'll try to code up a fix but
>> it would be nice to test that it actually helps.
>
> Please try building docker.io from "experimental" branch.

Where can I get docker.io_1.11.1~ds1.orig.tar.{bz2,gz,lzma,xz} ?

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-14 Thread Dmitry Smirnov
Hi Michael,

Thanks for looking into the problem.

On Tuesday, 14 June 2016 3:45:35 PM AEST Michael Hudson-Doyle wrote:
> While this bug report makes sense, I can't reproduce the problem. Does
> it only fail on some version of golang-google-cloud in git that you
> haven't pushed to alioth or something? I'll try to code up a fix but
> it would be nice to test that it actually helps.

Please try building docker.io from "experimental" branch.

-- 
Regards,
 Dmitry Smirnov.

---

We often refuse to accept an idea merely because the way in which it has
been expressed is unsympathetic to us.
-- Friedrich Nietzsche


signature.asc
Description: This is a digitally signed message part.
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-13 Thread Michael Hudson-Doyle
Oh, sorry, I see that the failure is when building something that
depends on golang-google-cloud. I don't have time to test it now, but
I have pushed a proposed fix to
https://anonscm.debian.org/cgit/pkg-go/packages/dh-golang.git/log/?h=bug-827219.
I'd be interested to hear if it helps!

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-13 Thread Michael Hudson-Doyle
While this bug report makes sense, I can't reproduce the problem. Does
it only fail on some version of golang-google-cloud in git that you
haven't pushed to alioth or something? I'll try to code up a fix but
it would be nice to test that it actually helps.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-13 Thread Michael Hudson-Doyle
I guess it would be better to feed the source files rather than the
directory to dpkg-source.

On 14 June 2016 at 08:36, Dmitry Smirnov  wrote:
> Package: dh-golang
> Version: 1.17
> Severity: normal
> Control: affects -1 docker.io
>
> dh_golang invocation fails on "golang-google-cloud" as follows:
>
> 
> dpkg-query: no packages found matching 
> golang-google-cloud-compute-metadata-dev,
> dpkg-query -W failed with code 31488,  at /usr/bin/dh_golang line 72.
> 
>
> because it tries to process the following data:
>
> 
> golang-google-cloud-compute-metadata-dev, golang-google-cloud-dev: 
> /usr/share/gocode/src/google.golang.org/cloud
> golang-google-cloud-compute-metadata-dev: 
> /usr/share/gocode/src/google.golang.org/cloud/compute/metadata
> golang-google-cloud-compute-metadata-dev, golang-google-cloud-dev: 
> /usr/share/gocode/src/google.golang.org/cloud/internal
> 
>
> Assuming only one package per directory instead of a list.
>
> Also I wish troubleshooting could be improved to print command
> and/or the data (or possibly leave temporary file behind on abort).
>
> Thanks.
>
> --
> Regards,
>  Dmitry Smirnov
>  GPG key : 4096R/53968D1B
>
> ___
> Pkg-go-maintainers mailing list
> Pkg-go-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers