Your message dated Tue, 31 Jan 2017 01:18:27 +0000 with message-id <[email protected]> and subject line Bug#853261: fixed in golang-github-masterzen-winrm 0.0~git20160323.0752679-3 has caused the Debian Bug report #853261, regarding golang-github-masterzen-winrm: FTBFS when built with dpkg-buildpackage -A 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.) -- 853261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853261 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:golang-github-masterzen-winrm Version: 0.0~git20160323.0752679-2 Severity: serious Tags: patch Dear maintainer: I tried to build this package in stretch with "dpkg-buildpackage -A" but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_testdir -i -O--buildsystem=golang dh_update_autotools_config -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_build -i -O--buildsystem=golang go install -v -p 1 github.com/masterzen/winrm github.com/masterzen/winrm/soap github.com/masterzen/winrm/winrm github.com/masterzen/simplexml/dom github.com/masterzen/xmlpath github.com/masterzen/winrm/soap github.com/nu7hatch/gouuid github.com/masterzen/winrm/winrm github.com/masterzen/winrm dh_auto_test -i -O--buildsystem=golang go test -v -p 1 github.com/masterzen/winrm github.com/masterzen/winrm/soap github.com/masterzen/winrm/winrm ? github.com/masterzen/winrm [no test files] === RUN Test OK: 1 passed --- PASS: Test (0.00s) === RUN TestAddUsualNamespaces --- PASS: TestAddUsualNamespaces (0.00s) === RUN TestSetTo --- PASS: TestSetTo (0.00s) PASS ok github.com/masterzen/winrm/soap 0.006s === RUN Test OK: 27 passed --- PASS: Test (3.03s) PASS ok github.com/masterzen/winrm/winrm 3.039s fakeroot debian/rules binary-indep dh binary-indep --buildsystem=golang --with=golang dh_testroot -i -O--buildsystem=golang dh_prep -i -O--buildsystem=golang dh_auto_install -i -O--buildsystem=golang mkdir -p /<<BUILDDIR>>/golang-github-masterzen-winrm-0.0\~git20160323.0752679/debian/tmp/usr cp -r bin /<<BUILDDIR>>/golang-github-masterzen-winrm-0.0\~git20160323.0752679/debian/tmp/usr mkdir -p /<<BUILDDIR>>/golang-github-masterzen-winrm-0.0\~git20160323.0752679/debian/tmp/usr/share/gocode/src/github.com/masterzen/winrm cp -r -T src/github.com/masterzen/winrm /<<BUILDDIR>>/golang-github-masterzen-winrm-0.0\~git20160323.0752679/debian/tmp/usr/share/gocode/src/github.com/masterzen/winrm debian/rules override_dh_install make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_install mv -v debian/winrm/usr/bin/winrm debian/winrm/usr/bin/winrm-go mv: cannot stat 'debian/winrm/usr/bin/winrm': No such file or directory debian/rules:9: recipe for target 'override_dh_install' failed make[1]: *** [override_dh_install] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:6: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit status 2 -------------------------------------------------------------------------------- This happens because we are creating arch-independent packages only, so debian/winrm/[...] does not exist, as "winrm" is Arch:any. Trivial (but untested) patch follows. Thanks. --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ %: dh $@ --buildsystem=golang --with=golang -override_dh_install: +override_dh_install-arch: dh_install mv -v debian/winrm/usr/bin/winrm debian/winrm/usr/bin/winrm-go
--- End Message ---
--- Begin Message ---Source: golang-github-masterzen-winrm Source-Version: 0.0~git20160323.0752679-3 We believe that the bug you reported is fixed in the latest version of golang-github-masterzen-winrm, 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. Daniel Stender <[email protected]> (supplier of updated golang-github-masterzen-winrm 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: Tue, 31 Jan 2017 01:45:02 +0100 Source: golang-github-masterzen-winrm Binary: golang-github-masterzen-winrm-dev winrm Architecture: source all amd64 Version: 0.0~git20160323.0752679-3 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <[email protected]> Changed-By: Daniel Stender <[email protected]> Description: golang-github-masterzen-winrm-dev - Windows remote command execution library for Go winrm - tool for remote command execution on Windows machines Closes: 853261 Changes: golang-github-masterzen-winrm (0.0~git20160323.0752679-3) unstable; urgency=medium . * deb/rules: use override_dh_install-arch to prevent FTBFS in arch-indep builds (Closes: #853261). Checksums-Sha1: 701d5c91e2e03b4da64c0345590c3f6ed413c9f1 2540 golang-github-masterzen-winrm_0.0~git20160323.0752679-3.dsc eb45b373bf9aa3c509dbbf868e9cf792f20c80c8 20524 golang-github-masterzen-winrm_0.0~git20160323.0752679.orig.tar.xz 0caca0bef35148b69532529cd6d55cb372cdb374 2652 golang-github-masterzen-winrm_0.0~git20160323.0752679-3.debian.tar.xz 3e3e851ef1c5caad8c8f56740ac3a57c964da87f 17260 golang-github-masterzen-winrm-dev_0.0~git20160323.0752679-3_all.deb b4e2f4f7c4bdd807ffb0b45a950b1e20be066a55 5849 golang-github-masterzen-winrm_0.0~git20160323.0752679-3_amd64.buildinfo a341f8322c5d0ac2a278206f050164f104f4a287 1115398 winrm_0.0~git20160323.0752679-3_amd64.deb Checksums-Sha256: 0fccd228bafada517226a9237a9fc60bd19b1e374a645c52d4731c9cc9b6956c 2540 golang-github-masterzen-winrm_0.0~git20160323.0752679-3.dsc 52a65b13b9388f2231251e5d251e68a6aad8ffd88bedf3507a065998b76185aa 20524 golang-github-masterzen-winrm_0.0~git20160323.0752679.orig.tar.xz 76d30bf629f1fca1689889102a4412c0fcf39508717a59c44eafcf1275d66a91 2652 golang-github-masterzen-winrm_0.0~git20160323.0752679-3.debian.tar.xz 4c595aaa3750caa16e1aa98afbe47323801755a908c9659bff85de912dec1a13 17260 golang-github-masterzen-winrm-dev_0.0~git20160323.0752679-3_all.deb a419620ce0844d66da2bec45844783bfa21a71a1e91204b940b1e6af576954e1 5849 golang-github-masterzen-winrm_0.0~git20160323.0752679-3_amd64.buildinfo 2daf40bfeb0541acf4b985d17c1fb337789a1065452a29506f73a94d12a71c09 1115398 winrm_0.0~git20160323.0752679-3_amd64.deb Files: f73ed926d3d151146bcee71074b9bce9 2540 devel extra golang-github-masterzen-winrm_0.0~git20160323.0752679-3.dsc 75135528fc9240b67feae24a724e0f85 20524 devel extra golang-github-masterzen-winrm_0.0~git20160323.0752679.orig.tar.xz 80ba95f3b72d88eb5521f48fc9fad4b2 2652 devel extra golang-github-masterzen-winrm_0.0~git20160323.0752679-3.debian.tar.xz 30b3b2537180223b93cf88b2e8532455 17260 devel extra golang-github-masterzen-winrm-dev_0.0~git20160323.0752679-3_all.deb dbf5a342d15b718e256d411ec3202d12 5849 devel extra golang-github-masterzen-winrm_0.0~git20160323.0752679-3_amd64.buildinfo 4e6fa1bc07e89191e3bd475834a0ec9b 1115398 devel extra winrm_0.0~git20160323.0752679-3_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERsscqJ6jt0N2dh25FeCa9N9RgsgFAliP4aUACgkQFeCa9N9R gsj+cRAAqnUb89U1DHcXHSJIhXE/4hiRARAO/TfsB8rf7NxJ/+urBgH/F3dw2lau Orhz6wp3C66Qa4IgtCj/Max5/8eYkiSq6L8ZRqNr2h02mSe0aEQSzoChynx74SCk 1kTJM+9oqMRTEbOLstMcZIYU9eiVDMX/a3KOf+kUCHn/ObnAhuGftJaZNAuMgyEj VbSXjr60suLREioObL7LZt4LXnlC5Qds9YPwbJ/BQ0t4FP3oEncWOTvNMZVYzv2o +z227i3L+p/+4plPlAYEmJvTLAtY08qQBdyHY4ITwuBU23E3CthD6j4RdJswuToh ZVsYcR+IPluh/6Bc/99mof5lRhJE+yrxs5Z+agZCZjgXp0MOSb+vVFKif9Sg535w ZOvTCdiVCVMeuwzItySKpStUfQQfMCI1BQ8mgZQ5EAjI42UYSnyB1hD03IBe2Rhh 1KAFecG8xEYCAgjVoUBKu/yIoVtu2aUlEufW7E3w3u72fGku84entN7aBhPu2aKr 2vdvt8TalAiInC5i5dcVLoXoPIjkkMTvwFDrWn8drxA4uS2wAM2GLPfUWJb1VbLV x+Hd0Mzdy0nRCo/CsbnXu0orsh38tNHA6ZgCe1joiEVaaWKmvX0pTQrbYeX66L9/ ziFDgZ03axeN2KB38RgMePxzStHxYiQ4/olhq4/0DIbuQ23ZcDU= =Ww48 -----END PGP SIGNATURE-----
--- End Message ---

