PaddlePaddle / Paddle-Lite

PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)
https://www.paddlepaddle.org.cn/lite
Apache License 2.0
6.97k stars 1.61k forks source link

寒武纪 MLU270 编译错误 #9612

Closed chenglong-do closed 9 months ago

chenglong-do commented 2 years ago
+ build_dir=/root/Paddle-Lite/build.lite.mlu
+ mkdir -p /root/Paddle-Lite/build.lite.mlu
+ cd /root/Paddle-Lite/build.lite.mlu
+ export LD_LIBRARY_PATH=:/root/Paddle-Lite/build.lite.mlu/third_party/install/mklml/lib
+ LD_LIBRARY_PATH=:/root/Paddle-Lite/build.lite.mlu/third_party/install/mklml/lib
+ cmake .. -DWITH_LITE=ON -DLITE_WITH_LIGHT_WEIGHT_FRAMEWORK=OFF -DLITE_WITH_ARM=OFF -DWITH_GPU=OFF -DWITH_MKLDNN=OFF -DLITE_WITH_X86=ON -DWITH_MKL=ON -DLITE_WITH_MLU=ON -DLITE_WITH_PYTHON=OFF -DLITE_BUILD_EXTRA=ON -DWITH_TESTING=ON -DNEUWARE_HOME=/usr/local/neuware/
-- Found Paddle host system: ubuntu, version: 18.04.5
-- Found Paddle host system's CPU: 128 cores
-- CXX compiler: /usr/bin/c++, version: GNU 7.5.0
-- C compiler: /usr/bin/cc, version: GNU 7.5.0
-- AR tools: /usr/bin/ar
-- CMAKE_BUILD_TYPE: RelWithDebInfo
-- LITE_WITH_MLU: ON
-- Found CNML Library: /usr/local/neuware/lib64/libcnml.so
-- Found CNRT Library: /usr/local/neuware/lib64/libcnrt.so
-- MKLML_VER: Glibc225_vsErf_mklml_lnx_2019.0.1.20181227, MKLML_URL: http://paddlepaddledeps.bj.bcebos.com/Glibc225_vsErf_mklml_lnx_2019.0.1.20181227.tgz
-- Protobuf protoc executable: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/bin/protoc
-- Protobuf-lite library: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/libprotobuf-lite.a
-- Protobuf library: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/libprotobuf.a
-- Protoc library: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/libprotoc.a
-- Protobuf version: 3.1.0
-- Found cblas and lapack in MKLML (include: /root/Paddle-Lite/build.lite.mlu/third_party/install/mklml/include, library: mklml)
-- BLAS library: mklml
-- BLAS Include: /root/Paddle-Lite/build.lite.mlu/third_party/install/mklml/include
-- Enable Intel OpenMP with /root/Paddle-Lite/build.lite.mlu/third_party/install/mklml/lib/libiomp5.so
-- Paddle version is 0.0.0
-- LIGHT_FRAMEWORK: OFF
-- LITE_WITH_CUDA:  OFF
-- LITE_WITH_X86:   ON
-- LITE_WITH_ARM:   OFF
-- LITE_WITH_OPENCL:    OFF
-- LITE_WITH_NPU:   OFF
-- LITE_WITH_RKNPU: OFF
-- LITE_WITH_XPU:   OFF
-- LITE_WITH_APU:   OFF
-- LITE_WITH_XTCL:  
-- LITE_WITH_FPGA:  OFF
-- LITE_WITH_INTEL_FPGA:    OFF
-- LITE_WITH_MLU:   ON
-- LITE_WITH_HUAWEI_ASCEND_NPU: OFF
-- LITE_WITH_BM:    OFF
-- LITE_WITH_IMAGINATION_NNA:   OFF
-- LITE_WITH_PROFILE:   OFF
-- LITE_WITH_CV:    OFF
-- Lite with mlu backend
-- building lite raw test: test_varient
-- building lite raw test: test_utils_string
-- building lite raw test: float16_test
-- add lite kernels
-- compile with lite host kernels
-- building lite raw test: test_conv2d_compute_x86
-- building lite raw test: test_mul_compute_x86
-- building lite raw test: test_sequence_pool_compute_x86
-- building lite raw test: test_batch_norm_compute_x86
-- building lite raw test: test_softmax_compute_x86
-- building lite raw test: test_sequence_expand_as_compute_x86
-- building lite raw test: test_gru_compute_x86
-- building lite raw test: test_matmul_compute_x86
-- building lite raw test: test_cast_compute_x86
-- building lite raw test: test_pool2d_compute_x86
-- building lite raw test: test_layer_norm_compute_x86
-- building lite raw test: test_dropout_compute_x86
-- building lite raw test: test_transpose_compute_x86
-- building lite raw test: test_search_seq_depadding_compute_x86
-- building lite raw test: test_search_grnn_compute_x86
-- building lite raw test: test_match_matrix_compute_x86
-- building lite raw test: test_lookup_table_compute_x86
-- building lite raw test: test_search_group_padding_compute_x86
-- building lite raw test: test_sequence_concat_compute_x86
-- building lite raw test: test_var_conv_2d_compute_x86
-- building lite raw test: test_sequence_arithmetic_compute_x86
-- building lite raw test: test_conv_converter_mlu
-- building lite raw test: test_act_converter_mlu
-- building lite raw test: test_batch_norm_converter_mlu
-- building lite raw test: test_elementwise_converter_mlu
-- building lite raw test: test_pool_converter_mlu
-- building lite raw test: test_softmax_converter_mlu
-- building lite raw test: test_fc_converter_mlu
-- building lite raw test: test_scale_converter_mlu
-- building lite raw test: test_interp_converter_mlu
-- building lite raw test: test_concat_converter_mlu
-- building lite raw test: test_transpose_converter_mlu
-- building lite raw test: test_dropout_converter_mlu
-- building lite raw test: test_slice_converter_mlu
-- building lite raw test: test_split_converter_mlu
-- building lite raw test: test_layout_converter_mlu
-- building lite raw test: test_cast_converter_mlu
-- building lite raw test: test_argmax_converter_mlu
-- building lite raw test: test_squeeze_converter_mlu
-- building lite raw test: test_reshape_converter_mlu
-- building lite raw test: test_flatten_converter_mlu
-- building lite raw test: test_norm_converter_mlu
-- building lite raw test: test_lrn_converter_mlu
-- building lite raw test: test_gather_converter_mlu
-- +++++ mlu_subgraph_bridges: subgraph_bridge_registry;subgraph_bridge_utility_mlu;subgraph_bridge_graph_mlu;subgraph_bridge_act_op_mlu;subgraph_bridge_conv_op_mlu;subgraph_bridge_elementwise_ops_mlu;subgraph_bridge_pool_op_mlu;subgraph_bridge_softmax_op_mlu;subgraph_bridge_fc_op_mlu;subgraph_bridge_transpose_op_mlu;subgraph_bridge_batch_norm_op_mlu;subgraph_bridge_scale_op_mlu;subgraph_bridge_interp_op_mlu;subgraph_bridge_concat_op_mlu;subgraph_bridge_dropout_op_mlu;subgraph_bridge_slice_op_mlu;subgraph_bridge_split_op_mlu;subgraph_bridge_cast_op_mlu;subgraph_bridge_layout_op_mlu;subgraph_bridge_argmax_op_mlu;subgraph_bridge_squeeze_op_mlu;subgraph_bridge_reshape_op_mlu;subgraph_bridge_flatten_op_mlu;subgraph_bridge_lrn_op_mlu;subgraph_bridge_gather_op_mlu;subgraph_bridge_norm_op_mlu
fatal: no tag exactly matches '25ee87e401f7505a4d45a13e96b786e76f43f46e'
-- tag: 
-- branch: release/v2.9
-- commit: 25ee87e40
-- building lite raw test: test_subgraph_detector
-- building lite raw test: test_subgraph_pass
-- ----> mir_subgraphs: subgraph_pass
-- building lite raw test: test_pattern_matcher
-- building lite raw test: test_mir_pass_manager
-- building lite raw test: test_arena_framework
-- building lite raw test: test_scope
-- building lite raw test: test_kernel
-- building lite raw test: test_op
-- building lite raw test: test_tensor
-- building lite raw test: test_type_system
-- building lite raw test: test_types
-- building lite raw test: test_memory
-- building lite raw test: test_context
-- building lite raw test: test_naive_buffer
-- building lite raw test: test_naive_buffer_wrapper
-- building lite raw test: test_vector_view
-- building lite raw test: test_fbs_io
-- building lite raw test: test_program_desc
-- building lite raw test: test_ssa_program
-- building lite raw test: test_model_parser
-- building lite raw test: test_compatible_pb
-- Collected 204 ops
-- Collected 46 X86 kernels
-- Collected 0 CUDA kernels
-- Collected 86 Host kernels
-- Collected 0 ARM kernels
-- Collected 0 OpenCL kernels
-- Collected 0 NPU kernels
-- Collected 0 APU kernels
-- Collected 0 XPU kernels
-- Collected 0 RKNPU kernels
-- Collected 0 FPGA kernels
-- Collected 0 INTEL_FPGA kernels
-- Collected 0 BM kernels
-- Collected 5 MLU kernels
-- Collected 0 HUAWEI_ASCEND_NPU kernels
-- Collected 0 IMAGINATION_NNA kernels
-- building lite raw test: test_cxx_api
-- building lite raw test: test_googlenet
-- building lite raw test: test_mobilenetv1_lite_x86
-- building lite raw test: test_mobilenetv2_lite_x86
-- building lite raw test: test_inceptionv4_lite_x86
-- building lite raw test: test_resnet50_lite_x86
-- building lite raw test: test_step_rnn_lite_x86
-- bundled_tgt_full_name:  /root/Paddle-Lite/build.lite.mlu/libpaddle_api_full_bundled.a
-- bundled_tgt_full_name:  /root/Paddle-Lite/build.lite.mlu/libpaddle_api_light_bundled.a
-- building lite raw test: test_light_api
-- building lite raw test: test_apis
-- building lite raw test: test_paddle_api
-- Download inference test stuff: lite_naive_model.tar.gz
-- Download inference test stuff: mobilenet_v1.tar.gz
-- Download inference test stuff: mobilenet_v2_relu.tar.gz
-- Download inference test stuff: inception_v4_simple.tar.gz
-- Download inference test stuff: GoogleNet_inference.tar.gz
-- Download inference test stuff: step_rnn.tar.gz
-- Download inference test stuff: resnet50.tar.gz
-- Download inference test stuff: resnet50_vd.tar.gz
-- Download inference test stuff: bert.tar.gz
-- Download inference test stuff: bert_base_chinese.tar.gz
-- Download inference test stuff: ernie.tar.gz
-- Download inference test stuff: GoogLeNet.tar.gz
-- Download inference test stuff: VGG19.tar.gz
-- Download inference test stuff: yolov3_darknet53.tar.gz
-- Download inference test stuff: vgg16.tar.gz
-- Download inference test stuff: ILSVRC2012_500.tar.gz
-- Download inference test stuff: flowers102_val.tar.gz
-- Download inference test stuff: bert_data.tar.gz
-- Download inference test stuff: bert_base_chinese_data.tar.gz
-- Download inference test stuff: ocr_rec_img_txt.tar.gz
-- Download inference test stuff: nlp_quant_lstm_int8_data_txt.tar.gz
-- Download inference test stuff: lac_data_txt.tar.gz
-- Download inference test stuff: transformer_nlp2_data_txt.tar.gz
-- Download inference test stuff: roadsign_data_128.tar.gz
-- publish inference lib to /root/Paddle-Lite/build.lite.mlu/inference_lite_lib
-- Configuring done
-- Generating done
-- Build files have been written to: /root/Paddle-Lite/build.lite.mlu
+ make all -j8
[  0%] Creating directories for 'extern_protobuf'
[  0%] Built target extern_xxhash
[  1%] Built target extern_gflags
[  1%] Built target extern_eigen3
[  3%] Built target extern_xbyak
[  3%] Built target extern_mklml
[  3%] Built target extern_lite_download_roadsign_data_128_tar_gz
[  3%] Built target extern_lite_download_transformer_nlp2_data_txt_tar_gz
[  3%] Built target extern_lite_download_nlp_quant_lstm_int8_data_txt_tar_gz
[  4%] Built target extern_lite_download_bert_base_chinese_data_tar_gz
[  4%] Built target extern_lite_download_lac_data_txt_tar_gz
[  4%] Built target extern_lite_download_GoogleNet_inference_tar_gz
[  5%] Built target extern_lite_download_bert_base_chinese_tar_gz
[  5%] Built target extern_lite_download_inception_v4_simple_tar_gz
[  6%] Built target extern_lite_download_bert_data_tar_gz
[  6%] Built target extern_lite_download_yolov3_darknet53_tar_gz
[  7%] Built target extern_lite_download_lite_naive_model_tar_gz
[  8%] Built target extern_lite_download_step_rnn_tar_gz
[  8%] Built target extern_lite_download_flowers102_val_tar_gz
[  8%] Built target extern_lite_download_resnet50_tar_gz
[  9%] Built target extern_lite_download_ocr_rec_img_txt_tar_gz
[  9%] Built target extern_lite_download_mobilenet_v1_tar_gz
[  9%] No download step for 'extern_protobuf'
[ 10%] Built target extern_lite_download_resnet50_vd_tar_gz
[ 11%] Built target extern_lite_download_ILSVRC2012_500_tar_gz
[ 11%] Built target extern_lite_download_bert_tar_gz
[ 12%] Built target extern_lite_download_GoogLeNet_tar_gz
[ 13%] Built target extern_lite_download_ernie_tar_gz
[ 14%] Built target extern_lite_download_mobilenet_v2_relu_tar_gz
[ 14%] Built target extern_lite_download_VGG19_tar_gz
[ 15%] Built target extern_lite_download_vgg16_tar_gz
[ 15%] No patch step for 'extern_protobuf'
[ 15%] Generating kernels.h
[ 15%] No update step for 'extern_protobuf'
[ 15%] Generating ops.h
[ 15%] Generating ../../../lite/core/lite.map
/bin/sh: 1: ...: not found
lite/api/CMakeFiles/custom_linker_map.dir/build.make:60: recipe for target '../lite/core/lite.map' failed
make[2]: *** [../lite/core/lite.map] Error 127
CMakeFiles/Makefile2:60346: recipe for target 'lite/api/CMakeFiles/custom_linker_map.dir/all' failed
make[1]: *** [lite/api/CMakeFiles/custom_linker_map.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 15%] Built target extern_gtest
[ 15%] Creating directories for 'extern_glog'
[ 15%] Performing configure step for 'extern_protobuf'
[ 15%] Built target fbs_headers
[ 15%] Built target op_list_h
[ 15%] No download step for 'extern_glog'
[ 15%] No patch step for 'extern_glog'
[ 15%] No update step for 'extern_glog'
[ 16%] Performing configure step for 'extern_glog'
[ 16%] Built target kernel_list_h
-- extern_protobuf configure command succeeded.  See also /root/Paddle-Lite/third-party/protobuf-host/src/extern_protobuf-stamp/extern_protobuf-configure-*.log
[ 16%] Performing build step for 'extern_protobuf'
Scanning dependencies of target libprotobuf-lite
Scanning dependencies of target libprotobuf
[  0%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/arena.cc.o
[  1%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/arenastring.cc.o
[  2%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/extension_set.cc.o
[  2%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/generated_message_util.cc.o
[  3%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/zero_copy_stream.cc.o
[  3%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/coded_stream.cc.o
[  3%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/arena.cc.o
[  3%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/repeated_field.cc.o
[  3%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
[  4%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/message_lite.cc.o
[  5%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/arenastring.cc.o
[  5%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/extension_set.cc.o
[  6%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
[  6%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
[  7%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/generated_message_util.cc.o
[  7%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/coded_stream.cc.o
[  8%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/zero_copy_stream.cc.o
[  9%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/message_lite.cc.o
[  9%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
[ 10%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/bytestream.cc.o
[ 10%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/common.cc.o
[ 11%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/int128.cc.o
[ 11%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/once.cc.o
[ 11%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/repeated_field.cc.o
[ 12%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
[ 13%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/status.cc.o
[ 13%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
[ 14%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/bytestream.cc.o
[ 14%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/statusor.cc.o
[ 15%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/stringpiece.cc.o
[ 15%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/stringprintf.cc.o
[ 16%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/structurally_valid.cc.o
[ 16%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/common.cc.o
[ 17%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/int128.cc.o
[ 17%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/once.cc.o
[ 18%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/strutil.cc.o
[ 18%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/time.cc.o
[ 19%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/status.cc.o
[ 19%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/statusor.cc.o
[ 20%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/stringpiece.cc.o
[ 20%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/stringprintf.cc.o
[ 21%] Building CXX object CMakeFiles/libprotobuf-lite.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/wire_format_lite.cc.o
[ 22%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/structurally_valid.cc.o
[ 22%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/strutil.cc.o
[ 23%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/time.cc.o
[ 23%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/wire_format_lite.cc.o
[ 24%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/any.cc.o
[ 24%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/any.pb.cc.o
[ 25%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/api.pb.cc.o
[ 25%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/importer.cc.o
[ 25%] Linking CXX static library libprotobuf-lite.a
[ 25%] Built target libprotobuf-lite
[ 26%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/parser.cc.o
[ 26%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/descriptor.cc.o
[ 27%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/descriptor.pb.cc.o
[ 27%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/descriptor_database.cc.o
[ 28%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/duration.pb.cc.o
[ 28%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/dynamic_message.cc.o
[ 29%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/empty.pb.cc.o
[ 29%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/extension_set_heavy.cc.o
[ 30%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/field_mask.pb.cc.o
[ 30%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/generated_message_reflection.cc.o
[ 31%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/gzip_stream.cc.o
[ 31%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/printer.cc.o
[ 32%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/strtod.cc.o
[ 32%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/tokenizer.cc.o
[ 33%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/io/zero_copy_stream_impl.cc.o
[ 33%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/map_field.cc.o
[ 34%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/message.cc.o
[ 34%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/reflection_ops.cc.o
[ 35%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/service.cc.o
[ 35%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/source_context.pb.cc.o
[ 36%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/struct.pb.cc.o
[ 37%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/mathlimits.cc.o
[ 37%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/stubs/substitute.cc.o
[ 38%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/text_format.cc.o
[ 38%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/timestamp.pb.cc.o
[ 39%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/type.pb.cc.o
[ 39%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/unknown_field_set.cc.o
[ 40%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/field_comparator.cc.o
[ 40%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/field_mask_util.cc.o
[ 41%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/datapiece.cc.o
[ 41%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
[ 42%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/error_listener.cc.o
[ 42%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/field_mask_utility.cc.o
[ 43%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/json_escaping.cc.o
[ 43%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/json_objectwriter.cc.o
[ 44%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/json_stream_parser.cc.o
[ 44%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/object_writer.cc.o
[ 45%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/proto_writer.cc.o
[ 45%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/protostream_objectsource.cc.o
[ 46%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
[ 46%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/type_info.cc.o
[ 47%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/type_info_test_helper.cc.o
[ 47%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/internal/utility.cc.o
[ 48%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/json_util.cc.o
[ 48%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/message_differencer.cc.o
[ 49%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/time_util.cc.o
[ 49%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/util/type_resolver_util.cc.o
[ 50%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/wire_format.cc.o
[ 50%] Building CXX object CMakeFiles/libprotobuf.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/wrappers.pb.cc.o
-- extern_glog configure command succeeded.  See also /root/Paddle-Lite/third-party/glog/src/extern_glog-stamp/extern_glog-configure-*.log
[ 16%] Performing build step for 'extern_glog'
Scanning dependencies of target glog
[ 12%] Building CXX object CMakeFiles/glog.dir/src/raw_logging.cc.o
[ 25%] Building CXX object CMakeFiles/glog.dir/src/demangle.cc.o
[ 37%] Building CXX object CMakeFiles/glog.dir/src/logging.cc.o
[ 50%] Building CXX object CMakeFiles/glog.dir/src/vlog_is_on.cc.o
[ 62%] Building CXX object CMakeFiles/glog.dir/src/utilities.cc.o
[ 75%] Building CXX object CMakeFiles/glog.dir/src/symbolize.cc.o
[ 87%] Building CXX object CMakeFiles/glog.dir/src/signalhandler.cc.o
[ 51%] Linking CXX static library libprotobuf.a
[ 51%] Built target libprotobuf
Scanning dependencies of target libprotoc
[100%] Linking CXX static library libglog.a
[ 51%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/command_line_interface.cc.o
[ 52%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_enum.cc.o
[ 53%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_extension.cc.o
[ 54%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/code_generator.cc.o
[ 55%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_file.cc.o
[ 55%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o
[ 55%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_field.cc.o
[100%] Built target glog
[ 16%] Performing install step for 'extern_glog'
[100%] Built target glog
Install the project...
-- Install configuration: ""
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/lib/libglog.a
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/include/glog/config.h
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/include/glog/logging.h
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/include/glog/raw_logging.h
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/include/glog/stl_logging.h
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/include/glog/vlog_is_on.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/include/glog/log_severity.h
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/lib/cmake/glog/glog-config.cmake
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/lib/cmake/glog/glog-config-version.cmake
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/lib/cmake/glog/glog-targets.cmake
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/glog/lib/cmake/glog/glog-targets-noconfig.cmake
[ 16%] Completed 'extern_glog'
[ 16%] Built target extern_glog
[ 55%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_generator.cc.o
[ 56%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o
[ 56%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o
[ 57%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_message.cc.o
[ 57%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o
[ 58%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o
[ 58%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_service.cc.o
[ 59%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o
[ 59%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o
[ 60%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_enum.cc.o
[ 60%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o
[ 61%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o
[ 61%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_generator.cc.o
[ 62%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o
[ 62%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o
[ 63%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_message.cc.o
[ 63%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o
[ 64%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o
[ 64%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o
[ 65%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o
[ 65%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o
[ 66%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o
[ 66%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o
[ 67%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o
[ 67%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_context.cc.o
[ 68%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_doc_comment.cc.o
[ 68%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_enum.cc.o
[ 69%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_enum_field.cc.o
[ 69%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o
[ 70%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_enum_lite.cc.o
[ 70%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_extension.cc.o
[ 71%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_extension_lite.cc.o
[ 71%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_field.cc.o
[ 72%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_file.cc.o
[ 72%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_generator.cc.o
[ 73%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_generator_factory.cc.o
[ 73%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_helpers.cc.o
[ 74%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_lazy_message_field.cc.o
[ 75%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc.o
[ 75%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_map_field.cc.o
[ 76%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_map_field_lite.cc.o
[ 76%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_message.cc.o
[ 77%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_message_builder.cc.o
[ 77%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o
[ 78%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_message_field.cc.o
[ 78%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_message_field_lite.cc.o
[ 79%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_message_lite.cc.o
[ 79%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_name_resolver.cc.o
[ 80%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_primitive_field.cc.o
[ 80%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o
[ 81%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_service.cc.o
[ 81%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o
[ 82%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_string_field.cc.o
[ 82%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/java/java_string_field_lite.cc.o
[ 83%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_enum.cc.o
[ 83%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_enum_field.cc.o
[ 84%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_extension.cc.o
[ 84%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_field.cc.o
[ 85%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_file.cc.o
[ 85%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_generator.cc.o
[ 86%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_helpers.cc.o
[ 86%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_map_field.cc.o
[ 87%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_message.cc.o
[ 87%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_message_field.cc.o
[ 88%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc.o
[ 88%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/js/js_generator.cc.o
[ 89%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o
[ 89%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o
[ 90%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o
[ 90%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o
[ 91%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o
[ 91%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o
[ 92%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o
[ 92%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o
[ 93%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o
[ 93%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o
[ 94%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o
[ 94%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o
[ 95%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/php/php_generator.cc.o
[ 95%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/plugin.cc.o
[ 96%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/plugin.pb.cc.o
[ 96%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/python/python_generator.cc.o
[ 97%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/ruby/ruby_generator.cc.o
[ 97%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/subprocess.cc.o
[ 98%] Building CXX object CMakeFiles/libprotoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/zip_writer.cc.o
[ 98%] Linking CXX static library libprotoc.a
[ 98%] Built target libprotoc
Scanning dependencies of target protoc
[ 99%] Building CXX object CMakeFiles/protoc.dir/root/Paddle-Lite/third-party/protobuf-host/src/google/protobuf/compiler/main.cc.o
[100%] Linking CXX executable protoc
[100%] Built target protoc
[ 16%] Performing install step for 'extern_protobuf'
[ 12%] Built target libprotobuf-lite
[ 51%] Built target libprotobuf
[ 98%] Built target libprotoc
[100%] Built target protoc
Install the project...
-- Install configuration: ""
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/libprotobuf-lite.a
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/libprotobuf.a
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/libprotoc.a
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/bin/protoc
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/any.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/any.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/api.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/arena.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/arenastring.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/code_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/command_line_interface.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/cpp/cpp_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/csharp/csharp_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/csharp/csharp_names.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/importer.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/java/java_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/java/java_names.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/javanano/javanano_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/js/js_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/objectivec/objectivec_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/objectivec/objectivec_helpers.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/parser.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/php/php_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/plugin.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/plugin.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/python/python_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/ruby/ruby_generator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/descriptor.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/descriptor.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/descriptor_database.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/duration.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/dynamic_message.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/empty.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/extension_set.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/field_mask.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/generated_enum_reflection.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/generated_enum_util.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/generated_message_reflection.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/generated_message_util.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/has_bits.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/io/coded_stream.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/io/gzip_stream.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/io/printer.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/io/strtod.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/io/tokenizer.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/io/zero_copy_stream.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/io/zero_copy_stream_impl.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/io/zero_copy_stream_impl_lite.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/map.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/map_entry.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/map_entry_lite.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/map_field.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/map_field_inl.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/map_field_lite.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/map_type_handler.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/message.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/message_lite.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/metadata.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/reflection.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/reflection_ops.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/repeated_field.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/service.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/source_context.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/struct.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomic_sequence_num.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_arm_gcc.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_arm_qnx.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_generic_gcc.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_macosx.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_mips_gcc.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_power.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_solaris.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_tsan.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_x86_gcc.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/atomicops_internals_x86_msvc.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/bytestream.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/callback.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/casts.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/common.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/fastmem.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/hash.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/logging.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/macros.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/mutex.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/once.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/platform_macros.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/port.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/scoped_ptr.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/shared_ptr.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/singleton.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/status.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/stl_util.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/stringpiece.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/template_util.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/stubs/type_traits.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/text_format.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/timestamp.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/type.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/unknown_field_set.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/util/field_comparator.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/util/field_mask_util.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/util/json_util.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/util/message_differencer.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/util/time_util.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/util/type_resolver.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/util/type_resolver_util.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/wire_format.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/wire_format_lite.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/wire_format_lite_inl.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/wrappers.pb.h
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/descriptor.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/any.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/api.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/duration.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/empty.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/field_mask.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/source_context.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/struct.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/timestamp.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/type.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/wrappers.proto
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/include/google/protobuf/compiler/plugin.proto
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/cmake/protobuf/protobuf-targets.cmake
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/cmake/protobuf/protobuf-targets-noconfig.cmake
-- Up-to-date: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/cmake/protobuf
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/cmake/protobuf/protobuf-config.cmake
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/cmake/protobuf/protobuf-config-version.cmake
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/cmake/protobuf/protobuf-module.cmake
-- Installing: /root/Paddle-Lite/build.lite.mlu/third_party/install/protobuf/lib/cmake/protobuf/protobuf-options.cmake
[ 16%] Completed 'extern_protobuf'
[ 16%] Built target extern_protobuf
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2
paddle-bot[bot] commented 2 years ago

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网文档常见问题历史Issue来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQ and Github Issue to get the answer.Have a nice day!

jshen28 commented 8 months ago

这个问题解决了吗?