Your message dated Fri, 03 Mar 2017 04:33:59 +0000
with message-id <e1cjeul-0008wy...@fasolo.debian.org>
and subject line Bug#846542: fixed in etcd 3.1.1+dfsg-2
has caused the Debian Bug report #846542,
regarding etcd: FTBFS in testing (undefined: grpc.SupportPackageIsVersion3)
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.)


-- 
846542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:etcd
Version: 2.3.7+dfsg-5
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang,systemd --parallel 
--builddirectory=_build
   dh_testdir -i -O--buildsystem=golang -O--parallel -O--builddirectory=_build
   dh_update_autotools_config -i -O--buildsystem=golang -O--parallel 
-O--builddirectory=_build
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<BUILDDIR>>/etcd-2.3.7+dfsg'
grep -Pq "syntax\s*=\s*\"proto3\"" etcdserver/etcdserverpb/etcdserver.proto \
        || protoc -I/usr/share/gocode/src/github.com/gogo/protobuf 
-I/usr/include -Ietcdserver/etcdserverpb/ --gogo_out=etcdserver/etcdserverpb/ 
etcdserver/etcdserverpb/etcdserver.proto
perl -pi -E 's{import _ "gogoproto"}{}g;' 
"etcdserver/etcdserverpb/etcdserver.pb.go"
grep -Pq "syntax\s*=\s*\"proto3\"" raft/raftpb/raft.proto \
        || protoc -I/usr/share/gocode/src/github.com/gogo/protobuf 
-I/usr/include -Iraft/raftpb/ --gogo_out=raft/raftpb/ raft/raftpb/raft.proto
perl -pi -E 's{import _ "gogoproto"}{}g;' "raft/raftpb/raft.pb.go"
grep -Pq "syntax\s*=\s*\"proto3\"" wal/walpb/record.proto \
        || protoc -I/usr/share/gocode/src/github.com/gogo/protobuf 
-I/usr/include -Iwal/walpb/ --gogo_out=wal/walpb/ wal/walpb/record.proto
perl -pi -E 's{import _ "gogoproto"}{}g;' "wal/walpb/record.pb.go"
grep -Pq "syntax\s*=\s*\"proto3\"" snap/snappb/snap.proto \
        || protoc -I/usr/share/gocode/src/github.com/gogo/protobuf 
-I/usr/include -Isnap/snappb/ --gogo_out=snap/snappb/ snap/snappb/snap.proto
perl -pi -E 's{import _ "gogoproto"}{}g;' "snap/snappb/snap.pb.go"
dh_auto_configure
for I in $(cat debian/third_party_exclude); do \
            printf "Removing third party bundled $I\n" ;\
            sed -i "s,github.com/coreos/etcd/Godeps/_workspace/src/,," $(find 
_build -type f -name "*.go") ;\
        done
Removing third party bundled github.com/akrennmair/gopcap
Removing third party bundled github.com/bgentry/speakeasy
Removing third party bundled github.com/boltdb/bolt
Removing third party bundled github.com/cheggaaa/pb
Removing third party bundled github.com/codegangsta/cli
Removing third party bundled github.com/coreos/gexpect
Removing third party bundled github.com/coreos/go-etcd
Removing third party bundled github.com/coreos/go-semver/semver
Removing third party bundled github.com/coreos/go-systemd
Removing third party bundled github.com/coreos/pkg
Removing third party bundled github.com/gogo/protobuf
Removing third party bundled github.com/golang/glog
Removing third party bundled github.com/golang/protobuf
Removing third party bundled github.com/google/btree
Removing third party bundled github.com/jonboulle/clockwork
Removing third party bundled github.com/prometheus/client_golang
Removing third party bundled github.com/prometheus/procfs
Removing third party bundled github.com/spacejam/loghisto
Removing third party bundled github.com/spf13/cobra
Removing third party bundled github.com/stretchr/testify
Removing third party bundled github.com/ugorji/go
Removing third party bundled github.com/xiang90/probing
Removing third party bundled golang.org/x/crypto
Removing third party bundled golang.org/x/net
Removing third party bundled google.golang.org/grpc
make[1]: Leaving directory '/<<BUILDDIR>>/etcd-2.3.7+dfsg'
   dh_auto_build -i -O--buildsystem=golang -O--parallel 
