[ 
https://issues.apache.org/jira/browse/SPARK-56015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Holden Karau updated SPARK-56015:
---------------------------------
    Description: 
Currently building the container fresh on a new machine fails:

 
 
{code:java}
1357.8 The downloaded source packages are in 1357.8 
'/tmp/Rtmpd5ZA4n/downloaded_packages' 1358.5 Error in 
devtools::install_version("roxygen2", version = "7.2.0", repos = 
"https://cloud.r-project.org";) :  1358.5   The package "remotes" is required. 
1358.5 Calls: <Anonymous> -> check_installed 1358.5 In addition: Warning 
message: 1358.5 `install_version()` was deprecated in devtools 2.5.0. 1358.5 i 
Please use pak::pak("pkg@version") instead.  1358.5 Execution halted ------
 
{code}
 

This is kind of silly because we don't even build the R docs in the container.

 

Also the docker container build punches a hole for root that means if you 
haven't run bundler install first you end up with a broken local bundle env. We 
shouldn't need root to build our docs (even in a container).

  was:
Currently building the container fresh on a new machine fails:

 
 
{code:java}
1357.8 The downloaded source packages are in 1357.8 
'/tmp/Rtmpd5ZA4n/downloaded_packages' 1358.5 Error in 
devtools::install_version("roxygen2", version = "7.2.0", repos = 
"https://cloud.r-project.org";) :  1358.5   The package "remotes" is required. 
1358.5 Calls: <Anonymous> -> check_installed 1358.5 In addition: Warning 
message: 1358.5 `install_version()` was deprecated in devtools 2.5.0. 1358.5 i 
Please use pak::pak("pkg@version") instead.  1358.5 Execution halted ------
 
{code}
 


> Make documentation build work on x86 and cleanup doc container issues
> ---------------------------------------------------------------------
>
>                 Key: SPARK-56015
>                 URL: https://issues.apache.org/jira/browse/SPARK-56015
>             Project: Spark
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 4.2.0
>            Reporter: Holden Karau
>            Priority: Minor
>              Labels: pull-request-available
>
> Currently building the container fresh on a new machine fails:
>  
>  
> {code:java}
> 1357.8 The downloaded source packages are in 1357.8 
> '/tmp/Rtmpd5ZA4n/downloaded_packages' 1358.5 Error in 
> devtools::install_version("roxygen2", version = "7.2.0", repos = 
> "https://cloud.r-project.org";) :  1358.5   The package "remotes" is required. 
> 1358.5 Calls: <Anonymous> -> check_installed 1358.5 In addition: Warning 
> message: 1358.5 `install_version()` was deprecated in devtools 2.5.0. 1358.5 
> i Please use pak::pak("pkg@version") instead.  1358.5 Execution halted ------
>  
> {code}
>  
> This is kind of silly because we don't even build the R docs in the container.
>  
> Also the docker container build punches a hole for root that means if you 
> haven't run bundler install first you end up with a broken local bundle env. 
> We shouldn't need root to build our docs (even in a container).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to