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 2023/01/07 09:35:55 UTC

[GitHub] [doris] fsilent opened a new issue, #15700: [Bug] simdjson build error

fsilent opened a new issue, #15700:
URL: https://github.com/apache/doris/issues/15700

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   master branch
   
   ### What's Wrong?
   
   
   In Centos 7.5, gcc 11.2.0, cmake 3.19.2, build   simdjson error
   
   ![image](https://user-images.githubusercontent.com/9815890/211143960-afb4aecb-a038-4741-9534-97a84ff661f8.png)
   
   /tmp/ccRcvSPM.s: Assembler messages:
   /tmp/ccRcvSPM.s:1404: Error: no such instruction: `vpcompressb %zmm2,(%rbx){%k1}'
   /tmp/ccRcvSPM.s:1425: Error: no such instruction: `vpcompressb %zmm1,(%r9){%k1}'
   /tmp/ccRcvSPM.s:1527: Error: no such instruction: `vpcompressb %zmm1,384(%rsp){%k1}'
   /tmp/ccRcvSPM.s:1546: Error: no such instruction: `vpcompressb %zmm2,(%rdx){%k1}'
   /tmp/ccRcvSPM.s:1954: Error: no such instruction: `vpcompressb %zmm13,%zmm1{%k1}{z}'
   /tmp/ccRcvSPM.s:2002: Error: no such instruction: `vpcompressb %zmm13,%zmm4{%k1}{z}'
   /tmp/ccRcvSPM.s:2193: Error: no such instruction: `vpcompressb %zmm0,%zmm4{%k7}{z}'
   /tmp/ccRcvSPM.s:2224: Error: no such instruction: `vpcompressb %zmm0,%zmm2{%k3}{z}'
   /tmp/ccRcvSPM.s:2247: Error: no such instruction: `vpcompressb %zmm0,%zmm2{%k6}{z}'
   make[2]: *** [CMakeFiles/simdjson.dir/src/simdjson.cpp.o] Error 1
   make[1]: *** [CMakeFiles/simdjson.dir/all] Error 2
   make: *** [all] Error 2
   
   
   ### What You Expected?
   
   build success
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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.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] [doris] fsilent commented on issue #15700: [Bug] simdjson build error

Posted by GitBox <gi...@apache.org>.
fsilent commented on issue #15700:
URL: https://github.com/apache/doris/issues/15700#issuecomment-1378620953

   find the reason. 
   can use DSIMDJSON_AVX512_ALLOWED:BOOL=OFF
   CXXFLAGS="-O3" CFLAGS="-O3" cmake -DSIMDJSON_AVX512_ALLOWED:BOOL=OFF -DSIMDJSON_EXCEPTIONS=OFF -DSIMDJSON_DEVELOPER_MODE=OFF -DSIMDJSON_BUILD_STATIC=ON -DSIMDJSON_JUST_LIBRARY=ON -DSIMDJSON_ENABLE_THREADS=ON ..
       cmake --build . --config Release


-- 
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] [doris] fsilent closed issue #15700: [Bug] simdjson build error

Posted by GitBox <gi...@apache.org>.
fsilent closed issue #15700: [Bug] simdjson build error
URL: https://github.com/apache/doris/issues/15700


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