-O--builddirectory=_build
        go install -v -p 1 github.com/coreos/etcd github.com/coreos/etcd/auth 
github.com/coreos/etcd/client github.com/coreos/etcd/compactor 
github.com/coreos/etcd/discovery github.com/coreos/etcd/error 
github.com/coreos/etcd/etcdctl github.com/coreos/etcd/etcdctl/command 
github.com/coreos/etcd/etcdmain github.com/coreos/etcd/etcdserver 
github.com/coreos/etcd/etcdserver/api/v3rpc 
github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes 
github.com/coreos/etcd/etcdserver/auth 
github.com/coreos/etcd/etcdserver/etcdhttp 
github.com/coreos/etcd/etcdserver/etcdhttp/httptypes 
github.com/coreos/etcd/etcdserver/etcdserverpb 
github.com/coreos/etcd/etcdserver/stats github.com/coreos/etcd/lease 
github.com/coreos/etcd/lease/leasehttp github.com/coreos/etcd/lease/leasepb 
github.com/coreos/etcd/pkg/adt github.com/coreos/etcd/pkg/contention 
github.com/coreos/etcd/pkg/cors github.com/coreos/etcd/pkg/crc 
github.com/coreos/etcd/pkg/fileutil github.com/coreos/etcd/pkg/flags 
github.com/coreos/etcd/pkg/httputil githu
 b.com/coreos/etcd/pkg/idutil github.com/coreos/etcd/pkg/ioutil 
