unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49427: grpc build failure
@ 2021-07-06  0:24 Andy Tai
       [not found] ` <handler.49427.B.162553109120523.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Tai @ 2021-07-06  0:24 UTC (permalink / raw)
  To: 49427

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) {




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#49427: Acknowledgement (grpc build failure)
       [not found] ` <handler.49427.B.162553109120523.ack@debbugs.gnu.org>
@ 2021-07-06  0:26   ` Andy Tai
  2021-07-06  2:26     ` Andy Tai
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Tai @ 2021-07-06  0:26 UTC (permalink / raw)
  To: 49427

guix --version
guix (GNU Guix) f7e14782025bf87aaef694a21f34010b1a95f7f6

On Mon, Jul 5, 2021 at 5:25 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  bug-guix@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 49427@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 49427: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49427
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#49427: Acknowledgement (grpc build failure)
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Tai @ 2021-07-06  2:26 UTC (permalink / raw)
  To: 49427

Never mind; after a new

guix pull


this no longer happens.  Please close this bug

On Mon, Jul 5, 2021 at 5:26 PM Andy Tai <lichengtai@gmail.com> wrote:
>
> guix --version
> guix (GNU Guix) f7e14782025bf87aaef694a21f34010b1a95f7f6
>
> On Mon, Jul 5, 2021 at 5:25 PM GNU bug Tracking System
> <help-debbugs@gnu.org> wrote:
> >
> > Thank you for filing a new bug report with debbugs.gnu.org.
> >
> > This is an automatically generated reply to let you know your message
> > has been received.
> >
> > Your message is being forwarded to the package maintainers and other
> > interested parties for their attention; they will reply in due course.
> >
> > Your message has been sent to the package maintainer(s):
> >  bug-guix@gnu.org
> >
> > If you wish to submit further information on this problem, please
> > send it to 49427@debbugs.gnu.org.
> >
> > Please do not send mail to help-debbugs@gnu.org unless you wish
> > to report a problem with the Bug-tracking system.
> >
> > --
> > 49427: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49427
> > GNU Bug Tracking System
> > Contact help-debbugs@gnu.org with problems




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#49427: grpc build failure
  2021-07-06  2:26     ` Andy Tai
@ 2021-07-06  8:12       ` Sarah Morgensen via Bug reports for GNU Guix
  0 siblings, 0 replies; 4+ messages in thread
From: Sarah Morgensen via Bug reports for GNU Guix @ 2021-07-06  8:12 UTC (permalink / raw)
  To: Andy Tai; +Cc: 49427-done

Hello,

Thanks for taking the time to file a report! (Even if it turned out to be
a non-issue)

Andy Tai <lichengtai@gmail.com> writes:

> Never mind; after a new
>
> guix pull
>
>
> this no longer happens.  Please close this bug

For future reference, to close a bug you can address your mail to
nnn-done@debbugs.gnu.org, where nnn is the bug number in your
confirmation, as I have done with this mail.

>> > If you wish to submit further information on this problem, please
>> > send it to 49427@debbugs.gnu.org.
                ^^^^^

--
Sarah




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-06 10:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06  0:24 bug#49427: grpc build failure Andy Tai
     [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

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).