Your message dated Tue, 08 Mar 2016 11:49:51 +0000 with message-id <e1adg99-00041c...@franck.debian.org> and subject line Bug#817025: fixed in fleet 0.11.5+dfsg1-4 has caused the Debian Bug report #817025, regarding fleet: FTBFS: coreos.go:26:2: cannot find package "github.com/opencontainers/runc/libcontainer/netlink 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 ow...@bugs.debian.org immediately.) -- 817025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817025 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: fleet Version: 0.11.5+dfsg1-3 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Dear Maintainer, fleet fails to build from source in unstable/amd64: dpkg-buildpackage -rfakeroot -D -us -uc -b dpkg-buildpackage: source package fleet dpkg-buildpackage: source version 0.11.5+dfsg1-3 dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Dmitry Smirnov <only...@debian.org> dpkg-source --before-build fleet-0.11.5+dfsg1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean --buildsystem=golang --with=golang,systemd --builddirectory=_build dh_testdir -O--buildsystem=golang -O--builddirectory=_build dh_auto_clean -O--buildsystem=golang -O--builddirectory=_build debian/rules override_dh_clean make[1]: Entering directory '/home/lamby/temp/cdt.20160307093644.V5UHlwQuzu/fleet-0.11.5+dfsg1' dh_clean ## Remove Files-Excluded (when built from checkout or non-DFSG tarball): rm -f -rv `perl -0nE 'say $1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright` make[1]: Leaving directory '/home/lamby/temp/cdt.20160307093644.V5UHlwQuzu/fleet-0.11.5+dfsg1' debian/rules build make: 'build' is up to date. fakeroot debian/rules binary dh binary --buildsystem=golang --with=golang,systemd --builddirectory=_build dh_testdir -O--buildsystem=golang -O--builddirectory=_build dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build debian/rules override_dh_auto_configure make[1]: Entering directory '/home/lamby/temp/cdt.20160307093644.V5UHlwQuzu/fleet-0.11.5+dfsg1' dh_auto_configure perl -0nE 'say $1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright \ | while read D; do D="${D##Godeps/_workspace/src/}" ; printf "Removing third party bundle: $D\n" ;\ perl -pi -E "s{github.com/coreos/fleet/Godeps/_workspace/src/$D}{$D}msg;" `find _build/src -type f -name "*.go"` ;\ done Removing third party bundle: code.google.com/p/go-uuid Removing third party bundle: github.com/coreos/etcd Removing third party bundle: github.com/coreos/go-semver Removing third party bundle: ~Godeps/_workspace/src/github.com/coreos/go-systemd Removing third party bundle: github.com/docker/libcontainer Removing third party bundle: github.com/godbus/dbus Removing third party bundle: github.com/jonboulle/clockwork Removing third party bundle: github.com/rakyll/globalconf Removing third party bundle: github.com/rakyll/goini Removing third party bundle: golang.org/x/crypto Removing third party bundle: golang.org/x/net Removing third party bundle: google.golang.org/api/google-api-go-generator Removing third party bundle: google.golang.org/api/googleapi make[1]: Leaving directory '/home/lamby/temp/cdt.20160307093644.V5UHlwQuzu/fleet-0.11.5+dfsg1' dh_auto_build -O--buildsystem=golang -O--builddirectory=_build go install -v github.com/coreos/fleet/fleetd github.com/coreos/fleet/fleetctl src/github.com/coreos/fleet/machine/coreos.go:26:2: cannot find package "github.com/opencontainers/runc/libcontainer/netlink" in any of: /usr/lib/go/src/github.com/opencontainers/runc/libcontainer/netlink (from $GOROOT) /home/lamby/temp/cdt.20160307093644.V5UHlwQuzu/fleet-0.11.5+dfsg1/_build/src/github.com/opencontainers/runc/libcontainer/netlink (from $GOPATH) dh_auto_build: go install -v github.com/coreos/fleet/fleetd github.com/coreos/fleet/fleetctl returned exit code 1 debian/rules:10: recipe for target 'binary' failed make: *** [binary] Error 1 [..] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
fleet.0.11.5+dfsg1-3.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: fleet Source-Version: 0.11.5+dfsg1-4 We believe that the bug you reported is fixed in the latest version of fleet, 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 817...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Dmitry Smirnov <only...@debian.org> (supplier of updated fleet 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 ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 08 Mar 2016 22:27:58 +1100 Source: fleet Binary: fleet Architecture: source amd64 Version: 0.11.5+dfsg1-4 Distribution: unstable Urgency: medium Maintainer: pkg-go <pkg-go-maintain...@lists.alioth.debian.org> Changed-By: Dmitry Smirnov <only...@debian.org> Description: fleet - distributed init system using systemd and etcd Closes: 817025 Changes: fleet (0.11.5+dfsg1-4) unstable; urgency=medium . * Switch to vishvananda-netlink, fixes FTBFS (Closes: #817025). * Switch to system "go-systemd" package. * systemd: .service: += "After=network.target". * fleetctl: install bash-completion. * fleetctl: man page corrections. * Standards-Version: 3.9.7. * Updated Vcs-Browser URL. * Build-Depends: - golang-github-opencontainers-runc-dev + golang-github-vishvananda-netlink-dev - golang-github-coreos-go-systemd-dev + golang-github-coreos-go-systemd-dev (>= 4) Checksums-Sha1: b3ea3307295c49463025231b785b3d27907fe81d 2319 fleet_0.11.5+dfsg1-4.dsc 0ccfa28546c67eb1b1ad1db1cebaf77829afb3ef 7520 fleet_0.11.5+dfsg1-4.debian.tar.xz bec179a96a590ea8e7f44f8e03b93efa71172e5c 2158406 fleet-dbgsym_0.11.5+dfsg1-4_amd64.deb a32465012803ceb130be10d32dfefbe69b907320 4672422 fleet_0.11.5+dfsg1-4_amd64.deb Checksums-Sha256: 9f1139fe91e833aebbcf1c58e3fe8b3aa7b849d612f5377d595e0be5264f5086 2319 fleet_0.11.5+dfsg1-4.dsc 8a5fd9b560a7b0465dc033d67cde2610b13a413da3356a18064726745d92ead8 7520 fleet_0.11.5+dfsg1-4.debian.tar.xz f4e3e5a22bc38555a6d9dcc9907d7a2f6649151378a7589a6a9a91b23d1c2a5e 2158406 fleet-dbgsym_0.11.5+dfsg1-4_amd64.deb 9e767765a4a70f748a74d543cd1542490e81c7217714ebca066187bec00c0338 4672422 fleet_0.11.5+dfsg1-4_amd64.deb Files: 95f19d9818bb31a34b65942c54cae5ec 2319 admin optional fleet_0.11.5+dfsg1-4.dsc 060afe2cdda928c67875fc4fdb3677f2 7520 admin optional fleet_0.11.5+dfsg1-4.debian.tar.xz 839b568a62d74327a4c2b0aa6c2ad1db 2158406 debug extra fleet-dbgsym_0.11.5+dfsg1-4_amd64.deb e2aff7447ae2efa71084f4d61b38350b 4672422 admin optional fleet_0.11.5+dfsg1-4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJW3rh8AAoJEFK2u9lTlo0bcu4QAKyb0wF78PMYbc53AhI1LBXi L1L5XKtN0un/Brshr09ICDxQOM+XAir1sGLon5Yu2da9K7Z82bCxpFih9eXKXREe WhY0ooOGE4ss2n9PHZAUP0SUq5dPZqWcmhN2bC6uzD9kr2WIx4b+DGfB0oqCKvHW D1Y9sFQ8Laq+wUL4MQcyAeulW+loW3EC6tZaF8Wbp47k0QikI/JyapaU/jajzl69 I7aCbzVx/7x/oqcu+1ZMFhaRKe4rFh9hEAHfiIvROpbAdVryoa3Je/i2QL3TVra7 8ZkSbVgtXu9hN+AijsKhuNoXqVYapkI9L8YSmpDef/JLV1UT4XnH7o9fbMkF4PuO QMN+tlTg0KfrEb1k9w3uTKEeQZaLj9ec5oPpZpNBrzDsBy+MRU6Ckwt1rRaaivJX jsZdMe6imIMfhWJJXOoFbjEMfxtUl4juqQs7xOENS6qbd2DA7KC8DnvL6e2EnkUq Hj81SxvEr5um8YOIMCrdno8klZWFltzH/bquEoSOD0sw3ymBpXzJ0qRo2wiqMYVn xhGx1q1rMXV9IG0UqchIWX+WFzGmDYxnFue4qYJkyerfwvvZpbSHI4YtlwOch8fb isYhBVdEHnwKqV64LS/gRckhmDz/Hcoe1gchPoU+6/r3nkON1fsHPi9pREQcj9w8 Ml9iNaJ4Xqcka1R2gOAh =ctQa -----END PGP SIGNATURE-----
--- End Message ---