美文网首页我爱编程
eos编译又一记报错

eos编译又一记报错

作者: 卢衍泓 | 来源:发表于2018-03-10 08:33 被阅读365次

    /eos$ cat stderr.txt
    --2018-03-09 17:44:46-- https://apt.llvm.org/llvm-snapshot.gpg.key
    Resolving apt.llvm.org (apt.llvm.org)... 151.101.42.49
    Connecting to apt.llvm.org (apt.llvm.org)|151.101.42.49|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3145 (3.1K) [application/octet-stream]
    Saving to: ‘STDOUT’

     0K ...                                                   100%  113M=0s
    

    2018-03-09 17:44:47 (113 MB/s) - written to stdout [3145/3145]

    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
    100 76.7M 100 76.7M 0 0 1123k 0 0:01:09 0:01:09 --:--:-- 1200k
    cp: cannot create regular file './b2': Text file busy
    fatal: destination path 'secp256k1-zkp' already exists and is not an empty directory.
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 29: ./autogen.sh: No such file or directory
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 30: ./configure: No such file or directory
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 60: 16092 Killed ./b2 install
    Cloning into 'secp256k1-zkp'...
    error: could not lock config file /tmp/secp256k1-zkp/.git/config: No such file or directory
    fatal: Could not set 'remote.origin.fetch' to '+refs/heads/:refs/remotes/origin/'
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 28: cd: secp256k1-zkp: No such file or directory
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 29: ./autogen.sh: No such file or directory
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 30: ./configure: No such file or directory
    make: *** No targets specified and no makefile found. Stop.
    make: *** No rule to make target 'install'. Stop.
    fatal: destination path 'binaryen' already exists and is not an empty directory.
    error: pathspec 'tags/1.37.14' did not match any file(s) known to git.
    CMake Error: The source directory "/tmp/binaryen" does not appear to contain CMakeLists.txt.
    Specify --help for usage, or press the help button on the CMake GUI.
    mv: cannot stat '/tmp/binaryen/bin': No such file or directory
    Cloning into 'llvm'...
    error: could not lock config file /tmp/binaryen/.git/config: No such file or directory
    fatal: Could not set 'remote.origin.fetch' to '+refs/heads/:refs/remotes/origin/'
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 38: cd: binaryen: No such file or directory
    fatal: Not a git repository (or any of the parent directories): .git
    CMake Error: The source directory "/tmp" does not appear to contain CMakeLists.txt.
    Specify --help for usage, or press the help button on the CMake GUI.
    mv: cannot stat '/tmp/binaryen/bin': No such file or directory
    mkdir: cannot create directory ‘wasm-compiler’: File exists
    fatal: destination path 'llvm' already exists and is not an empty directory.
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 51: cd: llvm/tools: No such file or directory
    Cloning into 'clang'...
    CMake Error: The source directory "/tmp" does not appear to contain CMakeLists.txt.
    Specify --help for usage, or press the help button on the CMake GUI.
    make: *** No rule to make target 'install'. Stop.
    CMake Warning at plugins/db_plugin/CMakeLists.txt:6 (find_package):
    By not providing "Findlibmongoc-1.0.cmake" in CMAKE_MODULE_PATH this
    project has asked CMake to find a package configuration file provided by
    "libmongoc-1.0", but CMake did not find one.

    Could not find a package configuration file provided by "libmongoc-1.0"
    (requested version 1.8) with any of the following names:

    libmongoc-1.0Config.cmake
    libmongoc-1.0-config.cmake
    

    Add the installation prefix of "libmongoc-1.0" to CMAKE_PREFIX_PATH or set
    "libmongoc-1.0_DIR" to a directory containing one of the above files. If
    "libmongoc-1.0" provides a separate development package or SDK, be sure it
    has been installed.

    Could NOT find MongoDB. db_plugin with MongoDB support will not be included.
    error: unable to write sha1 filename /tmp/wasm-compiler/llvm/.git/objects/pack/pack-89aab6f867ced0f71c78d1f7edc7541d23eafcc1.pack: No such file or directory
    fatal: cannot store pack file
    fatal: index-pack failed
    /home/ubuntu/eos/scripts/install_dependencies.sh: line 51: cd: llvm/tools: No such file or directory
    fatal: could not create work tree dir 'clang': No such file or directory
    mkdir: cannot create directory ‘build’: File exists
    CMake Error: The source directory "/tmp" does not appear to contain CMakeLists.txt.
    Specify --help for usage, or press the help button on the CMake GUI.
    make: *** No rule to make target 'install'. Stop.
    CMake Warning at plugins/db_plugin/CMakeLists.txt:6 (find_package):
    By not providing "Findlibmongoc-1.0.cmake" in CMAKE_MODULE_PATH this
    project has asked CMake to find a package configuration file provided by
    "libmongoc-1.0", but CMake did not find one.

    Could not find a package configuration file provided by "libmongoc-1.0"
    (requested version 1.8) with any of the following names:

    libmongoc-1.0Config.cmake
    libmongoc-1.0-config.cmake
    

    Add the installation prefix of "libmongoc-1.0" to CMAKE_PREFIX_PATH or set
    "libmongoc-1.0_DIR" to a directory containing one of the above files. If
    "libmongoc-1.0" provides a separate development package or SDK, be sure it
    has been installed.

    Could NOT find MongoDB. db_plugin with MongoDB support will not be included.
    clang: error: unable to execute command: Killed
    clang: error: clang frontend command failed due to signal (use -v to see invocation)
    clang version 4.0.0-1ubuntu1~16.04.2 (tags/RELEASE_400/rc1)
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin
    clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
    clang: error: unable to execute command: Killed
    clang: error: clang frontend command failed due to signal (use -v to see invocation)
    clang version 4.0.0-1ubuntu1~16.04.2 (tags/RELEASE_400/rc1)
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin
    clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
    clang: note: diagnostic msg:


    PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
    Preprocessed source(s) and associated run script(s) are located at:
    clang: note: diagnostic msg: /tmp/hex-39b5cc.cpp
    clang: note: diagnostic msg: /tmp/hex-39b5cc.sh
    clang: note: diagnostic msg:


    make[2]: *** [libraries/fc/CMakeFiles/fc.dir/src/crypto/hex.cpp.o] Error 254
    make[2]: *** Waiting for unfinished jobs....
    clang: note: diagnostic msg:


    PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
    Preprocessed source(s) and associated run script(s) are located at:
    clang: note: diagnostic msg: /tmp/ripemd160-20aad0.cpp
    clang: note: diagnostic msg: /tmp/ripemd160-20aad0.sh
    clang: note: diagnostic msg:


    make[2]: *** [libraries/fc/CMakeFiles/fc.dir/src/crypto/ripemd160.cpp.o] Error 254
    clang: error: unable to execute command: Killed
    clang: error: clang frontend command failed due to signal (use -v to see invocation)
    clang version 4.0.0-1ubuntu1~16.04.2 (tags/RELEASE_400/rc1)
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin
    clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
    clang: note: diagnostic msg:


    PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
    Preprocessed source(s) and associated run script(s) are located at:
    clang: note: diagnostic msg: /tmp/sha1-06ad44.cpp
    clang: note: diagnostic msg: /tmp/sha1-06ad44.sh
    clang: note: diagnostic msg:


    make[2]: *** [libraries/fc/CMakeFiles/fc.dir/src/crypto/sha1.cpp.o] Error 254
    clang: error: unable to execute command: Killed
    clang: error: clang frontend command failed due to signal (use -v to see invocation)
    clang version 4.0.0-1ubuntu1~16.04.2 (tags/RELEASE_400/rc1)
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin
    clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
    clang: note: diagnostic msg:


    PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
    Preprocessed source(s) and associated run script(s) are located at:
    clang: note: diagnostic msg: /tmp/aes-726c9d.cpp
    clang: note: diagnostic msg: /tmp/aes-726c9d.sh
    clang: note: diagnostic msg:


    make[2]: *** [libraries/fc/CMakeFiles/fc.dir/src/crypto/aes.cpp.o] Error 254
    make[1]: *** [libraries/fc/CMakeFiles/fc.dir/all] Error 2
    make: *** [all] Error 2
    clang: error: unable to execute command: Killed
    clang: error: clang frontend command failed due to signal (use -v to see invocation)
    clang version 4.0.0-1ubuntu1~16.04.2 (tags/RELEASE_400/rc1)
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin
    clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
    clang: note: diagnostic msg:


    PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
    Preprocessed source(s) and associated run script(s) are located at:
    clang: note: diagnostic msg: /tmp/aes-b9b7a1.cpp
    clang: note: diagnostic msg: /tmp/aes-b9b7a1.sh
    clang: note: diagnostic msg:


    make[2]: *** [libraries/fc/CMakeFiles/fc.dir/src/crypto/aes.cpp.o] Error 254
    make[2]: *** Waiting for unfinished jobs....
    make[1]: *** [libraries/fc/CMakeFiles/fc.dir/all] Error 2
    make: *** [all] Error 2

    相关文章

      网友评论

        本文标题:eos编译又一记报错

        本文链接:https://www.haomeiwen.com/subject/djjvfftx.html