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/07/02 08:22:53 UTC

[GitHub] [incubator-doris] pp85224 opened a new issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

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


   通过docker pull apache/incubator-doris:build-env-1.3获取的一天之前更新的最新的镜像
   [root@doris-fe01 ~]# docker images
   REPOSITORY               TAG             IMAGE ID       CREATED        SIZE
   apache/incubator-doris   build-env-1.3   49f68cecbc1a   25 hours ago   3.76GB
   
   从master分支获取的最新的代码
   在该1.3版本的docker环境执行sh build.sh进行编译,编译报错。这个是什么原因?如何解决?
   
   -- Build files have been written to: /root/incubator-doris-DORIS-0.14.0-release/incubator-doris/be/build_Release
   [0/2] Re-checking globbed directories...
   [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o
   FAILED: src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o 
   /opt/rh/devtoolset-10/root/usr/bin/../bin/g++ -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -I../src -I../test -I../../gensrc/build -I/var/local/thirdparty/installed/include -I/var/local/thirdparty/installed/gperftools/include -I/var/local/thirdparty/installed/include/thrift -I/var/local/thirdparty/installed/include/event -Wall -Wno-sign-compare -Wno-unknown-pragmas -pthread -Werror=strict-aliasing -fno-omit-frame-pointer -std=gnu++17 -D__STDC_FORMAT_MACROS -Wno-deprecated -Wno-vla -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -DBRPC_ENABLE_CPU_PROFILER -DBOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX=1 -msse4.2  -Wno-attributes -DS2_USE_GFLAGS -DS2_USE_GLOG -faligned-new  -g -Wno-unused-local-typedefs -O3 -gdwarf-2 -DNDEBUG -fdiagnostics-color=always -O3 -DNDEBUG -MD -MT src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o -MF src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o.d -o src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o -c ../src/exprs/expr.cpp
   In file included from ../src/exprs/in_predicate.h:25,
                    from ../src/exprs/expr.cpp:36:
   ../src/exprs/hybrid_set.h:22:10: fatal error: parallel_hashmap/phmap.h: No such file or directory
      22 | #include <parallel_hashmap/phmap.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
   [4/664] Building CXX object src/env/CMakeFiles/Env.dir/env_posix.cpp.o
   ninja: build stopped: subcommand failed.


-- 
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] stdpain commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

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


   这个镜像更新了,重新pull一下
   可以对比一下 image id
   http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html


-- 
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] pp85224 commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

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


   > 这个镜像更新了,重新pull一下
   > 可以对比一下 image id
   > http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html
   
   已经是dockerhub上最新的了,感觉是镜像未更新,所以image id不一致
   ![image](https://user-images.githubusercontent.com/53188637/124535416-a7410580-de48-11eb-9905-7f1eadfe26bb.png)
   ![image](https://user-images.githubusercontent.com/53188637/124535468-b88a1200-de48-11eb-99fb-e9eba4458a36.png)
   ![image](https://user-images.githubusercontent.com/53188637/124535494-c770c480-de48-11eb-80e4-85c8d10254d2.png)
   
   
   


-- 
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] WindyGao commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

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


   我换成最新的image编译报错如下
   ![image](https://user-images.githubusercontent.com/36130371/124544026-ee36f700-de58-11eb-9d29-822611d8c0c9.png)
   


-- 
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] stdpain commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

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


   这个镜像更新了,重新pull一下
   可以对比一下 image id
   http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html


-- 
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] pp85224 commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

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


   > 这个镜像更新了,重新pull一下
   > 可以对比一下 image id
   > http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html
   
   已经是dockerhub上最新的了,感觉是镜像未更新,所以image id不一致
   ![image](https://user-images.githubusercontent.com/53188637/124535416-a7410580-de48-11eb-9905-7f1eadfe26bb.png)
   ![image](https://user-images.githubusercontent.com/53188637/124535468-b88a1200-de48-11eb-99fb-e9eba4458a36.png)
   ![image](https://user-images.githubusercontent.com/53188637/124535494-c770c480-de48-11eb-80e4-85c8d10254d2.png)
   
   
   


-- 
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] WindyGao commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

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






-- 
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] WindyGao commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

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


   > 我换成最新的image编译报错如下
   > ![image](https://user-images.githubusercontent.com/36130371/124544026-ee36f700-de58-11eb-9d29-822611d8c0c9.png)
   
   我的docker内存设置小了


-- 
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