You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "smahapatra1 (via GitHub)" <gi...@apache.org> on 2023/05/10 14:48:58 UTC

[GitHub] [orc] smahapatra1 opened a new issue, #1489: c++ code doesn't compile with gcc13

smahapatra1 opened a new issue, #1489:
URL: https://github.com/apache/orc/issues/1489

   I tried to compile orc 1.8.3 with c++ 20 and gcc 13, but got ColumnReader.cc didn't compile. I had to get around the problem by using -Wno-dangling-reference in the command line, but the code should be fixed or correct pragma should be used.
   
   https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wdangling-reference


-- 
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: issues-unsubscribe@orc.apache.org.apache.org

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


[GitHub] [orc] dongjoon-hyun commented on issue #1489: c++ code doesn't compile with gcc13

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on issue #1489:
URL: https://github.com/apache/orc/issues/1489#issuecomment-1542436719

   cc @wgtmac , @stiga-huang 


-- 
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: issues-unsubscribe@orc.apache.org

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


Re: [I] c++ code doesn't compile with gcc13 [orc]

Posted by "wgtmac (via GitHub)" <gi...@apache.org>.
wgtmac commented on issue #1489:
URL: https://github.com/apache/orc/issues/1489#issuecomment-1868525718

   Thanks for checking! @dongjoon-hyun 


-- 
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: issues-unsubscribe@orc.apache.org

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


Re: [I] c++ code doesn't compile with gcc13 [orc]

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on issue #1489:
URL: https://github.com/apache/orc/issues/1489#issuecomment-1868504015

   @smahapatra1 and @wgtmac .
   
   As of today, I can confirm that `Apache ORC 2.0.0` supports `GCC 13.2.0`. Here is the community CI with `Ubuntu 24.04`.
   
   - https://github.com/apache/orc/actions/workflows/build_and_test.yml
   ```
   $ docker run -it --rm apache/orc-dev:ubuntu24 gcc --version
   gcc (Ubuntu 13.2.0-9ubuntu1) 13.2.0
   Copyright (C) 2023 Free Software Foundation, Inc.
   This is free software; see the source for copying conditions.  There is NO
   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   ```
   
   - https://github.com/apache/orc/actions/runs/7313584824/job/19925328137
   ```
   Status: Downloaded newer image for apache/orc-dev:ubuntu24
   -- The C compiler identification is GNU 13.2.0
   -- The CXX compiler identification is GNU 13.2.0
   ```


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] wgtmac commented on issue #1489: c++ code doesn't compile with gcc13

Posted by "wgtmac (via GitHub)" <gi...@apache.org>.
wgtmac commented on issue #1489:
URL: https://github.com/apache/orc/issues/1489#issuecomment-1542440003

   @smahapatra1 Could you please share more information about your environment? Thanks!


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun commented on issue #1489: c++ code doesn't compile with gcc13

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on issue #1489:
URL: https://github.com/apache/orc/issues/1489#issuecomment-1543418487

   Thank you for reporting. 
   
   According to the website, GCC 13 seems too new to be adopted in popular OS releases and GitHub Action environment.
   - https://gcc.gnu.org
   
   If you don't mind, shall we wait and revisit in a few months, @smahapatra1 .


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun commented on issue #1489: c++ code doesn't compile with gcc13

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on issue #1489:
URL: https://github.com/apache/orc/issues/1489#issuecomment-1556113585

   I included this in Apache ORC 2.0.0 milestone. Let me take a look at this.


-- 
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: issues-unsubscribe@orc.apache.org

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


Re: [I] c++ code doesn't compile with gcc13 [orc]

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun closed issue #1489: c++ code doesn't compile with gcc13
URL: https://github.com/apache/orc/issues/1489


-- 
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: issues-unsubscribe@orc.apache.org

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