Your message dated Mon, 24 Sep 2018 08:48:07 +0000
with message-id <[email protected]>
and subject line Bug#909414: fixed in restic 0.9.2+ds-2
has caused the Debian Bug report #909414,
regarding restic: FTBFS (cannot find package "github.com/mattn/go-isatty")
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.)


-- 
909414: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909414
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:restic
Version: 0.9.2+ds-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>>/restic-0.9.2+ds'
dh_auto_build -- -ldflags "-X \"main.version=0.9.2\""
        cd obj-x86_64-linux-gnu && go install 
-gcflags=\"-trimpath=/<<BUILDDIR>>/restic-0.9.2\+ds/obj-x86_64-linux-gnu/src\" 
-asmflags=\"-trimpath=/<<BUILDDIR>>/restic-0.9.2\+ds/obj-x86_64-linux-gnu/src\" 
-v -p 1 -ldflags "-X \"main.version=0.9.2\"" 
github.com/restic/restic/cmd/restic github.com/restic/restic/internal/archiver 
github.com/restic/restic/internal/backend 
github.com/restic/restic/internal/backend/azure 
github.com/restic/restic/internal/backend/b2 
github.com/restic/restic/internal/backend/gs 
github.com/restic/restic/internal/backend/local 
github.com/restic/restic/internal/backend/location 
github.com/restic/restic/internal/backend/mem 
github.com/restic/restic/internal/backend/rclone 
github.com/restic/restic/internal/backend/rest 
github.com/restic/restic/internal/backend/s3 
github.com/restic/restic/internal/backend/sftp 
github.com/restic/restic/internal/backend/swift 
github.com/restic/restic/internal/backend/test 
github.com/restic/restic/internal/cache github.com/restic/restic/int
 ernal/checker github.com/restic/restic/internal/crypto 
github.com/restic/restic/internal/debug 
github.com/restic/restic/internal/errors 
github.com/restic/restic/internal/filter github.com/restic/restic/internal/fs 
github.com/restic/restic/internal/fuse 
github.com/restic/restic/internal/hashing 
github.com/restic/restic/internal/index 
github.com/restic/restic/internal/limiter 
github.com/restic/restic/internal/list 
github.com/restic/restic/internal/migrations 
github.com/restic/restic/internal/mock 
github.com/restic/restic/internal/options 
github.com/restic/restic/internal/pack 
github.com/restic/restic/internal/repository 
github.com/restic/restic/internal/restic 
github.com/restic/restic/internal/restorer 
github.com/restic/restic/internal/test 
github.com/restic/restic/internal/textfile github.com/restic/restic/internal/ui 
github.com/restic/restic/internal/ui/termstatus 
github.com/restic/restic/internal/walker 
github.com/restic/restic/internal/worker
src/github.com/restic/restic/internal/ui/termstatus/terminal_unix.go:10:2: 
cannot find package "github.com/mattn/go-isatty" in any of:
        /usr/lib/go-1.10/src/github.com/mattn/go-isatty (from $GOROOT)
        
/<<BUILDDIR>>/restic-0.9.2+ds/obj-x86_64-linux-gnu/src/github.com/mattn/go-isatty
 (from $GOPATH)
dh_auto_build: cd obj-x86_64-linux-gnu && go install 
-gcflags=\"-trimpath=/<<BUILDDIR>>/restic-0.9.2\+ds/obj-x86_64-linux-gnu/src\" 
-asmflags=\"-trimpath=/<<BUILDDIR>>/restic-0.9.2\+ds/obj-x86_64-linux-gnu/src\" 
-v -p 1 -ldflags "-X \"main.version=0.9.2\"" 
github.com/restic/restic/cmd/restic github.com/restic/restic/internal/archiver 
github.com/restic/restic/internal/backend 
github.com/restic/restic/internal/backend/azure 
github.com/restic/restic/internal/backend/b2 
github.com/restic/restic/internal/backend/gs 
github.com/restic/restic/internal/backend/local 
github.com/restic/restic/internal/backend/location 
github.com/restic/restic/internal/backend/mem 
github.com/restic/restic/internal/backend/rclone 
github.com/restic/restic/internal/backend/rest 
github.com/restic/restic/internal/backend/s3 
github.com/restic/restic/internal/backend/sftp 
github.com/restic/restic/internal/backend/swift 
github.com/restic/restic/internal/backend/test 
github.com/restic/restic/internal/cache github.com/res
 tic/restic/internal/checker github.com/restic/restic/internal/crypto 