github.com/coreos/etcd/pkg/logutil github.com/coreos/etcd/pkg/mock/mockstorage 
github.com/coreos/etcd/pkg/mock/mockstore 
github.com/coreos/etcd/pkg/mock/mockwait github.com/coreos/etcd/pkg/netutil 
github.com/coreos/etcd/pkg/osutil github.com/coreos/etcd/pkg/pathutil 
github.com/coreos/etcd/pkg/pbutil github.com/coreos/etcd/pkg/runtime 
github.com/coreos/etcd/pkg/schedule github.com/coreos/etcd/pkg/testutil 
github.com/coreos/etcd/pkg/transport github.com/coreos/etcd/pkg/types 
github.com/coreos/etcd/pkg/wait github.com/coreos/etcd/proxy 
github.com/coreos/etcd/raft github.com/coreos/etcd/raft/raftpb 
github.com/coreos/etcd/rafthttp github.com/coreos/etcd/snap 
github.com/coreos/etcd/snap/snappb github.com/coreos/etcd/storage 
github.com/coreos/etcd/storage/backend github.com/coreos/etcd/storage/storagepb 
github.com/coreos/etcd/store github.com/coreos/etcd/version 
github.com/coreos/etcd/wal github.com/coreos/etcd/wal/walpb
github.com/coreos/etcd/pkg/pathutil
github.com/coreos/etcd/pkg/types
github.com/ugorji/go/codec
golang.org/x/net/context
github.com/coreos/etcd/client
github.com/coreos/go-systemd/journal
github.com/coreos/pkg/capnslog
github.com/jonboulle/clockwork
github.com/coreos/etcd/discovery
github.com/boltdb/bolt
github.com/coreos/etcd/storage/backend
github.com/coreos/etcd/auth
github.com/gogo/protobuf/proto
github.com/coreos/etcd/storage/storagepb
github.com/golang/protobuf/proto
golang.org/x/net/http2/hpack
golang.org/x/net/idna
golang.org/x/net/lex/httplex
golang.org/x/net/http2
golang.org/x/net/internal/timeseries
golang.org/x/net/trace
google.golang.org/grpc/codes
google.golang.org/grpc/credentials
google.golang.org/grpc/grpclog
google.golang.org/grpc/internal
google.golang.org/grpc/metadata
google.golang.org/grpc/naming
google.golang.org/grpc/peer
google.golang.org/grpc/transport
google.golang.org/grpc
github.com/coreos/etcd/etcdserver/etcdserverpb
# github.com/coreos/etcd/etcdserver/etcdserverpb
src/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:1713: undefined: 
grpc.SupportPackageIsVersion3
github.com/coreos/etcd/lease/leasepb
github.com/coreos/etcd/lease
github.com/coreos/etcd/pkg/adt
github.com/coreos/etcd/pkg/schedule
github.com/google/btree
github.com/beorn7/perks/quantile
github.com/prometheus/client_model/go
github.com/matttproud/golang_protobuf_extensions/pbutil
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/prometheus/common/model
github.com/prometheus/common/expfmt
github.com/prometheus/procfs
github.com/prometheus/client_golang/prometheus
github.com/coreos/etcd/storage
github.com/coreos/etcd/error
github.com/coreos/etcd/etcdserver/etcdhttp/httptypes
github.com/coreos/etcd/raft/raftpb
github.com/coreos/etcd/raft
github.com/coreos/etcd/etcdserver/stats
github.com/coreos/etcd/pkg/contention
github.com/coreos/etcd/pkg/fileutil
github.com/coreos/etcd/pkg/idutil
github.com/coreos/etcd/pkg/netutil
github.com/coreos/etcd/pkg/pbutil
github.com/coreos/etcd/pkg/runtime
github.com/coreos/etcd/pkg/transport
github.com/coreos/etcd/pkg/wait
github.com/coreos/etcd/pkg/httputil
github.com/coreos/etcd/pkg/ioutil
github.com/coreos/etcd/pkg/logutil
github.com/coreos/etcd/snap/snappb
github.com/coreos/etcd/snap
github.com/coreos/etcd/version
github.com/coreos/go-semver/semver
github.com/xiang90/probing
github.com/coreos/etcd/rafthttp
github.com/coreos/etcd/store
github.com/coreos/etcd/pkg/crc
github.com/coreos/etcd/wal/walpb
github.com/coreos/etcd/wal
github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes
golang.org/x/crypto/blowfish
golang.org/x/crypto/bcrypt
github.com/coreos/etcd/pkg/cors
github.com/coreos/etcd/pkg/flags
github.com/coreos/etcd/pkg/osutil
github.com/coreos/etcd/proxy
github.com/coreos/go-systemd/daemon
github.com/coreos/pkg/dlopen
github.com/coreos/go-systemd/util
github.com/codegangsta/cli
github.com/bgentry/speakeasy
github.com/coreos/etcd/pkg/testutil
github.com/coreos/etcd/pkg/mock/mockstorage
github.com/coreos/etcd/pkg/mock/mockstore
github.com/coreos/etcd/pkg/mock/mockwait
dh_auto_build: go install -v -p 1 github.com/coreos/etcd 
github.com/coreos/etcd/auth github.com/coreos/etcd/client 
github.com/coreos/etcd/compactor github.com/coreos/etcd/discovery 
github.com/coreos/etcd/error github.com/coreos/etcd/etcdctl 
github.com/coreos/etcd/etcdctl/command github.com/coreos/etcd/etcdmain 
github.com/coreos/etcd/etcdserver github.com/coreos/etcd/etcdserver/api/v3rpc 
github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes 
github.com/coreos/etcd/etcdserver/auth 
github.com/coreos/etcd/etcdserver/etcdhttp 
github.com/coreos/etcd/etcdserver/etcdhttp/httptypes 
github.com/coreos/etcd/etcdserver/etcdserverpb 
github.com/coreos/etcd/etcdserver/stats github.com/coreos/etcd/lease 
github.com/coreos/etcd/lease/leasehttp github.com/coreos/etcd/lease/leasepb 
github.com/coreos/etcd/pkg/adt github.com/coreos/etcd/pkg/contention 
github.com/coreos/etcd/pkg/cors github.com/coreos/etcd/pkg/crc 
github.com/coreos/etcd/pkg/fileutil github.com/coreos/etcd/pkg/flags 
github.com/coreos/etcd/pkg/
 httputil github.com/coreos/etcd/pkg/idutil github.com/coreos/etcd/pkg/ioutil 
