Your message dated Tue, 19 Mar 2019 23:20:01 +0000
with message-id <[email protected]>
and subject line Bug#924257: fixed in docker.io 18.09.3+dfsg1-1
has caused the Debian Bug report #924257,
regarding docker.io: Misses to install some golang packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
924257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924257
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: docker.io
Severity: normal
Control: block 923300 by -1

While working on the package 'golang-github-openshift-imagebuilder', I
was running into compilation errors, more specifically, unresolved
dependencies during the build:

   dh_auto_build -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go install 
-gcflags=all=\"-trimpath=/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0\+git20190308.705fe92/obj-x86_64-linux-gnu/src\"
 
-asmflags=all=\"-trimpath=/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0\+git20190308.705fe92/obj-x86_64-linux-gnu/src\"
 -v -p 4 github.com/openshift/imagebuilder 
github.com/openshift/imagebuilder/cmd/imagebuilder 
github.com/openshift/imagebuilder/dockerclient 
github.com/openshift/imagebuilder/dockerfile 
github.com/openshift/imagebuilder/dockerfile/command 
github.com/openshift/imagebuilder/dockerfile/parser 
github.com/openshift/imagebuilder/dockerfile/parser/dumper 
github.com/openshift/imagebuilder/imageprogress 
github.com/openshift/imagebuilder/signal 
github.com/openshift/imagebuilder/strslice
src/github.com/openshift/imagebuilder/dockerfile/builder.go:15:2: cannot find 
package "github.com/docker/docker/builder" in any of:
        /usr/lib/go-1.11/src/github.com/docker/docker/builder (from $GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/docker/docker/builder
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/builder.go:16:2: cannot find 
package "github.com/docker/docker/builder/dockerfile/command" in any of:
        
/usr/lib/go-1.11/src/github.com/docker/docker/builder/dockerfile/command (from 
$GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/docker/docker/builder/dockerfile/command
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/builder.go:17:2: cannot find 
package "github.com/docker/docker/builder/dockerfile/parser" in any of:
        /usr/lib/go-1.11/src/github.com/docker/docker/builder/dockerfile/parser 
(from $GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/docker/docker/builder/dockerfile/parser
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/builder.go:18:2: cannot find 
package "github.com/docker/docker/builder/fscache" in any of:
        /usr/lib/go-1.11/src/github.com/docker/docker/builder/fscache (from 
$GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/docker/docker/builder/fscache
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/builder.go:19:2: cannot find 
package "github.com/docker/docker/builder/remotecontext" in any of:
        /usr/lib/go-1.11/src/github.com/docker/docker/builder/remotecontext 
(from $GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/docker/docker/builder/remotecontext
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/containerbackend.go:10:2: 
cannot find package "github.com/docker/docker/container" in any of:
        /usr/lib/go-1.11/src/github.com/docker/docker/container (from $GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/docker/docker/container
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/dispatchers.go:25:2: cannot 
find package "github.com/docker/docker/image" in any of:
        /usr/lib/go-1.11/src/github.com/docker/docker/image (from $GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/docker/docker/image
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/metrics.go:4:2: cannot find 
package "github.com/docker/go-metrics" in any of:
        /usr/lib/go-1.11/src/github.com/docker/go-metrics (from $GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/docker/go-metrics
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/builder.go:26:2: cannot find 
package "github.com/moby/buildkit/session" in any of:
        /usr/lib/go-1.11/src/github.com/moby/buildkit/session (from $GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/moby/buildkit/session
 (from $GOPATH)
src/github.com/openshift/imagebuilder/dockerfile/clientsession.go:9:2: cannot 
find package "github.com/moby/buildkit/session/filesync" in any of:
        /usr/lib/go-1.11/src/github.com/moby/buildkit/session/filesync (from 
$GOROOT)
        
/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0+git20190308.705fe92/obj-x86_64-linux-gnu/src/github.com/moby/buildkit/session/filesync
 (from $GOPATH)
dh_auto_build: cd obj-x86_64-linux-gnu && go install 
-gcflags=all=\"-trimpath=/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0\+git20190308.705fe92/obj-x86_64-linux-gnu/src\"
 
-asmflags=all=\"-trimpath=/<<BUILDDIR>>/golang-github-openshift-imagebuilder-1.0\+git20190308.705fe92/obj-x86_64-linux-gnu/src\"
 -v -p 4 github.com/openshift/imagebuilder 
github.com/openshift/imagebuilder/cmd/imagebuilder 
github.com/openshift/imagebuilder/dockerclient 
github.com/openshift/imagebuilder/dockerfile 
github.com/openshift/imagebuilder/dockerfile/command 
github.com/openshift/imagebuilder/dockerfile/parser 
github.com/openshift/imagebuilder/dockerfile/parser/dumper 
github.com/openshift/imagebuilder/imageprogress 
github.com/openshift/imagebuilder/signal 
github.com/openshift/imagebuilder/strslice returned exit code 1
make: *** [debian/rules:8: build] Error 1

At least some of of the packages that couldn't be found seem to be
included in the 'docker.io' source package, not not being installed into
the binary package 'golang-github-docker-docker-dev':

github.com/docker/docker/builder
 - cf. https://sources.debian.org/src/docker.io/18.09.1+dfsg1-5/engine/builder/

github.com/docker/docker/container
 - cf. 
https://sources.debian.org/src/docker.io/18.09.1+dfsg1-5/engine/container/
 
github.com/docker/docker/image
 - cf. https://sources.debian.org/src/docker.io/18.09.1+dfsg1-5/engine/image/

github.com/docker/go-metrics
 - cf https://sources.debian.org/src/docker.io/18.09.1+dfsg1-5/go-metrics/

github.com/moby/buildkit/session
 - cf 
https://sources.debian.org/src/docker.io/18.09.1+dfsg1-5/cli/vendor/github.com/moby/buildkit/session/



As far as I understand the packaging, it seems that all of them could be
easily added to
https://sources.debian.org/src/docker.io/18.09.1+dfsg1-5/debian/golang-github-docker-docker-dev.install

Is this assumption right? Are there compelling reasons against doing
that?

Best,
-rt


-- System Information:
Debian Release: 9.7
  APT prefers stable
  APT policy: (500, 'stable'), (75, 'testing'), (50, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
Source: docker.io
Source-Version: 18.09.3+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
docker.io, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arnaud Rebillout <[email protected]> (supplier of updated 
docker.io package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 17 Mar 2019 22:22:53 +0700
Source: docker.io
Binary: docker.io vim-syntax-docker golang-github-docker-docker-dev 
golang-docker-dev docker-doc
Architecture: source
Version: 18.09.3+dfsg1-1
Distribution: experimental
Urgency: medium
Maintainer: Dmitry Smirnov <[email protected]>
Changed-By: Arnaud Rebillout <[email protected]>
Description:
 docker-doc - Linux container runtime -- documentation
 docker.io  - Linux container runtime
 golang-docker-dev - Transitional package for golang-github-docker-docker-dev
 golang-github-docker-docker-dev - reusable Go packages included with Docker
 vim-syntax-docker - Docker container engine - Vim highlighting syntax files
Closes: 924257
Changes:
 docker.io (18.09.3+dfsg1-1) experimental; urgency=medium
 .
   [ Arnaud Rebillout ]
   * New upstream release [March 2019].
   * github-golang-docker-docker-dev: fix go-metrics install path.
   * github-golang-docker-docker-dev: add replaces/breaks on 
docker-go-metrics-dev.
 .
   [ Reinhard Tartler ]
   * github-golang-docker-docker-dev: add missing sources (Closes: #924257)
   * Additional missing sources for openshift/imagebuilder
Checksums-Sha1:
 1c4a198df378c73de4876887e997940438f3a085 8962 docker.io_18.09.3+dfsg1-1.dsc
 d46d6466e951eaa09594241c5e26df19ae136c83 1173700 
docker.io_18.09.3+dfsg1.orig-containerd.tar.xz
 5e5721f0141831902d7f5245da5b39dad15504ba 339900 
docker.io_18.09.3+dfsg1.orig-distribution.tar.xz
 e0340d2e49565fbb36fd7a22dcbef430166c295d 14412 
docker.io_18.09.3+dfsg1.orig-go-events.tar.xz
 f15b143fe1b7b43b92ae5b79a7f81fdee57fe9d1 13832 
docker.io_18.09.3+dfsg1.orig-go-metrics.tar.xz
 365e883a377a30aa294e3d403c31e914ba3bc7ac 482544 
docker.io_18.09.3+dfsg1.orig-libnetwork.tar.xz
 860e8614d818de6baceee9ec46f7d7ecff8b56a0 699608 
docker.io_18.09.3+dfsg1.orig-swarmkit.tar.xz
 7862044bdaf6ab02821aec3ab6eedaca30487350 3966232 
docker.io_18.09.3+dfsg1.orig.tar.xz
 74dee20692b6e81d4fb55db6652e19d99436ca8b 41336 
docker.io_18.09.3+dfsg1-1.debian.tar.xz
 f0a55cfc1cbeede50f71e7240d71a8f4e6507ed1 7276 
docker.io_18.09.3+dfsg1-1_source.buildinfo
Checksums-Sha256:
 88461a4bd8d52a34c0c2b405916998b4f296b571901d58c52a946a6546331762 8962 
docker.io_18.09.3+dfsg1-1.dsc
 8d13098da6ef10dcee455f22b45df0fc49e23ac469163e98c9605c7459644fc2 1173700 
docker.io_18.09.3+dfsg1.orig-containerd.tar.xz
 5baf361e2ea4be1350b5324a6aefda90a832cad91ab78689cca1d236a93f3b47 339900 
docker.io_18.09.3+dfsg1.orig-distribution.tar.xz
 187277a93993b27599b3ab67947e71e376c9f021e04987163810ebfed1adcdf7 14412 
docker.io_18.09.3+dfsg1.orig-go-events.tar.xz
 fec4e43d13e272fd6b8791c8c6aea39f9456bd0986b972fa977714c7b2ca1dac 13832 
docker.io_18.09.3+dfsg1.orig-go-metrics.tar.xz
 67bd2466834b4349e12271053a61347810a28c3e115f486c5feca5af3242fc4d 482544 
docker.io_18.09.3+dfsg1.orig-libnetwork.tar.xz
 0bb639d09dd224aff34b4610c544e4de178762d2a85b2e15e059498c1eb7bcc6 699608 
docker.io_18.09.3+dfsg1.orig-swarmkit.tar.xz
 0bff242cd1d41865cd230738a184a347b7c62d30ec23a6692aa3fefe9788bebd 3966232 
docker.io_18.09.3+dfsg1.orig.tar.xz
 25b7fbad982fd5123a3886112ca1773f937b4cad1fdf43f717ce9315f2f62f95 41336 
docker.io_18.09.3+dfsg1-1.debian.tar.xz
 2f4f38842de11d822ed76ff06c384215a528af3bab8cd210ae5f0b31996ba7f6 7276 
docker.io_18.09.3+dfsg1-1_source.buildinfo
Files:
 4483709804f44a2b47212074a8702a34 8962 admin optional 
docker.io_18.09.3+dfsg1-1.dsc
 b3609687c8ac68fc3c2b0d4333df04f4 1173700 admin optional 
docker.io_18.09.3+dfsg1.orig-containerd.tar.xz
 cfcbdcae7eeb269596a8a1b6d3c07c0d 339900 admin optional 
docker.io_18.09.3+dfsg1.orig-distribution.tar.xz
 0e67f7327ed15e19703e2e64e59e3a93 14412 admin optional 
docker.io_18.09.3+dfsg1.orig-go-events.tar.xz
 2da61ca6a1ad369fe1c33f1030bd452a 13832 admin optional 
docker.io_18.09.3+dfsg1.orig-go-metrics.tar.xz
 e170cc821a37e6cab389b0c36f2f853e 482544 admin optional 
docker.io_18.09.3+dfsg1.orig-libnetwork.tar.xz
 da2c306922e3afec70bbbc6c08a4a301 699608 admin optional 
docker.io_18.09.3+dfsg1.orig-swarmkit.tar.xz
 e4c96d5cc377e7a70a5cb46923935a40 3966232 admin optional 
docker.io_18.09.3+dfsg1.orig.tar.xz
 f9e85625d40e76258a7d4880c9c989e2 41336 admin optional 
docker.io_18.09.3+dfsg1-1.debian.tar.xz
 3b674ee5d38b0398affa771a780f854e 7276 admin optional 
docker.io_18.09.3+dfsg1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlyRdhMUHHNpcmV0YXJ0
QGRlYmlhbi5vcmcACgkQSadpd5QoJsuOow//W1SoADIPakaJkAMIzZ0BqInnyC2Z
OzTDGD+lvSay5JV1CaW6Wt79VjxgYCWVmrbg2kWLXL0XJaaqr5iswMEVhyU9TpIL
FXViK6RQZxtwngJcARiL+wpRLqyQuoqO7/Sy1J+16i6Tv/Jo9++cRRY9GlQJ2+Xv
qZeZNqLSgEmCkTEBg7lAsBTmkuu7wDxRVjzHC/PmDVtlGsu1xXxLWFkkBbHDtg1w
o76ecv5QLUQ82WniWItsbTuniQlNZJafVK3rC7FzKkzJSSlxuEf8nM24ix5tqWkF
B5e2M7x1uieTSQsQTm9ttx46O07hEgMdf0HtFegVP5+ug2kaj2o7mq0RU66daRU5
oH+0X8t9bnTxw7aFVJBd2MKv/J8oEFXOrtFGZeT4JTwwExzcN/hgRboayIgLId3A
pxoa2UEbV8PqgqX9IJ3Znnu062BGyOy0UpRPXanfF1kDFgzaXYjEE/n0tB91fo4C
XrVg8VwQmluTcagOZAUKt4gY3ldXhlQP4+a1HeUizTLt1EOsz+wfmjPfjFmhONPL
3E1THh9EXlJtsTtdvPE24EMSYB726KS9BnQ7B47pMdGoSzlWxcklJ7XAZwhJC9ok
lx4UPRjHYDuCz/bvDbWBJjhwdPf21UoJJR3F51yHOIVKH7KU8oJrZuKAMU+VczUR
SdK6wkr7N/1aIYY=
=dxex
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to