Date: Mon, 28 Feb 2022 09:38:49 +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-z22OPBcGOH@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 #4 from Po-Chuan Hsieh <sunpoet@FreeBSD.org> --- (In reply to Steve Wills from comment #2) As I mentioned in the private mail, changing "error_message()" to "message(= )" would fix this. And you'll need attachment 232155 for upcoming protobuf 3.19.4. from build log: ... SUBCOMMAND: # //tensorflow/core/platform:human_readable_json_impl [action 'Compiling tensorflow/core/platform/default/human_readable_json.cc'] (cd /wrkdirs/usr/ports/science/py-tensorflow/work-py38/bazel_out/90c479ef01ddf3= 13fc3134a499f1a18f/execroot/org_tensorflow && \ exec env - \ PATH=3D/bin:/usr/bin/:/usr/local/bin \ PWD=3D/proc/self/cwd \ PYTHON_BIN_PATH=3D/usr/local/bin/python3.8 \ PYTHON_LIB_PATH=3D/usr/local/lib/python3.8/site-packages \ TF2_BEHAVIOR=3D1 \ TF_CONFIGURE_IOS=3D0 \ =20=20=20 TF_SYSTEM_LIBS=3Dabsl_py,astor_archive,boringssl,com_github_googleapis_goog= leapis,com_github_googlecloudplatform_google_cloud_cpp,com_google_protobuf,= curl,cython,double_conversion,enum34_archive,flatbuffers,functools32_archiv= e,gast_archive,gif,grpc,hwloc,icu,jsoncpp_git,keras_applications_archive,li= bjpeg_turbo,lmdb,nasm,nsync,opt_einsum_archive,org_sqlite,pasta,pcre,png,py= bind11,six_archive,snappy,swig,termcolor_archive,wrapt,zlib_archive \ /usr/bin/clang -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=3D1' -fstack-protector -Wall -fno-omit-frame-pointer -g0 -O2 -DNDEBUG -ffunction-sections -fdata-sections '-std=3Dc++0x' -MD -MF bazel-out/freebsd-opt/bin/tensorflow/core/platform/_objs/human_readable_jso= n_impl/human_readable_json.pic.d '-frandom-seed=3Dbazel-out/freebsd-opt/bin/tensorflow/core/platform/_objs/h= uman_readable_json_impl/human_readable_json.pic.o' -fPIC -D__CLANG_SUPPORT_DYN_ANNOTATION__ -iquote . -iquote bazel-out/freebsd-opt/bin -iquote external/com_google_protobuf -iquote bazel-out/freebsd-opt/bin/external/com_google_protobuf -iquote external/com_google_absl -iquote bazel-out/freebsd-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/freebsd-opt/bin/external/nsync -iquote external/double_conversion -iquote bazel-out/freebsd-opt/bin/external/double_conversion -I/usr/local/include '-std=3Dc++14' -no-canonical-prefixes -Wno-builtin-macro-redefined '-D__DATE__=3D"redacted"' '-D__TIMESTAMP__=3D"redacted"' '-D__TIME__=3D"red= acted"' -c tensorflow/core/platform/default/human_readable_json.cc -o bazel-out/freebsd-opt/bin/tensorflow/core/platform/_objs/human_readable_jso= n_impl/human_readable_json.pic.o) SUBCOMMAND: # //tensorflow/core/platform:tracing_impl [action 'Compiling tensorflow/core/platform/default/tracing.cc'] ... --=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-z22OPBcGOH>