github.com/coreos/etcd/pkg/logutil github.com/coreos/etcd/pkg/mock/mockstorage 
github.com/coreos/etcd/pkg/mock/mockstore 
github.com/coreos/etcd/pkg/mock/mockwait github.com/coreos/etcd/pkg/netutil 
github.com/coreos/etcd/pkg/osutil github.com/coreos/etcd/pkg/pathutil 
github.com/coreos/etcd/pkg/pbutil github.com/coreos/etcd/pkg/runtime 
github.com/coreos/etcd/pkg/schedule github.com/coreos/etcd/pkg/testutil 
github.com/coreos/etcd/pkg/transport github.com/coreos/etcd/pkg/types 
github.com/coreos/etcd/pkg/wait github.com/coreos/etcd/proxy 
github.com/coreos/etcd/raft github.com/coreos/etcd/raft/raftpb 
github.com/coreos/etcd/rafthttp github.com/coreos/etcd/snap 
github.com/coreos/etcd/snap/snappb github.com/coreos/etcd/storage 
github.com/coreos/etcd/storage/backend github.com/coreos/etcd/storage/storagepb 
github.com/coreos/etcd/store github.com/coreos/etcd/version 
github.com/coreos/etcd/wal github.com/coreos/etcd/wa
 l/walpb returned exit code 2
debian/rules:11: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

Sorry if this is already known, but I need a bug report open to track this 
properly.

As usual, 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
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: etcd
Source-Version: 3.1.1+dfsg-2

