6 Commits

Author SHA1 Message Date
Ding Taixin
b2173a3c5b add patch CVE-2021-29513 2021-08-10 16:49:14 +08:00
Lin Jiaxin
1d6142becf fix compile problem
Modify points:
1. add --host_copt=-Wno-stringop-truncation
why: Workaround for gcc 10+ warnings related to upb.
     See https://github.com/tensorflow/tensorflow/issues/39467

2. add fix_compile.patch
error message:
Execution platform: @local_execution_config_platform//:platform
tensorflow/core/kernels/sparse_tensors_map_ops.cc:358:18: error: expected constructor, destructor, or type conversion before '(' token
  358 | TF_CALL_ALL_TYPES(REGISTER_KERNELS);
      |                  ^
tensorflow/core/kernels/sparse_tensors_map_ops.cc:516:18: error: expected constructor, destructor, or type conversion before '(' token
  516 | TF_CALL_ALL_TYPES(REGISTER_KERNELS);
      |                  ^
Target //tensorflow/tools/pip_package:build_pip_package failed to build
ERROR: /home/abuild/rpmbuild/BUILD/tensorflow-2.3.1/tensorflow/python/tools/BUILD:143:10 C++ compilation of rule '//tensorflow/core/kernels:sparse_tensors_map_ops' failed (Exit 1): gcc failed: error executing command
2021-08-06 10:54:43 +08:00
boris
f37c38c5d3 add patch CVE-2021-29534 2021-06-28 22:59:18 +08:00
yaozc701
c17f2970db add patch CVE-2021-29538,CVE-2021-29566.patch,CVE-2021-29535.patch 2021-06-25 15:31:24 +08:00
hht8
711f23fcbb Completing build dependencies to fix gcc/gcc-c++ compiler missing error 2021-06-07 10:45:37 +08:00
Zhipeng Xie
a9dce4502e init package
Signed-off-by: Zhipeng Xie <xiezhipeng1@huawei.com>
2020-10-13 11:15:17 -04:00