You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/11/26 03:15:15 UTC

[GitHub] [incubator-doris] 391518331 opened a new issue #7227: 0.15.0-rc04 Compilation failed

391518331 opened a new issue #7227:
URL: https://github.com/apache/incubator-doris/issues/7227


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   0.15.0-rc04
   
   ### What's Wrong?
   
   
   [753/753] Linking CXX executable src/tools/meta_tool
   [0/2] Re-checking globbed directories...
   [0/1] Install the project...
   -- Install configuration: "RELEASE"
   -- Installing: /root/apache-doris-0.15.0-incubating-src/be/output/lib/
   -- Installing: /root/apache-doris-0.15.0-incubating-src/be/output/lib/palo_be
   -- Installing: /root/apache-doris-0.15.0-incubating-src/be/output/udf/libDorisUdf.a
   -- Installing: /root/apache-doris-0.15.0-incubating-src/be/output/udf/include/udf.h
   -- Installing: /root/apache-doris-0.15.0-incubating-src/be/output/udf/include/uda_test_harness.h
   -- Up-to-date: /root/apache-doris-0.15.0-incubating-src/be/output/lib/
   -- Installing: /root/apache-doris-0.15.0-incubating-src/be/output/lib/meta_tool
   CMake Error at src/tools/cmake_install.cmake:66 (file):
     file INSTALL cannot copy file
     "/root/apache-doris-0.15.0-incubating-src/be/build_Release/src/tools/meta_tool"
     to "/root/apache-doris-0.15.0-incubating-src/be/output/lib/meta_tool":
     Success.
   Call Stack (most recent call first):
     cmake_install.cmake:117 (include)
   
   
   FAILED: CMakeFiles/install.util 
   cd /root/apache-doris-0.15.0-incubating-src/be/build_Release && /usr/bin/cmake -P cmake_install.cmake
   ninja: build stopped: subcommand failed.
   
   ### What You Expected?
   
   narwal
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] hf200012 commented on issue #7227: 0.15.0-rc04 Compilation failed

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #7227:
URL: https://github.com/apache/incubator-doris/issues/7227#issuecomment-979657785


   docker 1.4.2


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] 391518331 commented on issue #7227: 0.15.0-rc04 Compilation failed

Posted by GitBox <gi...@apache.org>.
391518331 commented on issue #7227:
URL: https://github.com/apache/incubator-doris/issues/7227#issuecomment-979656870


   编译环境:docker  apache/incubator-doris:build-env-1.4.1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman commented on issue #7227: 0.15.0-rc04 Compilation failed

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #7227:
URL: https://github.com/apache/incubator-doris/issues/7227#issuecomment-979675460


   > -- Build files have been written to: /root/apache-doris-0.15.0-incubating-src/be/build_Release [0/2] Re-checking globbed directories... [163/753] Building CXX object src/exec/CMakeFiles/Exec.dir/hdfs_file_reader.cpp.o ../src/exec/hdfs_file_reader.cpp: In member function 'virtual doris::Status doris::HdfsFileReader::seek(int64_t)': ../src/exec/hdfs_file_reader.cpp:188:14: warning: unused variable 'err_buf' [-Wunused-variable] 188 | char err_buf[64]; | ^~~~~~~ [337/753] Building CXX object src/olap/CMakeFiles/Olap.dir/storage_engine.cpp.o
   
   1. image 1.4.1 is ok for 0.15.0-rc04
   2. This is just a warning, you can ignore it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] 391518331 commented on issue #7227: 0.15.0-rc04 Compilation failed

Posted by GitBox <gi...@apache.org>.
391518331 commented on issue #7227:
URL: https://github.com/apache/incubator-doris/issues/7227#issuecomment-979662658


   -- Build files have been written to: /root/apache-doris-0.15.0-incubating-src/be/build_Release
   [0/2] Re-checking globbed directories...
   [163/753] Building CXX object src/exec/CMakeFiles/Exec.dir/hdfs_file_reader.cpp.o
   ../src/exec/hdfs_file_reader.cpp: In member function 'virtual doris::Status doris::HdfsFileReader::seek(int64_t)':
   ../src/exec/hdfs_file_reader.cpp:188:14: warning: unused variable 'err_buf' [-Wunused-variable]
     188 |         char err_buf[64];
         |              ^~~~~~~
   [337/753] Building CXX object src/olap/CMakeFiles/Olap.dir/storage_engine.cpp.o


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org