Your message dated Mon, 28 Jan 2019 02:49:28 +0000 with message-id <[email protected]> and subject line Bug#917595: fixed in umoci 0.4.3+dfsg-1 has caused the Debian Bug report #917595, regarding umoci: FTBFS (cannot find package "github.com/fatih/color") 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.) -- 917595: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917595 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:umoci Version: 0.4.0+dfsg-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch dh build-arch --buildsystem=golang --with=golang dh_update_autotools_config -a -O--buildsystem=golang dh_autoreconf -a -O--buildsystem=golang dh_auto_configure -a -O--buildsystem=golang debian/rules override_dh_auto_build make[1]: Entering directory '/<<BUILDDIR>>/umoci-0.4.0+dfsg' COMMIT=1 COMMIT_NO=1 /usr/bin/make doc make[2]: Entering directory '/<<BUILDDIR>>/umoci-0.4.0+dfsg' go-md2man -in doc/man/umoci-unpack.1.md -out doc/man/umoci-unpack.1 go-md2man -in doc/man/umoci-raw-runtime-config.1.md -out doc/man/umoci-raw-runtime-config.1 go-md2man -in doc/man/umoci-config.1.md -out doc/man/umoci-config.1 go-md2man -in doc/man/umoci-ls.1.md -out doc/man/umoci-ls.1 go-md2man -in doc/man/umoci-remove.1.md -out doc/man/umoci-remove.1 [... snipped ...] src/github.com/openSUSE/umoci/oci/config/generate/save.go src/github.com/openSUSE/umoci/oci/config/generate/spec.go src/github.com/openSUSE/umoci/oci/config/generate/spec_test.go src/github.com/openSUSE/umoci/oci/layer/generate.go src/github.com/openSUSE/umoci/oci/layer/generate_test.go src/github.com/openSUSE/umoci/oci/layer/tar_extract.go src/github.com/openSUSE/umoci/oci/layer/tar_extract_test.go src/github.com/openSUSE/umoci/oci/layer/tar_generate.go src/github.com/openSUSE/umoci/oci/layer/tar_generate_test.go src/github.com/openSUSE/umoci/oci/layer/tar_unix.go src/github.com/openSUSE/umoci/oci/layer/unpack.go src/github.com/openSUSE/umoci/oci/layer/unpack_test.go src/github.com/openSUSE/umoci/oci/layer/utils.go src/github.com/openSUSE/umoci/oci/layer/utils_test.go src/github.com/openSUSE/umoci/pkg/fseval/fseval.go src/github.com/openSUSE/umoci/pkg/fseval/fseval_default.go src/github.com/openSUSE/umoci/pkg/fseval/fseval_rootless.go src/github.com/openSUSE/umoci/pkg/idtools/idtools.go src/github.com/openSUSE/umoci/pkg/idtools/idtools_test.go src/github.com/openSUSE/umoci/pkg/mtreefilter/mask.go src/github.com/openSUSE/umoci/pkg/mtreefilter/mask_test.go src/github.com/openSUSE/umoci/pkg/rootlesscontainers-proto/rootlesscontainers_generate.go src/github.com/openSUSE/umoci/pkg/system/mknod_linux.go src/github.com/openSUSE/umoci/pkg/system/mknod_linux_test.go src/github.com/openSUSE/umoci/pkg/system/utime_linux.go src/github.com/openSUSE/umoci/pkg/system/utime_linux_test.go src/github.com/openSUSE/umoci/pkg/system/xattr_linux.go src/github.com/openSUSE/umoci/pkg/unpriv/unpriv.go src/github.com/openSUSE/umoci/pkg/unpriv/unpriv_test.go src/github.com/openSUSE/umoci/pkg/unpriv/unpriv_utimes_test.go src/github.com/openSUSE/umoci/third_party/shared/util.go src/github.com/openSUSE/umoci/third_party/user/lookup.go src/github.com/openSUSE/umoci/third_party/user/lookup_unix.go src/github.com/openSUSE/umoci/third_party/user/user.go src/github.com/openSUSE/umoci/third_party/user/user_test.go cd obj-x86_64-linux-gnu && go install -gcflags=all=\"-trimpath=/<<BUILDDIR>>/umoci-0.4.0\+dfsg/obj-x86_64-linux-gnu/src\" -asmflags=all=\"-trimpath=/<<BUILDDIR>>/umoci-0.4.0\+dfsg/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/openSUSE/umoci/cmd/umoci github.com/openSUSE/umoci/mutate github.com/openSUSE/umoci/oci/cas github.com/openSUSE/umoci/oci/cas/dir github.com/openSUSE/umoci/oci/casext github.com/openSUSE/umoci/oci/config/convert github.com/openSUSE/umoci/oci/config/generate github.com/openSUSE/umoci/oci/layer github.com/openSUSE/umoci/pkg/fseval github.com/openSUSE/umoci/pkg/idtools github.com/openSUSE/umoci/pkg/mtreefilter github.com/openSUSE/umoci/pkg/rootlesscontainers-proto github.com/openSUSE/umoci/pkg/system github.com/openSUSE/umoci/pkg/unpriv github.com/openSUSE/umoci/third_party/shared github.com/openSUSE/umoci/third_party/user src/github.com/apex/log/handlers/cli/cli.go:12:2: cannot find package "github.com/fatih/color" in any of: /usr/lib/go-1.10/src/github.com/fatih/color (from $GOROOT) /<<BUILDDIR>>/umoci-0.4.0+dfsg/obj-x86_64-linux-gnu/src/github.com/fatih/color (from $GOPATH) src/github.com/apex/log/handlers/cli/cli.go:13:2: cannot find package "github.com/mattn/go-colorable" in any of: /usr/lib/go-1.10/src/github.com/mattn/go-colorable (from $GOROOT) /<<BUILDDIR>>/umoci-0.4.0+dfsg/obj-x86_64-linux-gnu/src/github.com/mattn/go-colorable (from $GOPATH) dh_auto_build: cd obj-x86_64-linux-gnu && go install -gcflags=all=\"-trimpath=/<<BUILDDIR>>/umoci-0.4.0\+dfsg/obj-x86_64-linux-gnu/src\" -asmflags=all=\"-trimpath=/<<BUILDDIR>>/umoci-0.4.0\+dfsg/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/openSUSE/umoci/cmd/umoci github.com/openSUSE/umoci/mutate github.com/openSUSE/umoci/oci/cas github.com/openSUSE/umoci/oci/cas/dir github.com/openSUSE/umoci/oci/casext github.com/openSUSE/umoci/oci/config/convert github.com/openSUSE/umoci/oci/config/generate github.com/openSUSE/umoci/oci/layer github.com/openSUSE/umoci/pkg/fseval github.com/openSUSE/umoci/pkg/idtools github.com/openSUSE/umoci/pkg/mtreefilter github.com/openSUSE/umoci/pkg/rootlesscontainers-proto github.com/openSUSE/umoci/pkg/system github.com/openSUSE/umoci/pkg/unpriv github.com/openSUSE/umoci/third_party/shared github.com/openSUSE/umoci/third_party/user returned exit code 1 make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1 make[1]: Leaving directory '/<<BUILDDIR>>/umoci-0.4.0+dfsg' make: *** [debian/rules:7: build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -B" but it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/umoci.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: umoci Source-Version: 0.4.3+dfsg-1 We believe that the bug you reported is fixed in the latest version of umoci, 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. Dmitry Smirnov <[email protected]> (supplier of updated umoci 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: SHA256 Format: 1.8 Date: Mon, 28 Jan 2019 00:14:27 +1100 Source: umoci Architecture: source Version: 0.4.3+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <[email protected]> Changed-By: Dmitry Smirnov <[email protected]> Closes: 917595 Changes: umoci (0.4.3+dfsg-1) unstable; urgency=medium . * New upstream release + golang-github-fatih-color-dev (Closes: #917595) + golang-github-klauspost-pgzip-dev + golang-github-mattn-go-colorable-dev + golang-github-opencontainers-runtime-tools-dev * Standards-Version: 4.3.0 Checksums-Sha1: a47046ec2db611c44f0bcaab9ed462d9a7bf2c3a 2610 umoci_0.4.3+dfsg-1.dsc cb8d630d6498b29ef81da6a231fbc9d06e4fc1b2 987992 umoci_0.4.3+dfsg.orig.tar.xz 22d713d93dc1d9c9b86f4d12d2f235650954cc81 5744 umoci_0.4.3+dfsg-1.debian.tar.xz 1a630258594b90be0bed9a35409702670bd24946 12335 umoci_0.4.3+dfsg-1_amd64.buildinfo Checksums-Sha256: f9d71f9f28fe9807c6860bf3533ea1492a1f4f3efacec48d7341a86c1ffe3ace 2610 umoci_0.4.3+dfsg-1.dsc 927dfe84f7e91e364290dceab3b628bb3cbb4a7c6074da6a65f5300f6d7a95a9 987992 umoci_0.4.3+dfsg.orig.tar.xz 7e424b0559cc1cfb9e74168c43a1bea081a0c61c090b7d25c534f3b58a9665b6 5744 umoci_0.4.3+dfsg-1.debian.tar.xz c5b046acd05a773e8eb2a5c4018f793f7c6e3f0490d14937888151b33e3201f1 12335 umoci_0.4.3+dfsg-1_amd64.buildinfo Files: 756526cb86a2f01fe717fb558b181ad2 2610 devel optional umoci_0.4.3+dfsg-1.dsc 6b81289cf60b02d220dee8fc9ed83f7d 987992 devel optional umoci_0.4.3+dfsg.orig.tar.xz 8f3e9c0dd1a1478e307e9657e0913053 5744 devel optional umoci_0.4.3+dfsg-1.debian.tar.xz c1852b6d5fe7ae23956e9eb37b68ace8 12335 devel optional umoci_0.4.3+dfsg-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAlxOXGIACgkQUra72VOW jRt+gA//QXsaVLledYdApI1g2KyqV8kiODZ7x8AMt5Fgzdpdd2xsB09dl0A9I+E5 zdugg2jFV6vgJx51cZB7hkKIuWFUUg2MhUMZ3V4kApU7RQc+oRvSqWXddSwOaxpj w1jgC7ooifnxOHZoYTY02RavrmyixlLXIS0B9knoScPHH474zWYNDLOD6XJfJAA5 ig2bu/sQkw6ltclMZWzsB46K4lTSxjcJCnVdU/dxLRbNTZvrJb2g/mSAYDblGCN2 N+9Z9dZfdfWY3kt1HCzLQlxS2VXUPlVHkSKBr/LHqeFXh6r+GmqbEoHbhDMRUl93 Bsrhr5Q4ilY4Dcv5Q4n5nXPX5ODblbGZGfQILszAtfDnZs/0X3K9pewy7i3rygvk mxe+nrVPeB/B6YwLmMIgDDrLsdWrEVAfqUMVMkZHAp6FiHdW1AG++zsSHRLARyh3 L4KSSZCbPd1DS8yEGVrAHp0oJeJdYzoXZSRR8kf150T8I7ixE+GzTv52As0JPnL6 XsijZIfw0slhphj3/Clgcsk6yljkcawumDjhwYA2aGGNyag8+xo2MSYfYSjsjIJ/ XubigjtGKvTRdTiGU1XBeU5Va2rfSMwqVPha+aibL81ffccyOE1b7O/eyIIdeZJf SZfeOZwZVWs1xMIRzJnPE0yUpttV7OtPixgNRcGFj8I4CtXNJx0= =VM3U -----END PGP SIGNATURE-----
--- End Message ---

