Git Product home page Git Product logo

Comments (3)

levi131 avatar levi131 commented on September 26, 2024

您好,这里给出的错误信息太少,可以附上编译命令和完整错误信息。

from oneflow.

treestreamymw avatar treestreamymw commented on September 26, 2024

您好,这里给出的错误信息太少,可以附上编译命令和完整错误信息。

[100%] Building CXX object absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o
[100%] Linking CXX static library libabsl_flags_parse.a
[100%] Built target flags_parse
[ 5%] Performing install step for 'absl'
[ 1%] Built target spinlock_wait
[ 2%] Built target log_severity
[ 3%] Built target leak_check
[ 4%] Built target exponential_biased
[ 5%] Built target int128
[ 6%] Built target strerror
[ 7%] Built target civil_time
[ 7%] Built target flags_commandlineflag_internal
[ 8%] Built target log_internal_nullguard
[ 13%] Built target time_zone
[ 14%] Built target random_internal_platform
[ 15%] Built target random_seed_gen_exception
[ 16%] Built target periodic_sampler
[ 17%] Built target raw_logging_internal
[ 18%] Built target random_internal_randen_hwaes_impl
[ 19%] Built target random_internal_randen_slow
[ 19%] Built target throw_delegate
[ 19%] Built target scoped_set_env
[ 20%] Built target bad_optional_access
[ 21%] Built target bad_variant_access
[ 24%] Built target base
[ 26%] Built target debugging_internal
[ 26%] Built target random_internal_randen_hwaes
[ 27%] Built target cordz_functions
[ 27%] Built target bad_any_cast_impl
[ 29%] Built target demangle_internal
[ 29%] Built target malloc_internal
[ 31%] Built target strings_internal
[ 32%] Built target crc_cpu_detect
[ 33%] Built target city
[ 33%] Built target low_level_hash
[ 34%] Built target log_internal_conditions
[ 35%] Built target stacktrace
[ 35%] Built target random_internal_randen
[ 36%] Built target graphcycles_internal
[ 38%] Built target crc_internal
[ 45%] Built target strings
[ 46%] Built target symbolize
[ 47%] Built target flags_commandlineflag
[ 48%] Built target hash
[ 49%] Built target log_internal_proto
[ 51%] Built target random_distributions
[ 54%] Built target crc32c
[ 57%] Built target time
[ 59%] Built target random_internal_seed_material
[ 59%] Built target examine_stack
[ 60%] Built target flags_private_handle_accessor
[ 63%] Built target str_format_internal
[ 64%] Built target log_globals
[ 65%] Built target log_internal_globals
[ 65%] Built target crc_cord_state
[ 69%] Built target synchronization
[ 70%] Built target log_entry
[ 71%] Built target random_internal_pool_urbg
[ 72%] Built target failure_signal_handler
[ 73%] Built target flags_marshalling
[ 74%] Built target log_initialize
[ 75%] Built target random_internal_distribution_test_util
[ 75%] Built target log_internal_format
[ 76%] Built target hashtablez_sampler
[ 77%] Built target flags_program_name
[ 78%] Built target cordz_handle
[ 79%] Built target log_sink
[ 80%] Built target random_seed_sequences
[ 84%] Built target cord_internal
[ 85%] Built target raw_hash_set
[ 86%] Built target flags_config
[ 87%] Built target log_internal_log_sink_set
[ 87%] Built target cordz_info
[ 88%] Built target flags_internal
[ 89%] Built target log_internal_message
[ 90%] Built target cordz_sample_token
[ 91%] Built target log_internal_check_op
[ 92%] Built target cord
[ 93%] Built target die_if_null
[ 94%] Built target flags_reflection
[ 96%] Built target status
[ 97%] Built target flags
[ 97%] Built target statusor
[ 97%] Built target flags_usage_internal
[ 98%] Built target log_flags
[ 99%] Built target flags_usage
[100%] Built target flags_parse
Install the project...
-- Install configuration: "Release"
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/cmake/absl/abslTargets.cmake
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/cmake/absl/abslTargets-release.cmake
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/cmake/absl/abslConfig.cmake
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/cmake/absl/abslConfigVersion.cmake
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/include/absl
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/include/absl/log
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/include/absl/log/log_basic_test_impl.h
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/include/absl/log/internal/proto.h
... 太长了,省略一些中间信息
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/pkgconfig/absl_bad_any_cast_impl.pc
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/libabsl_bad_any_cast_impl.a
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/pkgconfig/absl_span.pc
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/pkgconfig/absl_optional.pc
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/pkgconfig/absl_bad_optional_access.pc
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/libabsl_bad_optional_access.a
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/pkgconfig/absl_bad_variant_access.pc
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/libabsl_bad_variant_access.a
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/pkgconfig/absl_variant.pc
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/pkgconfig/absl_compare.pc
-- Installing: /home/yuan/ws/oneflow/build/third_party_install/absl/lib/pkgconfig/absl_utility.pc
[ 5%] Completed 'absl'
[ 5%] Built target absl
make: *** [Makefile:166:all] 错误 2

from oneflow.

jinghere11 avatar jinghere11 commented on September 26, 2024

image
我也遇到了类似的问题

from oneflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.