[ https://issues.apache.org/jira/browse/SPARK-41091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633505#comment-17633505 ]
Apache Spark commented on SPARK-41091: -------------------------------------- User 'sunchao' has created a pull request for this issue: https://github.com/apache/spark/pull/38643 > Fix Docker release tool for branch-3.2 > -------------------------------------- > > Key: SPARK-41091 > URL: https://issues.apache.org/jira/browse/SPARK-41091 > Project: Spark > Issue Type: Improvement > Components: Build > Affects Versions: 3.2.2 > Reporter: Chao Sun > Priority: Major > > The {{do-release-docker.sh}} doesn't work in branch-3.2 now, and gives the > following error: > {code:java} > #5 917.4 g++ -std=gnu++14 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions > -Wl,-z,relro -o testthat.so init.o reassign.o test-catch.o test-example.o > test-runner.o -L/usr/lib/R/lib -lR > #5 917.5 installing to > /usr/local/lib/R/site-library/00LOCK-testthat/00new/testthat/libs > #5 917.5 ** R > #5 917.5 ** inst > #5 917.5 ** byte-compile and prepare package for lazy loading > #5 924.4 ** help > #5 924.6 *** installing help indices > #5 924.7 *** copying figures > #5 924.7 ** building package indices > #5 924.9 ** installing vignettes > #5 924.9 ** testing if installed package can be loaded from temporary location > #5 925.1 ** checking absolute paths in shared objects and dynamic libraries > #5 925.1 ** testing if installed package can be loaded from final location > #5 925.5 ** testing if installed package keeps a record of temporary > installation path > #5 925.5 * DONE (testthat) > #5 925.8 ERROR: dependency 'pkgdown' is not available for package 'devtools' > #5 925.8 * removing '/usr/local/lib/R/site-library/devtools' > #5 925.8 > #5 925.8 The downloaded source packages are in > #5 925.8 '/tmp/Rtmp3nJI60/downloaded_packages' > #5 925.8 Warning messages: > #5 925.8 1: In install.packages(c("curl", "xml2", "httr", "devtools", > "testthat", : > #5 925.8 installation of package 'textshaping' had non-zero exit status > #5 925.8 2: In install.packages(c("curl", "xml2", "httr", "devtools", > "testthat", : > #5 925.8 installation of package 'ragg' had non-zero exit status > #5 925.8 3: In install.packages(c("curl", "xml2", "httr", "devtools", > "testthat", : > #5 925.8 installation of package 'pkgdown' had non-zero exit status > #5 925.8 4: In install.packages(c("curl", "xml2", "httr", "devtools", > "testthat", : > #5 925.8 installation of package 'devtools' had non-zero exit status > #5 926.0 Error in loadNamespace(x) : there is no package called 'devtools' > #5 926.0 Calls: loadNamespace -> withRestarts -> withOneRestart -> > doWithOneRestart > #5 926.0 Execution halted {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org