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 2021/07/01 21:02:36 UTC

[GitHub] [arrow] pachadotdev opened a new pull request #10645: openssl dep

pachadotdev opened a new pull request #10645:
URL: https://github.com/apache/arrow/pull/10645


   


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] pachadotdev commented on pull request #10645: ARROW-13245: [R] CRAN instructions fail if libcurl4-openssl-dev and libssl-dev are not installed

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


   > Those requirements are actually optional — they are only necessary if you are [trying to build with S3 support ](https://arrow.apache.org/docs/r/articles/install.html#s3-support-1). I'm not sure that putting those in `SystemRequirements` is the right move given that they are only _actually_ required for S3 support.
   
   right... let me figure out a way to warn about those requirements in the R script


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] nealrichardson closed pull request #10645: ARROW-13245: [R] CRAN instructions fail if libcurl4-openssl-dev and libssl-dev are not installed

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


   


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] nealrichardson commented on pull request #10645: ARROW-13245: [R] CRAN instructions fail if libcurl4-openssl-dev and libssl-dev are not installed

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


   And in fact we've already listed them in SystemRequirements: https://github.com/apache/arrow/blob/master/r/DESCRIPTION#L25. Note that SystemRequirements is an unstructured field; there are some utilities out there that parse it and help you install system requirements, but `install.packages()` doesn't do anything with it.


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10645: openssl dep

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


   <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
   
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
   -->
   
   Thanks for opening a pull request!
   
   If this is not a [minor PR](https://github.com/apache/arrow/blob/master/CONTRIBUTING.md#Minor-Fixes). Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW
   
   Opening JIRAs ahead of time contributes to the [Openness](http://theapacheway.com/open/#:~:text=Openness%20allows%20new%20users%20the,must%20happen%20in%20the%20open.) of the Apache Arrow project.
   
   Then could you also rename pull request title in the following format?
   
       ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}
   
   or
   
       MINOR: [${COMPONENT}] ${SUMMARY}
   
   See also:
   
     * [Other pull requests](https://github.com/apache/arrow/pulls/)
     * [Contribution Guidelines - How to contribute patches](https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches)
   


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10645: ARROW-13245: [R] CRAN instructions fail if libcurl4-openssl-dev and libssl-dev are not installed

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


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


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] jonkeane commented on pull request #10645: ARROW-13245: [R] CRAN instructions fail if libcurl4-openssl-dev and libssl-dev are not installed

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


   We already have at least two warnings:
   
   https://github.com/apache/arrow/blob/master/r/tools/nixlibs.R#L66-L67
   https://github.com/apache/arrow/blob/master/r/tools/nixlibs.R#L421-L430
   


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] jonkeane commented on pull request #10645: ARROW-13245: [R] CRAN instructions fail if libcurl4-openssl-dev and libssl-dev are not installed

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


   Those requirements are actually optional — they are only necessary if you are [trying to build with S3 support ](https://arrow.apache.org/docs/r/articles/install.html#s3-support-1). I'm not sure that putting those in `SystemRequirements` is the right move given that they are only _actually_ required for S3 support.


-- 
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: github-unsubscribe@arrow.apache.org

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