[Bug 1619501] Re: [MIR] golang-github-coreos-pkg

2016-09-09 Thread Matthias Klose
Override component to main
golang-github-coreos-pkg 3~ds1-0ubuntu1 in yakkety: universe/misc -> main
golang-github-coreos-pkg-dev 3~ds1-0ubuntu1 in yakkety amd64: 
universe/devel/extra/100% -> main
golang-github-coreos-pkg-dev 3~ds1-0ubuntu1 in yakkety arm64: 
universe/devel/extra/100% -> main
golang-github-coreos-pkg-dev 3~ds1-0ubuntu1 in yakkety armhf: 
universe/devel/extra/100% -> main
golang-github-coreos-pkg-dev 3~ds1-0ubuntu1 in yakkety i386: 
universe/devel/extra/100% -> main
golang-github-coreos-pkg-dev 3~ds1-0ubuntu1 in yakkety powerpc: 
universe/devel/extra/100% -> main
golang-github-coreos-pkg-dev 3~ds1-0ubuntu1 in yakkety ppc64el: 
universe/devel/extra/100% -> main
golang-github-coreos-pkg-dev 3~ds1-0ubuntu1 in yakkety s390x: 
universe/devel/extra/100% -> main
libgolang-github-coreos-pkg1 3~ds1-0ubuntu1 in yakkety amd64: 
universe/devel/extra/100% -> main
libgolang-github-coreos-pkg1 3~ds1-0ubuntu1 in yakkety arm64: 
universe/devel/extra/100% -> main
libgolang-github-coreos-pkg1 3~ds1-0ubuntu1 in yakkety armhf: 
universe/devel/extra/100% -> main
libgolang-github-coreos-pkg1 3~ds1-0ubuntu1 in yakkety i386: 
universe/devel/extra/100% -> main
libgolang-github-coreos-pkg1 3~ds1-0ubuntu1 in yakkety powerpc: 
universe/devel/extra/100% -> main
libgolang-github-coreos-pkg1 3~ds1-0ubuntu1 in yakkety ppc64el: 
universe/devel/extra/100% -> main
libgolang-github-coreos-pkg1 3~ds1-0ubuntu1 in yakkety s390x: 
universe/devel/extra/100% -> main
15 publications overridden.


** Changed in: golang-github-coreos-pkg (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619501

Title:
  [MIR] golang-github-coreos-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-coreos-pkg/+bug/1619501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1619501] Re: [MIR] golang-github-coreos-pkg

2016-09-08 Thread Michael Terry
> Because it's only built from the source code in this source package. Kinda
> the point of shared libraries!

Ah indeed, I missed that the Build-Depends for this offered shared
libraries too.  I had thought this package bundled some Go code in and
then offered the bundle as a shared library.  Very nice.

Please do get ~snappy-dev to subscribe if you can.  Would be good to
have the extra coverage.

** Changed in: golang-github-coreos-pkg (Ubuntu)
   Status: Incomplete => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619501

Title:
  [MIR] golang-github-coreos-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-coreos-pkg/+bug/1619501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1619501] Re: [MIR] golang-github-coreos-pkg

2016-09-08 Thread Michael Hudson-Doyle
On 7 September 2016 at 03:32, Michael Terry 
wrote:

> OK, tried again in a pbuilder and it worked.  Maybe I had an old
> pbuilder.
>

Yay.


> Packaging looks fine.  This is the first shared library Go package I've
> seen.  Nice to see that landing!  :)
>

No kidding!


> There are a bunch of static libraries in the -dev package?  What uses
> those?
>

They're the compiled packages, not static libraries in the usual sense.
They contain export data and object code for the package. The Go compiler
reads the export data when compiling a package that imports these ones.
(Theoretically I could remove the object code and things would work fine,
but I don't).

As for bug subscribers, I see ~juju-qa and ~ubuntu-lxc.  Neither of
> those is in our list of typical package subscriber teams [1].  We can
> add one of them (probably ~ubuntu-lxc) if it's a team you want to use
> for other packages too.


I think ~ubuntu-lxc is appropriate, lxd is one of the main reasons for
MIR-ing golang packages :-) That said, it's possible that lxd will stop
depending on this package soon.

  But maybe one of the normal teams would fit as
> subscribers here too (like ~snappy-dev).
>

~snappy-dev would also be appropriate, I'll try to bully an admin into
signing up.

Why doesn't libgolang-github-coreos-pkg1 have a Built-Using variable?  I
> would think it would fall under Go binaries built from other Go code.


Because it's only built from the source code in this source package. Kinda
the point of shared libraries!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619501

Title:
  [MIR] golang-github-coreos-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-coreos-pkg/+bug/1619501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1619501] Re: [MIR] golang-github-coreos-pkg

2016-09-06 Thread Michael Terry
Why doesn't libgolang-github-coreos-pkg1 have a Built-Using variable?  I
would think it would fall under Go binaries built from other Go code.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619501

Title:
  [MIR] golang-github-coreos-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-coreos-pkg/+bug/1619501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1619501] Re: [MIR] golang-github-coreos-pkg

2016-09-06 Thread Michael Terry
OK, tried again in a pbuilder and it worked.  Maybe I had an old
pbuilder.

Packaging looks fine.  This is the first shared library Go package I've
seen.  Nice to see that landing!  :)

There are a bunch of static libraries in the -dev package?  What uses
those?

As for bug subscribers, I see ~juju-qa and ~ubuntu-lxc.  Neither of
those is in our list of typical package subscriber teams [1].  We can
add one of them (probably ~ubuntu-lxc) if it's a team you want to use
for other packages too.  But maybe one of the normal teams would fit as
subscribers here too (like ~snappy-dev).

[1] http://bazaar.launchpad.net/~ubuntu-archive/ubuntu-archive-
tools/trunk/view/head:/package-subscribers#L107

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619501

Title:
  [MIR] golang-github-coreos-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-coreos-pkg/+bug/1619501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1619501] Re: [MIR] golang-github-coreos-pkg

2016-09-05 Thread Michael Hudson-Doyle
The first error looks familiar but should be fixed by dh-golang
1.19ubuntu1 which has been in yakkety for a couple of weeks now.

The second error I have no idea about. Is there no more information
printed? I can't reproduce in a yakkety-proposed lxd nor schroot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619501

Title:
  [MIR] golang-github-coreos-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-coreos-pkg/+bug/1619501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1619501] Re: [MIR] golang-github-coreos-pkg

2016-09-02 Thread Michael Terry
I had trouble building this.

In a pbuilder:
   dh_install -O--buildsystem=golang
cp: cannot open 
'debian/tmp//usr/lib/x86_64-linux-gnu/gocode/src/github.com/coreos/pkg' for 
reading: Too many levels of symbolic links
dh_install: cp --reflink=auto -a debian/tmp//usr/lib/x86_64-linux-gnu/gocode 
debian/golang-github-coreos-pkg-dev///usr/lib/x86_64-linux-gnu/ returned exit 
code 1

Locally on a yakkety-proposed system:
   dh_makegolangshlibs -O--buildsystem=golang
could not compute hash of 
debian/libgolang-github-coreos-pkg1/usr/lib/x86_64-linux-gnu/libgolang-github-coreos-pkg.so.1
 at /usr/bin/dh_makegolangshlibs line 83.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619501

Title:
  [MIR] golang-github-coreos-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-coreos-pkg/+bug/1619501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs