Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Feb 2022 20:06:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259620] science/py-tensorflow: fails to build with new grpc
Message-ID:  <bug-259620-7788-yrYBDYSYtp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259620-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259620-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259620

--- Comment #2 from Steve Wills <swills@FreeBSD.org> ---
(In reply to Anthony Donnelly from comment #1)
Unfortunately, even after fixing the newlines in this, it doesn't build:

 /usr/bin/ar rcsD
bazel-out/host/bin/tensorflow/core/lib/strings/libbase64.pic.a
bazel-out/host/bin/tensorflow/core/lib/strings/_objs/base64/base64.pic.o)
ERROR:
/wrkdirs/usr/ports/science/py-tensorflow/work-py38/tensorflow-2.1.0/tensorf=
low/core/platform/BUILD:53:1:
C++ compilation of rule '//tensorflow/core/platform:human_readable_json_imp=
l'
failed (Exit 1)
tensorflow/core/platform/default/human_readable_json.cc:36:29: error: no me=
mber
named 'error_message' in 'google::protobuf::util::status_internal::Status'
    auto error_msg =3D status.error_message();
                     ~~~~~~ ^
tensorflow/core/platform/default/human_readable_json.cc:54:29: error: no me=
mber
named 'error_message' in 'google::protobuf::util::status_internal::Status'
    auto error_msg =3D status.error_message();
                     ~~~~~~ ^
2 errors generated.

Perhaps there's something locally causing this, not sure. Since sunpoet@
committed the latest grpc and tensorflow updates, maybe he will care to tak=
e a
look?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259620-7788-yrYBDYSYtp>