unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <lichengtai@gmail.com>
To: 49427@debbugs.gnu.org
Subject: bug#49427: grpc build failure
Date: Mon, 5 Jul 2021 17:24:10 -0700	[thread overview]
Message-ID: <CAJsg1E9GR3t+H1trH3iKmpy1Ekg-E=A6yV0XKcCkE_wYwCK4-A@mail.gmail.com> (raw)

on an x86-64 virtual machine (kvm-qemu) running the current Guix,


guix package -u

fails at gprc.  The build log of grpc shows failure:

/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++
-DPB_FIELD_16BIT -Dgrpc___cronet_EXPORTS
-I/tmp/guix-build-grpc-1.16.1.drv-0/source/include
-I/tmp/guix-build-grpc-1.16.1.drv-0/source
-I/tmp/guix-build-grpc-1.16.1.drv-0/source/third_party/address_sorting/include
-I/tmp/guix-build-grpc-1.16.1.drv-0/source/third_party/nanopb
-I/tmp/guix-build-grpc-1.16.1.drv-0/build-shared/gens  -std=c++11
-fPIC   -o CMakeFiles/grpc++_cronet.dir/src/core/lib/iomgr/gethostname_sysconf.cc.o
-c /tmp/guix-build-grpc-1.16.1.drv-0/source/src/core/lib/iomgr/gethostname_sysconf.cc
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:
In member function ‘virtual grpc::Status
grpc::ChannelzService::GetTopChannels(grpc::ServerContext*, const
grpc::channelz::v1::GetTopChannelsRequest*,
grpc::channelz::v1::GetTopChannelsResponse*)’:
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:41:44:
error: ‘OK’ is not a member of
‘google::protobuf::util::status_internal::Status’
   if (s != google::protobuf::util::Status::OK) {
                                            ^~
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:
In member function ‘virtual grpc::Status
grpc::ChannelzService::GetServers(grpc::ServerContext*, const
grpc::channelz::v1::GetServersRequest*,
grpc::channelz::v1::GetServersResponse*)’:
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:57:44:
error: ‘OK’ is not a member of
‘google::protobuf::util::status_internal::Status’
   if (s != google::protobuf::util::Status::OK) {
                                            ^~
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:
In member function ‘virtual grpc::Status
grpc::ChannelzService::GetChannel(grpc::ServerContext*, const
grpc::channelz::v1::GetChannelRequest*,
grpc::channelz::v1::GetChannelResponse*)’:
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:73:44:
error: ‘OK’ is not a member of
‘google::protobuf::util::status_internal::Status’
   if (s != google::protobuf::util::Status::OK) {
                                            ^~
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:
In member function ‘virtual grpc::Status
grpc::ChannelzService::GetSubchannel(grpc::ServerContext*, const
grpc::channelz::v1::GetSubchannelRequest*,
grpc::channelz::v1::GetSubchannelResponse*)’:
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:89:44:
error: ‘OK’ is not a member of
‘google::protobuf::util::status_internal::Status’
   if (s != google::protobuf::util::Status::OK) {
                                            ^~
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:
In member function ‘virtual grpc::Status
grpc::ChannelzService::GetSocket(grpc::ServerContext*, const
grpc::channelz::v1::GetSocketRequest*,
grpc::channelz::v1::GetSocketResponse*)’:
/tmp/guix-build-grpc-1.16.1.drv-0/source/src/cpp/server/channelz/channelz_service.cc:106:44:
error: ‘OK’ is not a member of
‘google::protobuf::util::status_internal::Status’
   if (s != google::protobuf::util::Status::OK) {




             reply	other threads:[~2021-07-06 10:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-06  0:24 Andy Tai [this message]
     [not found] ` <handler.49427.B.162553109120523.ack@debbugs.gnu.org>
2021-07-06  0:26   ` bug#49427: Acknowledgement (grpc build failure) Andy Tai
2021-07-06  2:26     ` Andy Tai
2021-07-06  8:12       ` bug#49427: grpc build failure Sarah Morgensen via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJsg1E9GR3t+H1trH3iKmpy1Ekg-E=A6yV0XKcCkE_wYwCK4-A@mail.gmail.com' \
    --to=lichengtai@gmail.com \
    --cc=49427@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).