Your message dated Mon, 9 Jul 2018 12:32:18 +0900 with message-id <cabmqnvkpz6jdxvhsulxltfpz9xov1qcgek2_a5rxqjiga7g...@mail.gmail.com> and subject line Re: [pkg-go] Bug#903174: golang-github-google-subcommands: FTBFS in buster/sid (dh_installdocs: Cannot find "README.rst") has caused the Debian Bug report #903174, regarding golang-github-google-subcommands: FTBFS in buster/sid (dh_installdocs: Cannot find "README.rst") 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.) -- 903174: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903174 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:golang-github-google-subcommands Version: 0.0~git20170830.ce3d4cfc-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_update_autotools_config -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_build -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<<BUILDDIR>>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<<BUILDDIR>>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/google/subcommands github.com/google/subcommands dh_auto_test -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/google/subcommands ? github.com/google/subcommands [no test files] 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 cd obj-x86_64-linux-gnu && mkdir -p /<<BUILDDIR>>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/debian/golang-github-google-subcommands-dev/usr/share/gocode/src/github.com/google/subcommands cd obj-x86_64-linux-gnu && cp -r -T src/github.com/google/subcommands /<<BUILDDIR>>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/debian/golang-github-google-subcommands-dev/usr/share/gocode/src/github.com/google/subcommands dh_installdocs -i -O--buildsystem=golang dh_installdocs: Cannot find (any matches for) "README.rst" (tried in .) debian/rules:6: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-google-subcommands.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
--- End Message ---
--- Begin Message ---Package: src:golang-github-google-subcommands Version: 0.0~git20170830.ce3d4cfc-3 This bug has been fixed by 0.0~git20170830.ce3d4cfc-3. I close this bug. Best regards, Nobuhiro 2018-07-07 20:40 GMT+09:00 Santiago Vila <[email protected]>: > Package: src:golang-github-google-subcommands > Version: 0.0~git20170830.ce3d4cfc-2 > Severity: serious > Tags: ftbfs > > Dear maintainer: > > I tried to build this package in buster but it failed: > > -------------------------------------------------------------------------------- > [...] > debian/rules build-indep > dh build-indep --buildsystem=golang --with=golang > dh_update_autotools_config -i -O--buildsystem=golang > dh_auto_configure -i -O--buildsystem=golang > dh_auto_build -i -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go install > -gcflags=\"-trimpath=/<<BUILDDIR>>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/obj-x86_64-linux-gnu/src\" > > -asmflags=\"-trimpath=/<<BUILDDIR>>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/obj-x86_64-linux-gnu/src\" > -v -p 1 github.com/google/subcommands > github.com/google/subcommands > dh_auto_test -i -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 > github.com/google/subcommands > ? github.com/google/subcommands [no test files] > 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 > cd obj-x86_64-linux-gnu && mkdir -p > /<<BUILDDIR>>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/debian/golang-github-google-subcommands-dev/usr/share/gocode/src/github.com/google/subcommands > cd obj-x86_64-linux-gnu && cp -r -T src/github.com/google/subcommands > /<<BUILDDIR>>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/debian/golang-github-google-subcommands-dev/usr/share/gocode/src/github.com/google/subcommands > dh_installdocs -i -O--buildsystem=golang > dh_installdocs: Cannot find (any matches for) "README.rst" (tried in .) > > debian/rules:6: recipe for target 'binary-indep' failed > make: *** [binary-indep] Error 2 > dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess > returned exit status 2 > -------------------------------------------------------------------------------- > > The build was made with "dpkg-buildpackage -A" in my autobuilder > but it also fails in reproducible builds: > > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-google-subcommands.html > > [ Note: There has been a recent change in debhelper behaviour, the current > behaviour is the intended one. See Bug #903133 for details ]. > > Thanks. > > _______________________________________________ > Pkg-go-maintainers mailing list > [email protected] > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6
--- End Message ---

