You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/09 18:32:54 UTC

[GitHub] [arrow] nealrichardson opened a new pull request #7694: WIP debugging CRAN fedora clang failure

nealrichardson opened a new pull request #7694:
URL: https://github.com/apache/arrow/pull/7694


   


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656837525


   https://issues.apache.org/jira/browse/ARROW-9397


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

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



[GitHub] [arrow] jeroen commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
jeroen commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656883822


   You have a bug here because your version of `R_CMD_config` takes R from the PATH but that may not be the correct R. Some machines have many versions of R.
   
   It may be safer to use e.g. `tools::Rcmd(c('config', 'CXX'), stdout=T)`


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

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



[GitHub] [arrow] nealrichardson commented on pull request #7694: WIP debugging CRAN fedora clang failure

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656284917


   @github-actions crossbow submit *as-cran*


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

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



[GitHub] [arrow] jeroen commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
jeroen commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656888136


   Not from the configure step I think.
   
   These are all `make` variables so the native way to build embedded libs is to pass these down when invoking a sub-make, like so: https://github.com/rstudio/httpuv/blob/master/src/Makevars#L65-L70
   
   
   
   


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

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



[GitHub] [arrow] nealrichardson commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656884857


   Is there a way to get that config without shelling out at all?


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656898878


   Revision: b455526af7db3d2849238dbf20fb2643396b6224
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-405](https://github.com/ursa-labs/crossbow/branches/all?query=actions-405)
   
   |Task|Status|
   |----|------|
   |test-r-linux-as-cran|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-405-github-test-r-linux-as-cran)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-405-github-test-r-linux-as-cran)|


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

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



[GitHub] [arrow] nealrichardson commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656831300


   FYI @jeroen 


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

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



[GitHub] [arrow] nealrichardson closed pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
nealrichardson closed pull request #7694:
URL: https://github.com/apache/arrow/pull/7694


   


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

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



[GitHub] [arrow] nealrichardson commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656909712






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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656910317


   Revision: a28dcda15e57f95cbad1007adce6b70e5af03eb9
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-406](https://github.com/ursa-labs/crossbow/branches/all?query=actions-406)
   
   |Task|Status|
   |----|------|
   |test-r-linux-as-cran|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-406-github-test-r-linux-as-cran)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-406-github-test-r-linux-as-cran)|


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #7694: WIP debugging CRAN fedora clang failure

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656285845


   Revision: 621d79c0d0918d3559384759bcaf9a7e39ce40cd
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-394](https://github.com/ursa-labs/crossbow/branches/all?query=actions-394)
   
   |Task|Status|
   |----|------|
   |test-r-linux-as-cran|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-394-github-test-r-linux-as-cran)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-394-github-test-r-linux-as-cran)|


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

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



[GitHub] [arrow] nealrichardson commented on pull request #7694: ARROW-9397: [R] Pass CC/CXX et al. to cmake when building libarrow in Linux build

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #7694:
URL: https://github.com/apache/arrow/pull/7694#issuecomment-656898194


   @github-actions crossbow submit *as-cran*


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

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