You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "hello-stephen (via GitHub)" <gi...@apache.org> on 2023/06/25 13:53:48 UTC

[GitHub] [doris] hello-stephen opened a new pull request, #21159: [tools](tpcds) Update README.md, use default gcc

hello-stephen opened a new pull request, #21159:
URL: https://github.com/apache/doris/pull/21159

   compile with gcc-11 is not ok,
   ```
   ld.lld: error: duplicate symbol: nItemIndex
   >>> defined at s_catalog_order.c:56
   >>>            s_catalog_order.o:(nItemIndex)
   >>> defined at s_purchase.c:55
   >>>            s_purchase.o:(.bss+0x5A0)
   
   ld.lld: error: duplicate symbol: g_s_web_order_lineitem
   >>> defined at s_web_order.c:54
   >>>            s_web_order.o:(g_s_web_order_lineitem)
   >>> defined at s_web_order_lineitem.c:54
   >>>            s_web_order_lineitem.o:(.bss+0x0)
   
   ld.lld: error: duplicate symbol: nItemIndex
   >>> defined at s_catalog_order.c:56
   >>>            s_catalog_order.o:(nItemIndex)
   >>> defined at s_web_order.c:56
   >>>            s_web_order.o:(.data+0x0)
   
   ld.lld: error: duplicate symbol: g_w_catalog_page
   >>> defined at s_catalog_page.c:51
   >>>            s_catalog_page.o:(g_w_catalog_page)
   >>> defined at w_catalog_page.c:52
   >>>            w_catalog_page.o:(.bss+0x0)
   
   ld.lld: error: duplicate symbol: g_w_warehouse
   >>> defined at s_warehouse.c:51
   >>>            s_warehouse.o:(g_w_warehouse)
   >>> defined at w_warehouse.c:53
   >>>            w_warehouse.o:(.bss+0x0)
   
   ld.lld: error: duplicate symbol: g_w_web_site
   >>> defined at s_web_site.c:51
   >>>            s_web_site.o:(g_w_web_site)
   >>> defined at w_web_site.c:59
   >>>            w_web_site.o:(.bss+0x0)
   collect2: error: ld returned 1 exit status
   make: *** [makefile:233: dsdgen] Error 1
   ```
   compile with gcc 9.40 or below is ok,
   default gcc often meet requirements.
   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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] BiteTheDDDDt merged pull request #21159: [tools](tpcds) Update README.md, use default gcc

Posted by "BiteTheDDDDt (via GitHub)" <gi...@apache.org>.
BiteTheDDDDt merged PR #21159:
URL: https://github.com/apache/doris/pull/21159


-- 
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] github-actions[bot] commented on pull request #21159: [tools](tpcds) Update README.md, use default gcc

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #21159:
URL: https://github.com/apache/doris/pull/21159#issuecomment-1606114517

   PR approved by at least one committer and no changes requested.


-- 
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] github-actions[bot] commented on pull request #21159: [tools](tpcds) Update README.md, use default gcc

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #21159:
URL: https://github.com/apache/doris/pull/21159#issuecomment-1606114526

   PR approved by anyone and no changes requested.


-- 
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] yiguolei commented on pull request #21159: [tools](tpcds) Update README.md, use default gcc

Posted by "yiguolei (via GitHub)" <gi...@apache.org>.
yiguolei commented on PR #21159:
URL: https://github.com/apache/doris/pull/21159#issuecomment-1606545967

   run buildall


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