github.com/restic/restic/internal/debug 
github.com/restic/restic/internal/errors 
github.com/restic/restic/internal/filter github.com/restic/restic/internal/fs 
github.com/restic/restic/internal/fuse 
github.com/restic/restic/internal/hashing 
github.com/restic/restic/internal/index 
github.com/restic/restic/internal/limiter 
github.com/restic/restic/internal/list 
github.com/restic/restic/internal/migrations 
github.com/restic/restic/internal/mock 
github.com/restic/restic/internal/options 
github.com/restic/restic/internal/pack 
github.com/restic/restic/internal/repository 
github.com/restic/restic/internal/restic 
github.com/restic/restic/internal/restorer 
github.com/restic/restic/internal/test 
github.com/restic/restic/internal/textfile github.com/restic/restic/internal/ui 
github.com/restic/restic/internal/ui/termstatus 
github.com/restic/restic/internal/walker 
github.com/restic/restic/internal/worker returned exit code 1
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/restic-0.9.2+ds'
make: *** [debian/rules:13: 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/restic.html

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: restic
Source-Version: 0.9.2+ds-2

We believe that the bug you reported is fixed in the latest version of
restic, 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.
Félix Sipma <[email protected]> (supplier of updated restic 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: Mon, 24 Sep 2018 10:01:51 +0200
Source: restic
Binary: restic
Architecture: source amd64
Version: 0.9.2+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<[email protected]>
Changed-By: Félix Sipma <[email protected]>
Description:
 restic     - backup program with multiple revisions, encryption and more
Closes: 909414
Changes:
 restic (0.9.2+ds-2) unstable; urgency=medium
 .
   * add golang-github-mattn-go-isatty-dev build-dependency (Closes: #909414)
   * bump Standards-Version to 4.2.1 (no change required)
Checksums-Sha1:
 d5f6d17c2d0fe7645e8207e7ea832ea33d604189 2783 restic_0.9.2+ds-2.dsc
 e0bdc8c957afff0594836be6b8337bbf36061730 15768 restic_0.9.2+ds-2.debian.tar.xz
 7bc6384c88c9571a931f2b892f432f7723b41163 13579 
restic_0.9.2+ds-2_amd64.buildinfo
 5a222b8bb6f3b7423cda079867d94f101fc93b42 7342728 restic_0.9.2+ds-2_amd64.deb
Checksums-Sha256:
 60080e4c8908b2d171dff9b2328484584278cf531114d77d916cda8a4fea53ef 2783 
restic_0.9.2+ds-2.dsc
 9714aefe9ab911c1f204ee0a89d98e26a222f8607d22ba62807893d1792bda47 15768 
restic_0.9.2+ds-2.debian.tar.xz
 f123bfc836134c848193bc1668dcffe4f9aea511b7b4e26fb4e5fa89b0ea940a 13579 
restic_0.9.2+ds-2_amd64.buildinfo
 a1c458b5821440f7e5bad00e658444ca0d93e3c4b2362fba5cdedaa6f2bb53a8 7342728 
restic_0.9.2+ds-2_amd64.deb
Files:
 f7bdd3c23f84c300406261a410f2584b 2783 utils optional restic_0.9.2+ds-2.dsc
 8a2685605d06c0c4071ac5081ad959a6 15768 utils optional 
restic_0.9.2+ds-2.debian.tar.xz
 6da54fa10b89312bcb976f7065a0aeb6 13579 utils optional 
restic_0.9.2+ds-2_amd64.buildinfo
 0ae3e000f064cfc1f2382952b4228e62 7342728 utils optional 
restic_0.9.2+ds-2_amd64.deb

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

iQIzBAEBCgAdFiEEYR+GG65kxsFKJlIvpxCCPjO92oEFAluompYACgkQpxCCPjO9
2oFxbxAAkwNjOyJHC1d8lAhkyiDTnEmDy5eYTi7yM7l8d6a0WjcKCce8NsOtGuaH
HWJY8SjsEX8DSCwMRxg8ptFnyKLlHHY8tWukkM+5PpVQFTAipTGOmNKq2T2XbBC6
m6Ip63KGJ3oyXb0GLQ6qcf2wY7wOtlh43Zk+jOTt6dLYgjJssy0jmFJdhzJyhUj4
z7PKHr6zfhQ4MQ9SGydUHfIOllLcdbQdh0Kx7KTGthWHRRTRgzRrvwIP+BvY4ENP
myOb92kgjpuGiaSfSVl0FBbESIGjol+7GrK5rPQYe3ooPc2CrkNETGHpPsoL2cPG
8nnJqxWmLWK31f0J63lEWWPBUU6Yw9RdXwUaD53B+tTjrbwaBM15WNaJFM2fViV8
jNGh2tojPab3LpicHSMRasVdHTxzNg0zbTW4VI96p1Et4Md4iIcbFVljYysGBiYg
VuIdhpY8mXNbBbxkB4Pgq6JMGXgJAMxT1aPD6ka9oUyfTLeu+yKvPlH9YBS+ksDU
WL7nmncSO3tfKlybuofNzFfO476YjuEXsCDuk1bNWVMW6Rg82r0VkbJdwV4NBEDC
dmbtZ4FJ1QkRBO0Ch3mwsi24MYmzzN9HzaBNboFd1UqcurJUO2EZcJmPT6bAANp/
cV36HIz70XR+msJzcgfAXJOmmL4SjMZn/JvSfef12N5RpFE0kM0=
=V7/a
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to