Your message dated Fri, 04 Dec 2020 15:00:39 +0000
with message-id <[email protected]>
and subject line Bug#976217: fixed in golang-github-containers-image 5.8.1-2
has caused the Debian Bug report #976217,
regarding golang-github-containers-storage: Please add missing build-dependency 
on golang-github-moby-sys-dev
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.)


-- 
976217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976217
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: golang-github-containers-storage
Version: 1.23.9+dfsg1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu hirsute ubuntu-patch

Dear maintainers,

In Ubuntu, golang-github-containers-storage was failing to build because of
a missing build-dependency:

[...]
        cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
github.com/containers/storage 
github.com/containers/storage/cmd/containers-storage 
github.com/containers/storage/drivers 
github.com/containers/storage/drivers/aufs 
github.com/containers/storage/drivers/btrfs 
github.com/containers/storage/drivers/copy 
github.com/containers/storage/drivers/devmapper 
github.com/containers/storage/drivers/graphtest 
github.com/containers/storage/drivers/overlay 
github.com/containers/storage/drivers/overlayutils 
github.com/containers/storage/drivers/quota 
github.com/containers/storage/drivers/register 
github.com/containers/storage/drivers/vfs 
github.com/containers/storage/drivers/zfs 
github.com/containers/storage/internal/opts 
github.com/containers/storage/pkg/archive 
github.com/containers/storage/pkg/chrootarchive 
github.com/containers/storage/pkg/config 
github.com/containers/storage/pkg/devicemapper 
github.com/containers/storage/pkg/directory 
github.com/containers/storage/pkg/dmesg 
github.com/containers/storage/pkg/fileutils 
github.com/containers/storage/pkg/fsutils 
github.com/containers/storage/pkg/homedir 
github.com/containers/storage/pkg/idtools 
github.com/containers/storage/pkg/ioutils 
github.com/containers/storage/pkg/locker 
github.com/containers/storage/pkg/lockfile 
github.com/containers/storage/pkg/longpath 
github.com/containers/storage/pkg/loopback 
github.com/containers/storage/pkg/mflag 
github.com/containers/storage/pkg/mflag/example 
github.com/containers/storage/pkg/mount 
github.com/containers/storage/pkg/parsers 
github.com/containers/storage/pkg/parsers/kernel 
github.com/containers/storage/pkg/parsers/operatingsystem 
github.com/containers/storage/pkg/pools 
github.com/containers/storage/pkg/promise 
github.com/containers/storage/pkg/reexec 
github.com/containers/storage/pkg/stringid 
github.com/containers/storage/pkg/stringutils 
github.com/containers/storage/pkg/system 
github.com/containers/storage/pkg/tarlog 
github.com/containers/storage/pkg/truncindex 
github.com/containers/storage/pkg/unshare
src/github.com/containers/storage/pkg/mount/mountinfo.go:4:2: cannot find 
package "github.com/moby/sys/mountinfo" in any of:
        /usr/lib/go-1.15/src/github.com/moby/sys/mountinfo (from $GOROOT)
        
/<<BUILDDIR>>/golang-github-containers-storage-1.23.9+dfsg1/obj-x86_64-linux-gnu/src/github.com/moby/sys/mountinfo
 (from $GOPATH)
dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
github.com/containers/storage 
github.com/containers/storage/cmd/containers-storage 
[...]

  
(https://launchpad.net/ubuntu/+source/golang-github-containers-storage/1.23.9+dfsg1-1/+build/20330377)

Presumably this hasn't failed in Debian because some other build-dependency
is pulling this package in there.  But the package shouldn't rely on this,
since it is directly required by golang-github-containers-storage.

Please see the attached trivial patch to add golang-github-moby-sys-dev to
build-dependencies.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
[email protected]                                     [email protected]
diff -Nru golang-github-containers-storage-1.23.9+dfsg1/debian/control 
golang-github-containers-storage-1.23.9+dfsg1/debian/control
--- golang-github-containers-storage-1.23.9+dfsg1/debian/control        
2020-11-23 14:05:11.000000000 -0800
+++ golang-github-containers-storage-1.23.9+dfsg1/debian/control        
2020-12-01 09:03:25.000000000 -0800
@@ -16,6 +16,7 @@
                golang-github-hashicorp-go-multierror-dev,
                golang-github-klauspost-pgzip-dev,
                golang-github-mattn-go-shellwords-dev,
+               golang-github-moby-sys-dev,
                golang-github-opencontainers-go-digest-dev,
                golang-github-opencontainers-runc-dev,
                golang-github-opencontainers-selinux-dev (>= 1.5.0),

--- End Message ---
--- Begin Message ---
Source: golang-github-containers-image
Source-Version: 5.8.1-2
Done: Reinhard Tartler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-containers-image, 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.
Reinhard Tartler <[email protected]> (supplier of updated 
golang-github-containers-image 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: Thu, 03 Dec 2020 08:52:23 -0500
Binary: golang-github-containers-image golang-github-containers-image-dev
Source: golang-github-containers-image
Architecture: all source
Version: 5.8.1-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 976217
Description: 
 golang-github-containers-image - Configuration files and manpages for 
github.com/containers reposi
 golang-github-containers-image-dev - golang library to work with containers' 
images
Changes:
 golang-github-containers-image (5.8.1-2) experimental; urgency=medium
 .
   * Bump Standards-Version
   * add explicit dependency on golang-github-moby-sys-dev, Closes: #976217
   * Introduce extra package for documentation and configuration files
Checksums-Sha1: 
 914a843f8429815b9054c61a995a3b1cf56118ba 3839 
golang-github-containers-image_5.8.1-2.dsc
 8dae82fa91f509ab9a7548cbd4f76eb25f8d02f2 5696 
golang-github-containers-image_5.8.1-2.debian.tar.xz
 0bf2c3ce5de7956edaffc3dc29832bd87e7b6aac 301324 
golang-github-containers-image-dev_5.8.1-2_all.deb
 1e1ce1ecbd9318e26b79194b8230083de7ea6ad2 28432 
golang-github-containers-image_5.8.1-2_all.deb
 5933560b18c27a53a507aefd9f532e711508e49f 23968 
golang-github-containers-image_5.8.1-2_amd64.buildinfo
Checksums-Sha256: 
 9947dcfbf1dd31c91a5e611a770f66e781fcfc513e25ca319097a905d66bebaa 3839 
golang-github-containers-image_5.8.1-2.dsc
 535af6a29b451cc17f3ff191a17e4e86edc7f6731f1a18c60b1ebe001f8c9b27 5696 
golang-github-containers-image_5.8.1-2.debian.tar.xz
 c3cf12086bd41e5aed02f59c5250f7b4da04d0314850b062178f47827690b4da 301324 
golang-github-containers-image-dev_5.8.1-2_all.deb
 6b4a47f47e16aba0dd4935fc1a1d488aa14d8f3fded28ad73be5a54d38c75fe2 28432 
golang-github-containers-image_5.8.1-2_all.deb
 c57630e3446e9d009d28976c09acd662827a2f294f736ad6da77064531827519 23968 
golang-github-containers-image_5.8.1-2_amd64.buildinfo
Files: 
 5f5144e9b419c69982fca742996e57db 3839 devel optional 
golang-github-containers-image_5.8.1-2.dsc
 2a7d6affcf93697792ee7f964a71a428 5696 devel optional 
golang-github-containers-image_5.8.1-2.debian.tar.xz
 a54cc4d3cea34c0e96f607f846825364 301324 devel optional 
golang-github-containers-image-dev_5.8.1-2_all.deb
 96778c013c1a526ed5532c32c4bdfd52 28432 devel optional 
golang-github-containers-image_5.8.1-2_all.deb
 fe6bec7f6529d139b9cad4963c203a1e 23968 devel optional 
golang-github-containers-image_5.8.1-2_amd64.buildinfo

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

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAl/I8HEUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsuP0RAAg61Euuw0CqGJoLnAhpqgHpOZmpYw
p63825+MytL3gAlXZ2eV1+YwBeChlj4fo+nLhrHs/cvBS4ON86r8rYz3BihFoSCW
IuqWdNmRNF2DvXNOuTEMUE/4dLaKXWOwsFLV/+PS7SsEgNxhxQCgBJ+dFAgNXMvs
7YOoX7MuifFn/MR9P/pQD/lVrPC9leAIUayZNBdL6f0OYiOr4pwrWA1sRRxHn6Hm
7elCwe/MHP+8g6Ov0a3Zdpm1YXlkcsbC7TSJxSAP9eN1pIckboexjlR6VHy8pzUP
sxg5MG2bBAWb7cgLAJkS0jvizZ0jdTi8vZmQ9tpDmUl+kZhXGrmeK+sRcqo5NYlL
rElCEMaCqfD9XZ/Eo7aTEmvWfktlgXTvMRWznzXwXuy1u3GBDIIHsZX+D4eRrSdM
dwq/aOT9ZZ4dLRbnj/d+MvQ4t8HxaRU5Q8tXaTp8nXxMt0Ycliavrva1eGFCgCyH
X4Kd2wZFhOTdapqKjeyKsH0rEkLfCTVxkZwn1M4Wm6qiHC9hsWPvDorKZL+138AD
doCEXCSVoBnsTF0WysFmBJIoh0stfbYg5nuVper3bWgwp0hXGjMQSZNwHSszlYQv
HpraNkhwditoI4TlDAlVTvhB2FiNa3W7lx2Oh68rhfMk5ufnyh14XIs5UjbC9NOI
XvmVL962N3yhwwc=
=TXhR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to