Your message dated Sat, 05 Dec 2020 19:34:30 +0000
with message-id <[email protected]>
and subject line Bug#976217: fixed in golang-github-containers-image 5.8.1-3
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-3
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: Sat, 05 Dec 2020 14:11:31 -0500
Source: golang-github-containers-image
Architecture: source
Version: 5.8.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 976217
Changes:
 golang-github-containers-image (5.8.1-3) unstable; urgency=medium
 .
   * upload to unstable
 .
 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:
 96e0d9e657476d682a3df471a68f97cea15d0c2c 3839 
golang-github-containers-image_5.8.1-3.dsc
 3001c0214331676157a2cbaf1f51dac646829384 5724 
golang-github-containers-image_5.8.1-3.debian.tar.xz
Checksums-Sha256:
 b62a846509156862fddebca69dec30ddc033f326570b2270b2e7395591da177f 3839 
golang-github-containers-image_5.8.1-3.dsc
 84189e78dfe63c0e9d81979efb7a091c90d3fb2d619415ef48c39428d8fcd78f 5724 
golang-github-containers-image_5.8.1-3.debian.tar.xz
Files:
 45544f9117d7abae0dd36824cdb8da57 3839 devel optional 
golang-github-containers-image_5.8.1-3.dsc
 264fe6af3b8b06edc86e81ebe7e2f339 5724 devel optional 
golang-github-containers-image_5.8.1-3.debian.tar.xz

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

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAl/L3YAUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsuD1xAA0ve5bTeXjKYgfZ5z4pJXFpbp8Pe7
gnc0E7d3w1M81GFkdu5+cUQlsBBcRLvZs1QT1AdjG6R5khxX+lVvJI8AnP/Pn6jA
6IFFhPD0b7J3pwZpFb/jAWBQYiPfRho2xUWCgywkJEL4iH0n9PbeksMDaLEU5V1X
rAjiTTCdOA75y8pZd+AIVviNRwl2f87HNGk1WKSN2eXZ6iUJH7WCNCI5z5n2a70s
Fd+MElA8DcmdPZCyI6yR2FLvwLK9/KkVTl7noPFucqQcBAc4cmtXgR9bVVmI90/z
cwaQYCVZcfTdJf/Lfy5t/T/ImOvmDSpc5S8F0+QppEKFmMyaI8ab6ZXbT6pQLqAN
FZ+EfvfTYMAGPfI9swwcwPKXQGjkxj8TifkGgVJkn2q4eSJb4fGBWMdtaTzUV7yZ
6mcwc+n/Peodlc9DnP71MYDY9TnvskqKUTh5RziFixPsy1cirGMCSHc1UQPOgjn5
3s1XpUVxYGZu5KmZqqe2PsYiSKNffWK4MUwK7MIAN+89CRrEHqTP30SO7WwI74GC
opE2c7rzM66y24RICmLqx5HCra3ZVaJTWzUmxi7nFOjqbPCvttNDBShUGRBFV4J8
UpdCZsaL2syxKwDBWZKKrRrt6i+oCDbzV+6G/wFJcwa6YNvXS1cs8/VvOv3XXRxl
YbgBIa+TNafYgOQ=
=pKOE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to