We believe that the bug you reported is fixed in the latest version of
etcd, 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 846...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Potter <t...@hpe.com> (supplier of updated etcd 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: Fri, 03 Mar 2017 07:11:16 +1100
Source: etcd
Binary: etcd golang-etcd-server-dev
Architecture: source amd64 all
Version: 3.1.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: pkg-go <pkg-go-maintain...@lists.alioth.debian.org>
Changed-By: Tim Potter <t...@hpe.com>
Description:
 etcd       - highly-available key value store -- daemon
 golang-etcd-server-dev - highly-available key value store -- source
Closes: 846542 855876
Changes:
 etcd (3.1.1+dfsg-2) unstable; urgency=medium
 .
   * Upload to unstable. (Closes: #846542)
   * Fix test suite failures in Debian build environment and
     ensure no test junk is accidentally mispackaged. (Closes: #855876)
   * Fix various Lintian problems.
Checksums-Sha1:
 ac92710cbf52e63ba48428cdfe5c9acb22425a52 3016 etcd_3.1.1+dfsg-2.dsc
 252096b3d9d04586a35164bcc6eb43cb78378bd6 1102819 etcd_3.1.1+dfsg.orig.tar.gz
 d0f41dbd8510324b2fa6e41ae8dfa092eef31847 12672 etcd_3.1.1+dfsg-2.debian.tar.xz
 a8ea2dc080384d91140668a60edc522edc9e441b 1916316 
etcd-dbgsym_3.1.1+dfsg-2_amd64.deb
 0412323ceae749ce86acd2e38f8c8ddbde9f4404 11285 
etcd_3.1.1+dfsg-2_amd64.buildinfo
 51782dbd9122db77e9d81661d6385e39abe56c4d 15676562 etcd_3.1.1+dfsg-2_amd64.deb
 c975906e9e90dff09d7884cb2c3b59cf92ce070f 563110 
golang-etcd-server-dev_3.1.1+dfsg-2_all.deb
Checksums-Sha256:
 267970f70ff73cadf81a04997ee71d113f0f43dd2cf4018ceac9f138fe9a7435 3016 
etcd_3.1.1+dfsg-2.dsc
 199ba5ba9061b09929ca444e13451105d504d8d71c7168e25444b4b124e3e4ad 1102819 
etcd_3.1.1+dfsg.orig.tar.gz
 8cc052762e3cff7ae8a4224ff46ede4a47d5fce075dc3795069b0b89c9798583 12672 
etcd_3.1.1+dfsg-2.debian.tar.xz
 32a654726a16a185daa951dee958f42ad42d101adfc3c1d288895470cd829663 1916316 
etcd-dbgsym_3.1.1+dfsg-2_amd64.deb
 9d5f0e5297b9ddbbce91a4f0c05da24625911ac3e960b70664f177ed5b83bd34 11285 
etcd_3.1.1+dfsg-2_amd64.buildinfo
 04603583002233c73a57edfc65af99fddc05e85da501d07f6b0113f5e622bf01 15676562 
etcd_3.1.1+dfsg-2_amd64.deb
 56c97be82a21a216c081fae4facb585c45642368c294f134afe2a1ea0471f733 563110 
golang-etcd-server-dev_3.1.1+dfsg-2_all.deb
Files:
 a7029db1d2a9d5859aef5e41097bb0cf 3016 devel extra etcd_3.1.1+dfsg-2.dsc
 5a89de140a86ca9cfe5c4c0419adb7ec 1102819 devel extra 
etcd_3.1.1+dfsg.orig.tar.gz
 a99e15f048012896de84c1f5680e1b82 12672 devel extra 
etcd_3.1.1+dfsg-2.debian.tar.xz
 d0cf4bba215de80aefa890693fa10b1d 1916316 debug extra 
etcd-dbgsym_3.1.1+dfsg-2_amd64.deb
 6517eac44d7d503eaf6db3fd6f425466 11285 devel extra 
etcd_3.1.1+dfsg-2_amd64.buildinfo
 eb6ddd9b58e73d7f141e6a46b7f38579 15676562 devel extra 
etcd_3.1.1+dfsg-2_amd64.deb
 94cad4d57d10129e3afb9c00deaf5464 563110 devel extra 
golang-etcd-server-dev_3.1.1+dfsg-2_all.deb

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

iQIcBAEBCAAGBQJYuO8AAAoJELJMpj9uu+hNAuwQAIpjINdiyoX4W6u5eI+LMIRK
P2g1DtXbsaSoS2Ycuu+WWFVetLagaFDWVV2tEf9z5qRzM1xa/OcV0zNNMPCE3mPZ
qyHsFD5U1REZUFAX0GAymbPyaq15L/iPrnGRK8D60rjdDS/YbXF8ln+w1Wft2F3N
5VenA59sQ9Y60Xb7Z5RMilJZNEKi9A0JYvBvbSfr5szZBNyYihlvkKq6et+eL65z
XyNN060E3pML+I4UtJ9xnaimrft7KpzFdcolFhyqGa9MMDlB9ymJSzkgPfy56pja
TH3roJovkPO3zHKUjK3XZLyAHoWiBR30HP8MZ6MWQ2JWfTuqGnRImGN86+j2Gz8T
etqbwTIdWCi+4KJLRp0XBBbI+PnEqffGtAVZOonxLCIqdmh79/dm3q0vvgaP82pe
C4JXQGxyhuXQfQXJX7c1pttQmEhuZoDKp6tkfVCtD3IWMMopKUqleIkmpVF2DVEN
It2za9DFof/dqSQ5e+5TK8quNVdV7/Zl4ADosrPZYImUnATrwW06mhFyWq91ce4W
ahcZGdlMiUn5oRLqzuMBbBDITT8o+HZYvEJcWlvjGW565aqaGmtIqYKQYn/HfKsn
Rw8zWXpdLYQyuKRa8PcG7d4kDNIYbCW0xekELpy6xqkh20RMR7HYrEru6Zm+T66r
Ctk/EaSMJuivLvzWtaV2
=sgux
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to