[Bug 259620] science/py-tensorflow: fails to build with new grpc
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259620] science/py-tensorflow fails to build with new grpc"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Feb 2022 20:06:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259620 --- 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/tensorflow/core/platform/BUILD:53:1: C++ compilation of rule '//tensorflow/core/platform:human_readable_json_impl' failed (Exit 1) tensorflow/core/platform/default/human_readable_json.cc:36:29: error: no member named 'error_message' in 'google::protobuf::util::status_internal::Status' auto error_msg = status.error_message(); ~~~~~~ ^ tensorflow/core/platform/default/human_readable_json.cc:54:29: error: no member named 'error_message' in 'google::protobuf::util::status_internal::Status' auto error_msg = 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 take a look? -- You are receiving this mail because: You are the assignee for the bug.