GNU bug report logs - #49427
grpc build failure

Previous Next

Package: guix;

Reported by: Andy Tai <lichengtai <at> gmail.com>

Date: Tue, 6 Jul 2021 00:25:02 UTC

Severity: normal

Done: Sarah Morgensen <iskarian <at> mgsn.dev>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49427 in the body.
You can then email your comments to 49427 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#49427; Package guix. (Tue, 06 Jul 2021 00:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <lichengtai <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 06 Jul 2021 00:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <lichengtai <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: grpc build failure
Date: Mon, 5 Jul 2021 17:24:10 -0700
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) {




Information forwarded to bug-guix <at> gnu.org:
bug#49427; Package guix. (Tue, 06 Jul 2021 00:28:02 GMT) Full text and rfc822 format available.

Message #8 received at 49427 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <lichengtai <at> gmail.com>
To: 49427 <at> debbugs.gnu.org
Subject: Re: bug#49427: Acknowledgement (grpc build failure)
Date: Mon, 5 Jul 2021 17:26:49 -0700
guix --version
guix (GNU Guix) f7e14782025bf87aaef694a21f34010b1a95f7f6

On Mon, Jul 5, 2021 at 5:25 PM GNU bug Tracking System
<help-debbugs <at> 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 <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 49427 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> 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 <at> gnu.org with problems




Information forwarded to bug-guix <at> gnu.org:
bug#49427; Package guix. (Tue, 06 Jul 2021 02:28:02 GMT) Full text and rfc822 format available.

Message #11 received at 49427 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <lichengtai <at> gmail.com>
To: 49427 <at> debbugs.gnu.org
Subject: Re: bug#49427: Acknowledgement (grpc build failure)
Date: Mon, 5 Jul 2021 19:26:44 -0700
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 <at> gmail.com> wrote:
>
> guix --version
> guix (GNU Guix) f7e14782025bf87aaef694a21f34010b1a95f7f6
>
> On Mon, Jul 5, 2021 at 5:25 PM GNU bug Tracking System
> <help-debbugs <at> 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 <at> gnu.org
> >
> > If you wish to submit further information on this problem, please
> > send it to 49427 <at> debbugs.gnu.org.
> >
> > Please do not send mail to help-debbugs <at> 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 <at> gnu.org with problems




Reply sent to Sarah Morgensen <iskarian <at> mgsn.dev>:
You have taken responsibility. (Tue, 06 Jul 2021 08:13:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <lichengtai <at> gmail.com>:
bug acknowledged by developer. (Tue, 06 Jul 2021 08:13:02 GMT) Full text and rfc822 format available.

Message #16 received at 49427-done <at> debbugs.gnu.org (full text, mbox):

From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: Andy Tai <lichengtai <at> gmail.com>
Cc: 49427-done <at> debbugs.gnu.org
Subject: Re: bug#49427: grpc build failure
Date: Tue, 06 Jul 2021 01:12:04 -0700
Hello,

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

Andy Tai <lichengtai <at> 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 <at> 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 <at> debbugs.gnu.org.
                ^^^^^

--
Sarah




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 03 Aug 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.