-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building RCall on Julia 1.5.0 on both Linux and macOS #389
Comments
I get the same issue whether I run this: ] add RCall Or this: ] add RCall#master I can still reproduce this if I do |
I get the same error on Julia 1.4.2. |
Does it work with the R binary from CRAN? |
It works without error on both Julia 1.5.0 and Julia In a fresh environment, with Julia 1.5.0, and the R binary from Homebrew: (click to expand) _
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.5.0 (2020-08-01)
_/ |\__'_|_|_|\__'_| |
|__/ |
julia> ENV["R_HOME"] = "/usr/local/Cellar/r/4.0.2_1/lib/R"
"/usr/local/Cellar/r/4.0.2_1/lib/R"
julia> import Pkg
julia> Pkg.add("RCall")
Installing known registries into `~/.julia`
######################################################################## 100.0%
Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed ShiftedArrays ──────────────── v1.0.0
Installed QuadGK ─────────────────────── v2.4.1
Installed Rmath_jll ──────────────────── v0.2.2+1
Installed OrderedCollections ─────────── v1.3.0
Installed VersionParsing ─────────────── v1.2.0
Installed CategoricalArrays ──────────── v0.8.1
Installed DataStructures ─────────────── v0.18.2
Installed RCall ──────────────────────── v0.13.7
Installed FillArrays ─────────────────── v0.9.5
Installed DataFrames ─────────────────── v0.21.7
Installed Requires ───────────────────── v1.0.1
Installed WinReg ─────────────────────── v0.3.1
Installed InvertedIndices ────────────── v1.0.0
Installed SortingAlgorithms ──────────── v0.3.1
Installed PDMats ─────────────────────── v0.10.0
Installed Parsers ────────────────────── v1.0.10
Installed Conda ──────────────────────── v1.4.1
Installed JSON ───────────────────────── v0.21.0
Installed Rmath ──────────────────────── v0.6.1
Installed DataValueInterfaces ────────── v1.0.0
Installed Reexport ───────────────────── v0.2.0
Installed Tables ─────────────────────── v1.0.5
Installed TableTraits ────────────────── v1.0.0
Installed StatsFuns ──────────────────── v0.9.5
Installed StatsModels ────────────────── v0.6.13
Installed StatsBase ──────────────────── v0.33.1
Installed IteratorInterfaceExtensions ── v1.0.0
Installed CompilerSupportLibraries_jll ─ v0.3.3+0
Installed Missings ───────────────────── v0.4.4
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed PooledArrays ───────────────── v0.5.3
Installed DataAPI ────────────────────── v1.3.0
Installed SpecialFunctions ───────────── v0.10.3
Installed Compat ─────────────────────── v3.15.0
Installed Distributions ──────────────── v0.23.10
Downloading artifact: Rmath
Downloading artifact: CompilerSupportLibraries
Downloading artifact: OpenSpecFun
Updating `~/.julia/environments/v1.5/Project.toml`
[6f49c342] + RCall v0.13.7
Updating `~/.julia/environments/v1.5/Manifest.toml`
[324d7699] + CategoricalArrays v0.8.1
[34da2185] + Compat v3.15.0
[e66e0078] + CompilerSupportLibraries_jll v0.3.3+0
[8f4d0f93] + Conda v1.4.1
[9a962f9c] + DataAPI v1.3.0
[a93c6f00] + DataFrames v0.21.7
[864edb3b] + DataStructures v0.18.2
[e2d170a0] + DataValueInterfaces v1.0.0
[31c24e10] + Distributions v0.23.10
[1a297f60] + FillArrays v0.9.5
[41ab1584] + InvertedIndices v1.0.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[682c06a0] + JSON v0.21.0
[e1d29d7a] + Missings v0.4.4
[efe28fd5] + OpenSpecFun_jll v0.5.3+3
[bac558e1] + OrderedCollections v1.3.0
[90014a1f] + PDMats v0.10.0
[69de0a69] + Parsers v1.0.10
[2dfb63ee] + PooledArrays v0.5.3
[1fd47b50] + QuadGK v2.4.1
[6f49c342] + RCall v0.13.7
[189a3867] + Reexport v0.2.0
[ae029012] + Requires v1.0.1
[79098fc4] + Rmath v0.6.1
[f50d1b31] + Rmath_jll v0.2.2+1
[1277b4bf] + ShiftedArrays v1.0.0
[a2af1166] + SortingAlgorithms v0.3.1
[276daf66] + SpecialFunctions v0.10.3
[2913bbd2] + StatsBase v0.33.1
[4c63d2b9] + StatsFuns v0.9.5
[3eaba693] + StatsModels v0.6.13
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v1.0.5
[81def892] + VersionParsing v1.2.0
[1b915085] + WinReg v0.3.1
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[9fa8497b] + Future
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[1a1011a3] + SharedArrays
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[4607b0f0] + SuiteSparse
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building Conda → `~/.julia/packages/Conda/3rPhK/deps/build.log`
Building RCall → `~/.julia/packages/RCall/Qzssx/deps/build.log`
julia> import RCall
[ Info: Precompiling RCall [6f49c342-dc21-5d91-9882-a32aef131414]
julia> import InteractiveUtils
julia> InteractiveUtils.versioninfo(; verbose = true)
Julia Version 1.5.0
Commit 96786e22cc* (2020-08-01 23:44 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.6.0)
uname: Darwin 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64 i386
CPU: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz:
speed user nice sys idle irq
#1 2600 MHz 69899 s 0 s 23701 s 177803 s 0 s
#2 2600 MHz 26028 s 0 s 9781 s 235587 s 0 s
#3 2600 MHz 76825 s 0 s 21022 s 173550 s 0 s
#4 2600 MHz 23811 s 0 s 9162 s 238424 s 0 s
Memory: 8.0 GB (1199.38671875 MB free)
Uptime: 29765.0 sec
Load Avg: 2.79931640625 2.7353515625 2.74609375
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, haswell)
Environment:
TERM = xterm-256color
PATH = /Users/dilum/bin:/Users/dilum/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin
XPC_FLAGS = 0x0
HOME = /Users/dilum
R_HOME = /usr/local/Cellar/r/4.0.2_1/lib/R
julia> import Pkg
julia> Pkg.status(; mode = Pkg.PKGMODE_PROJECT)
Status `~/.julia/environments/v1.5/Project.toml`
[6f49c342] RCall v0.13.7
julia> Pkg.status(; mode = Pkg.PKGMODE_MANIFEST)
Status `~/.julia/environments/v1.5/Manifest.toml`
[324d7699] CategoricalArrays v0.8.1
[34da2185] Compat v3.15.0
[e66e0078] CompilerSupportLibraries_jll v0.3.3+0
[8f4d0f93] Conda v1.4.1
[9a962f9c] DataAPI v1.3.0
[a93c6f00] DataFrames v0.21.7
[864edb3b] DataStructures v0.18.2
[e2d170a0] DataValueInterfaces v1.0.0
[31c24e10] Distributions v0.23.10
[1a297f60] FillArrays v0.9.5
[41ab1584] InvertedIndices v1.0.0
[82899510] IteratorInterfaceExtensions v1.0.0
[682c06a0] JSON v0.21.0
[e1d29d7a] Missings v0.4.4
[efe28fd5] OpenSpecFun_jll v0.5.3+3
[bac558e1] OrderedCollections v1.3.0
[90014a1f] PDMats v0.10.0
[69de0a69] Parsers v1.0.10
[2dfb63ee] PooledArrays v0.5.3
[1fd47b50] QuadGK v2.4.1
[6f49c342] RCall v0.13.7
[189a3867] Reexport v0.2.0
[ae029012] Requires v1.0.1
[79098fc4] Rmath v0.6.1
[f50d1b31] Rmath_jll v0.2.2+1
[1277b4bf] ShiftedArrays v1.0.0
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.10.3
[2913bbd2] StatsBase v0.33.1
[4c63d2b9] StatsFuns v0.9.5
[3eaba693] StatsModels v0.6.13
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v1.0.5
[81def892] VersionParsing v1.2.0
[1b915085] WinReg v0.3.1
[2a0f44e3] Base64
[ade2ca70] Dates
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[9fa8497b] Future
[b77e0a4c] InteractiveUtils
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[44cfe95a] Pkg
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA
[9e88b42a] Serialization
[1a1011a3] SharedArrays
[6462fe0b] Sockets
[2f01184e] SparseArrays
[10745b16] Statistics
[4607b0f0] SuiteSparse
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode In a fresh environment, with Julia master, and the R binary from Homebrew: (click to expand) _
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.6.0-DEV.771 (2020-08-30)
_/ |\__'_|_|_|\__'_| | Commit 0336f672db (0 days old master)
|__/ |
julia> ENV["R_HOME"] = "/usr/local/Cellar/r/4.0.2_1/lib/R"
"/usr/local/Cellar/r/4.0.2_1/lib/R"
julia> import Pkg
julia> Pkg.add("RCall")
Installing known registries into `~/.julia`
[ Info: LEGAL NOTICE: package operations send anonymous data about your system to https://pkg.julialang.org (your current package server), including the operating system and Julia versions you are using, and a random client UUID. Running `Pkg.telemetryinfo()` will show exactly what data is sent. See https://julialang.org/legal/data/ for more details about what this data is used for, how long it is retained, and how to opt out of sending it.
######################################################################## 100.0%
Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed Rmath ──────────────────────── v0.6.1
Installed Rmath_jll ──────────────────── v0.2.2+1
Installed Compat ─────────────────────── v3.15.0
Installed Conda ──────────────────────── v1.4.1
Installed JSON ───────────────────────── v0.21.0
Installed StatsFuns ──────────────────── v0.9.5
Installed RCall ──────────────────────── v0.13.7
Installed PDMats ─────────────────────── v0.10.0
Installed VersionParsing ─────────────── v1.2.0
Installed DataAPI ────────────────────── v1.3.0
Installed PooledArrays ───────────────── v0.5.3
Installed Distributions ──────────────── v0.23.10
Installed CompilerSupportLibraries_jll ─ v0.3.3+0
Installed Requires ───────────────────── v1.0.1
Installed Parsers ────────────────────── v1.0.10
Installed CategoricalArrays ──────────── v0.8.1
Installed TableTraits ────────────────── v1.0.0
Installed Tables ─────────────────────── v1.0.5
Installed StatsModels ────────────────── v0.6.13
Installed OrderedCollections ─────────── v1.3.0
Installed Reexport ───────────────────── v0.2.0
Installed WinReg ─────────────────────── v0.3.1
Installed Missings ───────────────────── v0.4.4
Installed DataStructures ─────────────── v0.18.2
Installed SortingAlgorithms ──────────── v0.3.1
Installed InvertedIndices ────────────── v1.0.0
Installed ShiftedArrays ──────────────── v1.0.0
Installed SpecialFunctions ───────────── v0.10.3
Installed QuadGK ─────────────────────── v2.4.1
Installed FillArrays ─────────────────── v0.9.5
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed IteratorInterfaceExtensions ── v1.0.0
Installed DataValueInterfaces ────────── v1.0.0
Installed StatsBase ──────────────────── v0.33.1
Installed DataFrames ─────────────────── v0.21.7
Downloading artifact: Rmath
Downloading artifact: CompilerSupportLibraries
Downloading artifact: OpenSpecFun
Updating `~/.julia/environments/v1.6/Project.toml`
[6f49c342] + RCall v0.13.7
Updating `~/.julia/environments/v1.6/Manifest.toml`
[324d7699] + CategoricalArrays v0.8.1
[34da2185] + Compat v3.15.0
[e66e0078] + CompilerSupportLibraries_jll v0.3.3+0
[8f4d0f93] + Conda v1.4.1
[9a962f9c] + DataAPI v1.3.0
[a93c6f00] + DataFrames v0.21.7
[864edb3b] + DataStructures v0.18.2
[e2d170a0] + DataValueInterfaces v1.0.0
[31c24e10] + Distributions v0.23.10
[1a297f60] + FillArrays v0.9.5
[41ab1584] + InvertedIndices v1.0.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[682c06a0] + JSON v0.21.0
[e1d29d7a] + Missings v0.4.4
[efe28fd5] + OpenSpecFun_jll v0.5.3+3
[bac558e1] + OrderedCollections v1.3.0
[90014a1f] + PDMats v0.10.0
[69de0a69] + Parsers v1.0.10
[2dfb63ee] + PooledArrays v0.5.3
[1fd47b50] + QuadGK v2.4.1
[6f49c342] + RCall v0.13.7
[189a3867] + Reexport v0.2.0
[ae029012] + Requires v1.0.1
[79098fc4] + Rmath v0.6.1
[f50d1b31] + Rmath_jll v0.2.2+1
[1277b4bf] + ShiftedArrays v1.0.0
[a2af1166] + SortingAlgorithms v0.3.1
[276daf66] + SpecialFunctions v0.10.3
[2913bbd2] + StatsBase v0.33.1
[4c63d2b9] + StatsFuns v0.9.5
[3eaba693] + StatsModels v0.6.13
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v1.0.5
[81def892] + VersionParsing v1.2.0
[1b915085] + WinReg v0.3.1
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[9fa8497b] + Future
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[1a1011a3] + SharedArrays
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[4607b0f0] + SuiteSparse
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building Conda → `~/.julia/packages/Conda/3rPhK/deps/build.log`
Building RCall → `~/.julia/packages/RCall/Qzssx/deps/build.log`
julia> import RCall
[ Info: Precompiling RCall [6f49c342-dc21-5d91-9882-a32aef131414]
julia> import InteractiveUtils
julia> InteractiveUtils.versioninfo(; verbose = true)
Julia Version 1.6.0-DEV.771
Commit 0336f672db (2020-08-30 01:07 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.6.0)
uname: Darwin 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64 i386
CPU: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz:
speed user nice sys idle irq
#1 2600 MHz 72672 s 0 s 24426 s 188063 s 0 s
#2 2600 MHz 26883 s 0 s 10022 s 248250 s 0 s
#3 2600 MHz 80899 s 0 s 21609 s 182647 s 0 s
#4 2600 MHz 24499 s 0 s 9368 s 251287 s 0 s
Memory: 8.0 GB (1310.48828125 MB free)
Uptime: 31141.0 sec
Load Avg: 0.94921875 1.51513671875 1.88525390625
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, haswell)
Environment:
TERM = xterm-256color
PATH = /Users/dilum/bin:/Users/dilum/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin
XPC_FLAGS = 0x0
HOME = /Users/dilum
R_HOME = /usr/local/Cellar/r/4.0.2_1/lib/R
julia> import Pkg
julia> Pkg.status(; mode = Pkg.PKGMODE_PROJECT)
Status `~/.julia/environments/v1.6/Project.toml`
[6f49c342] RCall v0.13.7
julia> Pkg.status(; mode = Pkg.PKGMODE_MANIFEST)
Status `~/.julia/environments/v1.6/Manifest.toml`
[324d7699] CategoricalArrays v0.8.1
[34da2185] Compat v3.15.0
[e66e0078] CompilerSupportLibraries_jll v0.3.3+0
[8f4d0f93] Conda v1.4.1
[9a962f9c] DataAPI v1.3.0
[a93c6f00] DataFrames v0.21.7
[864edb3b] DataStructures v0.18.2
[e2d170a0] DataValueInterfaces v1.0.0
[31c24e10] Distributions v0.23.10
[1a297f60] FillArrays v0.9.5
[41ab1584] InvertedIndices v1.0.0
[82899510] IteratorInterfaceExtensions v1.0.0
[682c06a0] JSON v0.21.0
[e1d29d7a] Missings v0.4.4
[efe28fd5] OpenSpecFun_jll v0.5.3+3
[bac558e1] OrderedCollections v1.3.0
[90014a1f] PDMats v0.10.0
[69de0a69] Parsers v1.0.10
[2dfb63ee] PooledArrays v0.5.3
[1fd47b50] QuadGK v2.4.1
[6f49c342] RCall v0.13.7
[189a3867] Reexport v0.2.0
[ae029012] Requires v1.0.1
[79098fc4] Rmath v0.6.1
[f50d1b31] Rmath_jll v0.2.2+1
[1277b4bf] ShiftedArrays v1.0.0
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.10.3
[2913bbd2] StatsBase v0.33.1
[4c63d2b9] StatsFuns v0.9.5
[3eaba693] StatsModels v0.6.13
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v1.0.5
[81def892] VersionParsing v1.2.0
[1b915085] WinReg v0.3.1
[2a0f44e3] Base64
[ade2ca70] Dates
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[9fa8497b] Future
[b77e0a4c] InteractiveUtils
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[44cfe95a] Pkg
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA
[9e88b42a] Serialization
[1a1011a3] SharedArrays
[6462fe0b] Sockets
[2f01184e] SparseArrays
[10745b16] Statistics
[4607b0f0] SuiteSparse
[fa267f1f] TOML
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode |
In contrast, I can reliably reproduce this error by setting In a fresh environment, with Julia 1.5.0, and setting "R_HOME" to "*": (click to expand) _
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.5.0 (2020-08-01)
_/ |\__'_|_|_|\__'_| |
|__/ |
julia> ENV["R_HOME"] = "*"
"*"
julia> import Pkg
julia> Pkg.add("RCall")
Installing known registries into `~/.julia`
######################################################################## 100.0%
Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed ShiftedArrays ──────────────── v1.0.0
Installed Rmath_jll ──────────────────── v0.2.2+1
Installed OrderedCollections ─────────── v1.3.0
Installed QuadGK ─────────────────────── v2.4.1
Installed VersionParsing ─────────────── v1.2.0
Installed Requires ───────────────────── v1.0.1
Installed FillArrays ─────────────────── v0.9.5
Installed Parsers ────────────────────── v1.0.10
Installed DataStructures ─────────────── v0.18.2
Installed CategoricalArrays ──────────── v0.8.1
Installed RCall ──────────────────────── v0.13.7
Installed DataFrames ─────────────────── v0.21.7
Installed PDMats ─────────────────────── v0.10.0
Installed WinReg ─────────────────────── v0.3.1
Installed InvertedIndices ────────────── v1.0.0
Installed Conda ──────────────────────── v1.4.1
Installed SortingAlgorithms ──────────── v0.3.1
Installed DataValueInterfaces ────────── v1.0.0
Installed Rmath ──────────────────────── v0.6.1
Installed Tables ─────────────────────── v1.0.5
Installed JSON ───────────────────────── v0.21.0
Installed StatsModels ────────────────── v0.6.13
Installed StatsBase ──────────────────── v0.33.1
Installed Reexport ───────────────────── v0.2.0
Installed StatsFuns ──────────────────── v0.9.5
Installed TableTraits ────────────────── v1.0.0
Installed IteratorInterfaceExtensions ── v1.0.0
Installed CompilerSupportLibraries_jll ─ v0.3.3+0
Installed Missings ───────────────────── v0.4.4
Installed DataAPI ────────────────────── v1.3.0
Installed SpecialFunctions ───────────── v0.10.3
Installed PooledArrays ───────────────── v0.5.3
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed Compat ─────────────────────── v3.15.0
Installed Distributions ──────────────── v0.23.10
Downloading artifact: Rmath
Downloading artifact: CompilerSupportLibraries
Downloading artifact: OpenSpecFun
Updating `~/.julia/environments/v1.5/Project.toml`
[6f49c342] + RCall v0.13.7
Updating `~/.julia/environments/v1.5/Manifest.toml`
[324d7699] + CategoricalArrays v0.8.1
[34da2185] + Compat v3.15.0
[e66e0078] + CompilerSupportLibraries_jll v0.3.3+0
[8f4d0f93] + Conda v1.4.1
[9a962f9c] + DataAPI v1.3.0
[a93c6f00] + DataFrames v0.21.7
[864edb3b] + DataStructures v0.18.2
[e2d170a0] + DataValueInterfaces v1.0.0
[31c24e10] + Distributions v0.23.10
[1a297f60] + FillArrays v0.9.5
[41ab1584] + InvertedIndices v1.0.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[682c06a0] + JSON v0.21.0
[e1d29d7a] + Missings v0.4.4
[efe28fd5] + OpenSpecFun_jll v0.5.3+3
[bac558e1] + OrderedCollections v1.3.0
[90014a1f] + PDMats v0.10.0
[69de0a69] + Parsers v1.0.10
[2dfb63ee] + PooledArrays v0.5.3
[1fd47b50] + QuadGK v2.4.1
[6f49c342] + RCall v0.13.7
[189a3867] + Reexport v0.2.0
[ae029012] + Requires v1.0.1
[79098fc4] + Rmath v0.6.1
[f50d1b31] + Rmath_jll v0.2.2+1
[1277b4bf] + ShiftedArrays v1.0.0
[a2af1166] + SortingAlgorithms v0.3.1
[276daf66] + SpecialFunctions v0.10.3
[2913bbd2] + StatsBase v0.33.1
[4c63d2b9] + StatsFuns v0.9.5
[3eaba693] + StatsModels v0.6.13
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v1.0.5
[81def892] + VersionParsing v1.2.0
[1b915085] + WinReg v0.3.1
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[9fa8497b] + Future
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[1a1011a3] + SharedArrays
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[4607b0f0] + SuiteSparse
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building Conda → `~/.julia/packages/Conda/3rPhK/deps/build.log`
Building RCall → `~/.julia/packages/RCall/Qzssx/deps/build.log`
┌ Error: Error building `RCall`, showing the last 100 of log:
│ package | build
│ ---------------------------|-----------------
│ _r-mutex-1.0.0 | anacondar_1 3 KB
│ curl-7.71.1 | hb0a8c7a_1 129 KB
│ gsl-2.4 | h1de35cc_4 1.8 MB
│ icu-58.2 | h0a44026_3 10.1 MB
│ jpeg-9b | he5867d9_2 201 KB
│ krb5-1.18.2 | h75d18d8_0 1.1 MB
│ libcurl-7.71.1 | h8a08a2b_1 289 KB
│ libgcc-4.8.5 | hdbeacc1_10 250 KB
│ libgfortran-3.0.1 | h93005f0_2 426 KB
│ libiconv-1.16 | h1de35cc_0 693 KB
│ libpng-1.6.37 | ha441bb4_0 262 KB
│ libssh2-1.9.0 | ha12b0ac_1 250 KB
│ libtiff-4.1.0 | hcb84e12_1 405 KB
│ libxml2-2.9.10 | h3b9e6c8_1 1.1 MB
│ lz4-c-1.9.2 | hb1e8313_1 142 KB
│ pcre-8.44 | hb1e8313_0 185 KB
│ r-base-3.3.1 | 0 47.2 MB r
│ zstd-1.4.5 | h41d2c2f_0 442 KB
│ ------------------------------------------------------------
│ Total: 65.0 MB
│
│ The following NEW packages will be INSTALLED:
│
│ _r-mutex pkgs/r/osx-64::_r-mutex-1.0.0-anacondar_1
│ curl pkgs/main/osx-64::curl-7.71.1-hb0a8c7a_1
│ gsl pkgs/main/osx-64::gsl-2.4-h1de35cc_4
│ icu pkgs/main/osx-64::icu-58.2-h0a44026_3
│ jpeg pkgs/main/osx-64::jpeg-9b-he5867d9_2
│ krb5 pkgs/main/osx-64::krb5-1.18.2-h75d18d8_0
│ libcurl pkgs/main/osx-64::libcurl-7.71.1-h8a08a2b_1
│ libgcc pkgs/main/osx-64::libgcc-4.8.5-hdbeacc1_10
│ libgfortran pkgs/main/osx-64::libgfortran-3.0.1-h93005f0_2
│ libiconv pkgs/main/osx-64::libiconv-1.16-h1de35cc_0
│ libpng pkgs/main/osx-64::libpng-1.6.37-ha441bb4_0
│ libssh2 pkgs/main/osx-64::libssh2-1.9.0-ha12b0ac_1
│ libtiff pkgs/main/osx-64::libtiff-4.1.0-hcb84e12_1
│ libxml2 pkgs/main/osx-64::libxml2-2.9.10-h3b9e6c8_1
│ lz4-c pkgs/main/osx-64::lz4-c-1.9.2-hb1e8313_1
│ pcre pkgs/main/osx-64::pcre-8.44-hb1e8313_0
│ r-base r/osx-64::r-base-3.3.1-0
│ zstd pkgs/main/osx-64::zstd-1.4.5-h41d2c2f_0
│
│
│
│ Downloading and Extracting Packages
libpng-1.6.37 | 262 KB | ########## | 100%
libssh2-1.9.0 | 250 KB | ########## | 100%
icu-58.2 | 10.1 MB | ########## | 100%
libgcc-4.8.5 | 250 KB | ########## | 100%
libxml2-2.9.10 | 1.1 MB | ########## | 100%
lz4-c-1.9.2 | 142 KB | ########## | 100%
pcre-8.44 | 185 KB | ########## | 100%
r-base-3.3.1 | 47.2 MB | ########## | 100%
libgfortran-3.0.1 | 426 KB | ########## | 100%
jpeg-9b | 201 KB | ########## | 100%
libtiff-4.1.0 | 405 KB | ########## | 100%
libiconv-1.16 | 693 KB | ########## | 100%
libcurl-7.71.1 | 289 KB | ########## | 100%
zstd-1.4.5 | 442 KB | ########## | 100%
curl-7.71.1 | 129 KB | ########## | 100%
_r-mutex-1.0.0 | 3 KB | ########## | 100%
gsl-2.4 | 1.8 MB | ########## | 100%
krb5-1.18.2 | 1.1 MB | ########## | 100%
│ Preparing transaction: ...working... done
│ Verifying transaction: ...working... done
│ Executing transaction: ...working... done
│ [ Info: Installing R via Conda. To use a different R installation, set the "R_HOME" environment variable and re-run Pkg.build("RCall").
│ [ Info: Downloading miniconda installer ...
│ [ Info: Installing miniconda ...
│ [ Info: Running `conda config --add channels defaults --file /Users/dilum/.julia/conda/3/condarc-julia.yml --force` in root environment
│ [ Info: Running `conda update -y conda` in root environment
│ [ Info: Running `conda config --add channels r --file /Users/dilum/.julia/conda/3/condarc-julia.yml --force` in root environment
│ [ Info: Running `conda install -y r-base` in root environment
│ ERROR: could not load library "/Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib"
│ dlopen(/Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib, 1): Library not loaded: @rpath/libreadline.6.2.dylib
│ Referenced from: /Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib
│ Reason: image not found
│ ERROR: LoadError: Try adding /Users/dilum/.julia/conda/3/lib/R/lib to the "LD_LIBRARY_PATH" environmental variable and restarting Julia.
│ Stacktrace:
│ [1] error(::String) at ./error.jl:33
│ [2] validate_libR(::String) at /Users/dilum/.julia/packages/RCall/Qzssx/deps/setup.jl:26
│ [3] locate_libR(::String) at /Users/dilum/.julia/packages/RCall/Qzssx/deps/setup.jl:43
│ [4] top-level scope at /Users/dilum/.julia/packages/RCall/Qzssx/deps/build.jl:32
│ [5] include(::String) at ./client.jl:457
│ [6] top-level scope at none:5
│ in expression starting at /Users/dilum/.julia/packages/RCall/Qzssx/deps/build.jl:11
│ caused by [exception 1]
│ could not load library "/Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib"
│ dlopen(/Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib, 1): Library not loaded: @rpath/libreadline.6.2.dylib
│ Referenced from: /Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib
│ Reason: image not found
│ Stacktrace:
│ [1] dlopen(::String, ::UInt32; throw_error::Bool) at /Users/dilum/dev/julia-releases/julia-1.5.0/usr/share/julia/stdlib/v1.5/Libdl/src/Libdl.jl:109
│ [2] dlopen at /Users/dilum/dev/julia-releases/julia-1.5.0/usr/share/julia/stdlib/v1.5/Libdl/src/Libdl.jl:109 [inlined] (repeats 2 times)
│ [3] validate_libR(::String) at /Users/dilum/.julia/packages/RCall/Qzssx/deps/setup.jl:16
│ [4] locate_libR(::String) at /Users/dilum/.julia/packages/RCall/Qzssx/deps/setup.jl:43
│ [5] top-level scope at /Users/dilum/.julia/packages/RCall/Qzssx/deps/build.jl:32
│ [6] include(::String) at ./client.jl:457
│ [7] top-level scope at none:5
│
│ Full log at /Users/dilum/.julia/packages/RCall/Qzssx/deps/build.log
└ @ Pkg.Operations ~/dev/julia-releases/julia-1.5.0/usr/share/julia/stdlib/v1.5/Pkg/src/Operations.jl:942
julia> import InteractiveUtils
julia> InteractiveUtils.versioninfo(; verbose = true)
Julia Version 1.5.0
Commit 96786e22cc* (2020-08-01 23:44 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.6.0)
uname: Darwin 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64 i386
CPU: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz:
speed user nice sys idle irq
#1 2600 MHz 74679 s 0 s 25626 s 197716 s 0 s
#2 2600 MHz 27666 s 0 s 10539 s 259810 s 0 s
#3 2600 MHz 82954 s 0 s 22634 s 192427 s 0 s
#4 2600 MHz 25250 s 0 s 9844 s 262922 s 0 s
Memory: 8.0 GB (816.3984375 MB free)
Uptime: 32557.0 sec
Load Avg: 3.658203125 2.9189453125 2.5380859375
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, haswell)
Environment:
TERM = xterm-256color
PATH = /Users/dilum/bin:/Users/dilum/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin
XPC_FLAGS = 0x0
HOME = /Users/dilum
R_HOME = *
julia> import Pkg
julia> Pkg.status(; mode = Pkg.PKGMODE_PROJECT)
Status `~/.julia/environments/v1.5/Project.toml`
[6f49c342] RCall v0.13.7
julia> Pkg.status(; mode = Pkg.PKGMODE_MANIFEST)
Status `~/.julia/environments/v1.5/Manifest.toml`
[324d7699] CategoricalArrays v0.8.1
[34da2185] Compat v3.15.0
[e66e0078] CompilerSupportLibraries_jll v0.3.3+0
[8f4d0f93] Conda v1.4.1
[9a962f9c] DataAPI v1.3.0
[a93c6f00] DataFrames v0.21.7
[864edb3b] DataStructures v0.18.2
[e2d170a0] DataValueInterfaces v1.0.0
[31c24e10] Distributions v0.23.10
[1a297f60] FillArrays v0.9.5
[41ab1584] InvertedIndices v1.0.0
[82899510] IteratorInterfaceExtensions v1.0.0
[682c06a0] JSON v0.21.0
[e1d29d7a] Missings v0.4.4
[efe28fd5] OpenSpecFun_jll v0.5.3+3
[bac558e1] OrderedCollections v1.3.0
[90014a1f] PDMats v0.10.0
[69de0a69] Parsers v1.0.10
[2dfb63ee] PooledArrays v0.5.3
[1fd47b50] QuadGK v2.4.1
[6f49c342] RCall v0.13.7
[189a3867] Reexport v0.2.0
[ae029012] Requires v1.0.1
[79098fc4] Rmath v0.6.1
[f50d1b31] Rmath_jll v0.2.2+1
[1277b4bf] ShiftedArrays v1.0.0
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.10.3
[2913bbd2] StatsBase v0.33.1
[4c63d2b9] StatsFuns v0.9.5
[3eaba693] StatsModels v0.6.13
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v1.0.5
[81def892] VersionParsing v1.2.0
[1b915085] WinReg v0.3.1
[2a0f44e3] Base64
[ade2ca70] Dates
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[9fa8497b] Future
[b77e0a4c] InteractiveUtils
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[44cfe95a] Pkg
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA
[9e88b42a] Serialization
[1a1011a3] SharedArrays
[6462fe0b] Sockets
[2f01184e] SparseArrays
[10745b16] Statistics
[4607b0f0] SuiteSparse
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode In a fresh environment, with Julia `master`, and setting "R_HOME" to "*": (click to expand) _
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.6.0-DEV.771 (2020-08-30)
_/ |\__'_|_|_|\__'_| | Commit 0336f672db (0 days old master)
|__/ |
julia> ENV["R_HOME"] = "*"
"*"
julia> import Pkg
julia> Pkg.add("RCall")
Installing known registries into `~/.julia`
[ Info: LEGAL NOTICE: package operations send anonymous data about your system to https://pkg.julialang.org (your current package server), including the operating system and Julia versions you are using, and a random client UUID. Running `Pkg.telemetryinfo()` will show exactly what data is sent. See https://julialang.org/legal/data/ for more details about what this data is used for, how long it is retained, and how to opt out of sending it.
######################################################################## 100.0%
Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed Rmath_jll ──────────────────── v0.2.2+1
Installed Conda ──────────────────────── v1.4.1
Installed Compat ─────────────────────── v3.15.0
Installed Rmath ──────────────────────── v0.6.1
Installed StatsFuns ──────────────────── v0.9.5
Installed JSON ───────────────────────── v0.21.0
Installed RCall ──────────────────────── v0.13.7
Installed PDMats ─────────────────────── v0.10.0
Installed Distributions ──────────────── v0.23.10
Installed DataAPI ────────────────────── v1.3.0
Installed VersionParsing ─────────────── v1.2.0
Installed CompilerSupportLibraries_jll ─ v0.3.3+0
Installed PooledArrays ───────────────── v0.5.3
Installed Requires ───────────────────── v1.0.1
Installed CategoricalArrays ──────────── v0.8.1
Installed Parsers ────────────────────── v1.0.10
Installed TableTraits ────────────────── v1.0.0
Installed OrderedCollections ─────────── v1.3.0
Installed Tables ─────────────────────── v1.0.5
Installed StatsModels ────────────────── v0.6.13
Installed DataStructures ─────────────── v0.18.2
Installed Reexport ───────────────────── v0.2.0
Installed WinReg ─────────────────────── v0.3.1
Installed Missings ───────────────────── v0.4.4
Installed SortingAlgorithms ──────────── v0.3.1
Installed InvertedIndices ────────────── v1.0.0
Installed ShiftedArrays ──────────────── v1.0.0
Installed SpecialFunctions ───────────── v0.10.3
Installed QuadGK ─────────────────────── v2.4.1
Installed IteratorInterfaceExtensions ── v1.0.0
Installed OpenSpecFun_jll ────────────── v0.5.3+3
Installed FillArrays ─────────────────── v0.9.5
Installed DataValueInterfaces ────────── v1.0.0
Installed StatsBase ──────────────────── v0.33.1
Installed DataFrames ─────────────────── v0.21.7
Downloading artifact: Rmath
Downloading artifact: CompilerSupportLibraries
Downloading artifact: OpenSpecFun
Updating `~/.julia/environments/v1.6/Project.toml`
[6f49c342] + RCall v0.13.7
Updating `~/.julia/environments/v1.6/Manifest.toml`
[324d7699] + CategoricalArrays v0.8.1
[34da2185] + Compat v3.15.0
[e66e0078] + CompilerSupportLibraries_jll v0.3.3+0
[8f4d0f93] + Conda v1.4.1
[9a962f9c] + DataAPI v1.3.0
[a93c6f00] + DataFrames v0.21.7
[864edb3b] + DataStructures v0.18.2
[e2d170a0] + DataValueInterfaces v1.0.0
[31c24e10] + Distributions v0.23.10
[1a297f60] + FillArrays v0.9.5
[41ab1584] + InvertedIndices v1.0.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[682c06a0] + JSON v0.21.0
[e1d29d7a] + Missings v0.4.4
[efe28fd5] + OpenSpecFun_jll v0.5.3+3
[bac558e1] + OrderedCollections v1.3.0
[90014a1f] + PDMats v0.10.0
[69de0a69] + Parsers v1.0.10
[2dfb63ee] + PooledArrays v0.5.3
[1fd47b50] + QuadGK v2.4.1
[6f49c342] + RCall v0.13.7
[189a3867] + Reexport v0.2.0
[ae029012] + Requires v1.0.1
[79098fc4] + Rmath v0.6.1
[f50d1b31] + Rmath_jll v0.2.2+1
[1277b4bf] + ShiftedArrays v1.0.0
[a2af1166] + SortingAlgorithms v0.3.1
[276daf66] + SpecialFunctions v0.10.3
[2913bbd2] + StatsBase v0.33.1
[4c63d2b9] + StatsFuns v0.9.5
[3eaba693] + StatsModels v0.6.13
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v1.0.5
[81def892] + VersionParsing v1.2.0
[1b915085] + WinReg v0.3.1
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[9fa8497b] + Future
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[1a1011a3] + SharedArrays
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[4607b0f0] + SuiteSparse
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building Conda → `~/.julia/packages/Conda/3rPhK/deps/build.log`
Building RCall → `~/.julia/packages/RCall/Qzssx/deps/build.log`
ERROR: Error building `RCall`, showing the last 100 of log:
libssh2-1.9.0 | ha12b0ac_1 250 KB
libtiff-4.1.0 | hcb84e12_1 405 KB
libxml2-2.9.10 | h3b9e6c8_1 1.1 MB
lz4-c-1.9.2 | hb1e8313_1 142 KB
pcre-8.44 | hb1e8313_0 185 KB
r-base-3.3.1 | 0 47.2 MB r
zstd-1.4.5 | h41d2c2f_0 442 KB
------------------------------------------------------------
Total: 65.0 MB
The following NEW packages will be INSTALLED:
_r-mutex pkgs/r/osx-64::_r-mutex-1.0.0-anacondar_1
curl pkgs/main/osx-64::curl-7.71.1-hb0a8c7a_1
gsl pkgs/main/osx-64::gsl-2.4-h1de35cc_4
icu pkgs/main/osx-64::icu-58.2-h0a44026_3
jpeg pkgs/main/osx-64::jpeg-9b-he5867d9_2
krb5 pkgs/main/osx-64::krb5-1.18.2-h75d18d8_0
libcurl pkgs/main/osx-64::libcurl-7.71.1-h8a08a2b_1
libgcc pkgs/main/osx-64::libgcc-4.8.5-hdbeacc1_10
libgfortran pkgs/main/osx-64::libgfortran-3.0.1-h93005f0_2
libiconv pkgs/main/osx-64::libiconv-1.16-h1de35cc_0
libpng pkgs/main/osx-64::libpng-1.6.37-ha441bb4_0
libssh2 pkgs/main/osx-64::libssh2-1.9.0-ha12b0ac_1
libtiff pkgs/main/osx-64::libtiff-4.1.0-hcb84e12_1
libxml2 pkgs/main/osx-64::libxml2-2.9.10-h3b9e6c8_1
lz4-c pkgs/main/osx-64::lz4-c-1.9.2-hb1e8313_1
pcre pkgs/main/osx-64::pcre-8.44-hb1e8313_0
r-base r/osx-64::r-base-3.3.1-0
zstd pkgs/main/osx-64::zstd-1.4.5-h41d2c2f_0
Downloading and Extracting Packages
_r-mutex-1.0.0 | 3 KB | ########## | 100%
zstd-1.4.5 | 442 KB | ########## | 100%
libtiff-4.1.0 | 405 KB | ########## | 100%
libpng-1.6.37 | 262 KB | ########## | 100%
lz4-c-1.9.2 | 142 KB | ########## | 100%
r-base-3.3.1 | 47.2 MB | ########## | 100%
icu-58.2 | 10.1 MB | ########## | 100%
libgcc-4.8.5 | 250 KB | ########## | 100%
pcre-8.44 | 185 KB | ########## | 100%
libcurl-7.71.1 | 289 KB | ########## | 100%
libiconv-1.16 | 693 KB | ########## | 100%
curl-7.71.1 | 129 KB | ########## | 100%
libssh2-1.9.0 | 250 KB | ########## | 100%
libxml2-2.9.10 | 1.1 MB | ########## | 100%
jpeg-9b | 201 KB | ########## | 100%
gsl-2.4 | 1.8 MB | ########## | 100%
krb5-1.18.2 | 1.1 MB | ########## | 100%
libgfortran-3.0.1 | 426 KB | ########## | 100%
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
[ Info: Installing R via Conda. To use a different R installation, set the "R_HOME" environment variable and re-run Pkg.build("RCall").
[ Info: Downloading miniconda installer ...
[ Info: Installing miniconda ...
[ Info: Running `conda config --add channels defaults --file /Users/dilum/.julia/conda/3/condarc-julia.yml --force` in root environment
[ Info: Running `conda update -y conda` in root environment
[ Info: Running `conda config --add channels r --file /Users/dilum/.julia/conda/3/condarc-julia.yml --force` in root environment
[ Info: Running `conda install -y r-base` in root environment
ERROR: could not load library "/Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib"
dlopen(/Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib, 1): Library not loaded: @rpath/libreadline.6.2.dylib
Referenced from: /Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib
Reason: image not found
ERROR: LoadError: Try adding /Users/dilum/.julia/conda/3/lib/R/lib to the "LD_LIBRARY_PATH" environmental variable and restarting Julia.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] validate_libR(libR::String)
@ Main ~/.julia/packages/RCall/Qzssx/deps/setup.jl:26
[3] locate_libR(Rhome::String)
@ Main ~/.julia/packages/RCall/Qzssx/deps/setup.jl:43
[4] top-level scope
@ ~/.julia/packages/RCall/Qzssx/deps/build.jl:32
[5] include(fname::String)
@ Base.MainInclude ./client.jl:444
[6] top-level scope
@ none:5
in expression starting at /Users/dilum/.julia/packages/RCall/Qzssx/deps/build.jl:11
caused by: could not load library "/Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib"
dlopen(/Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib, 1): Library not loaded: @rpath/libreadline.6.2.dylib
Referenced from: /Users/dilum/.julia/conda/3/lib/R/lib/libR.dylib
Reason: image not found
Stacktrace:
[1] dlopen(s::String, flags::UInt32; throw_error::Bool)
@ Base.Libc.Libdl ./libdl.jl:114
[2] dlopen
@ ./libdl.jl:114 [inlined]
[3] validate_libR(libR::String)
@ Main ~/.julia/packages/RCall/Qzssx/deps/setup.jl:16
[4] locate_libR(Rhome::String)
@ Main ~/.julia/packages/RCall/Qzssx/deps/setup.jl:43
[5] top-level scope
@ ~/.julia/packages/RCall/Qzssx/deps/build.jl:32
[6] include(fname::String)
@ Base.MainInclude ./client.jl:444
[7] top-level scope
@ none:5
Full log at /Users/dilum/.julia/packages/RCall/Qzssx/deps/build.log
Stacktrace:
[1] pkgerror(::String, ::Vararg{String, N} where N)
@ Pkg.Types ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Types.jl:52
[2] (::Pkg.Operations.var"#72#76"{Bool, Pkg.Types.Context, String, String, Pkg.Types.PackageSpec})()
@ Pkg.Operations ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:950
[3] withenv(f::Pkg.Operations.var"#72#76"{Bool, Pkg.Types.Context, String, String, Pkg.Types.PackageSpec}, keyvals::Pair{String, String})
@ Base ./env.jl:161
[4] (::Pkg.Operations.var"#98#102"{String, Pkg.Operations.var"#72#76"{Bool, Pkg.Types.Context, String, String, Pkg.Types.PackageSpec}, Pkg.Types.PackageSpec})()
@ Pkg.Operations ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1435
[5] with_temp_env(fn::Pkg.Operations.var"#98#102"{String, Pkg.Operations.var"#72#76"{Bool, Pkg.Types.Context, String, String, Pkg.Types.PackageSpec}, Pkg.Types.PackageSpec}, temp_env::String)
@ Pkg.Operations ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1349
[6] (::Pkg.Operations.var"#97#101"{Pkg.Operations.var"#72#76"{Bool, Pkg.Types.Context, String, String, Pkg.Types.PackageSpec}, Pkg.Types.Context, Pkg.Types.PackageSpec, String, Pkg.Types.Project, String})(tmp::String)
@ Pkg.Operations ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1420
[7] mktempdir(fn::Pkg.Operations.var"#97#101"{Pkg.Operations.var"#72#76"{Bool, Pkg.Types.Context, String, String, Pkg.Types.PackageSpec}, Pkg.Types.Context, Pkg.Types.PackageSpec, String, Pkg.Types.Project, String}, parent::String; prefix::String)
@ Base.Filesystem ./file.jl:682
[8] mktempdir(fn::Function, parent::String)
@ Base.Filesystem ./file.jl:680
[9] sandbox(fn::Function, ctx::Pkg.Types.Context, target::Pkg.Types.PackageSpec, target_path::String, sandbox_path::String, sandbox_project_override::Pkg.Types.Project)
@ Pkg.Operations ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1387
[10] build_versions(ctx::Pkg.Types.Context, uuids::Vector{Base.UUID}; might_need_to_resolve::Bool, verbose::Bool)
@ Pkg.Operations ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:931
[11] build_versions
@ ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:889 [inlined]
[12] add(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}, new_git::Vector{Base.UUID}; preserve::Pkg.Types.PreserveLevel, platform::Pkg.BinaryPlatforms.MacOS)
@ Pkg.Operations ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1146
[13] add(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; preserve::Pkg.Types.PreserveLevel, platform::Pkg.BinaryPlatforms.MacOS, kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:189
[14] add(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.API ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:140
[15] #add#22
@ ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:67 [inlined]
[16] add
@ ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:67 [inlined]
[17] #add#21
@ ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[18] add
@ ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[19] add(pkg::String; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[20] add(pkg::String)
@ Pkg.API ~/dev/repos/aluthge-forks/julia/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[21] top-level scope
@ REPL[3]:1
julia> import InteractiveUtils
julia> InteractiveUtils.versioninfo(; verbose = true)
Julia Version 1.6.0-DEV.771
Commit 0336f672db (2020-08-30 01:07 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.6.0)
uname: Darwin 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64 i386
CPU: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz:
speed user nice sys idle irq
#1 2600 MHz 75098 s 0 s 25960 s 199600 s 0 s
#2 2600 MHz 27882 s 0 s 10691 s 262079 s 0 s
#3 2600 MHz 83415 s 0 s 22922 s 194315 s 0 s
#4 2600 MHz 25442 s 0 s 9978 s 265232 s 0 s
Memory: 8.0 GB (598.546875 MB free)
Uptime: 32820.0 sec
Load Avg: 2.16064453125 2.68212890625 2.54052734375
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, haswell)
Environment:
TERM = xterm-256color
PATH = /Users/dilum/bin:/Users/dilum/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin
XPC_FLAGS = 0x0
HOME = /Users/dilum
R_HOME = *
julia> import Pkg
julia> Pkg.status(; mode = Pkg.PKGMODE_PROJECT)
Status `~/.julia/environments/v1.6/Project.toml`
[6f49c342] RCall v0.13.7
julia> Pkg.status(; mode = Pkg.PKGMODE_MANIFEST)
Status `~/.julia/environments/v1.6/Manifest.toml`
[324d7699] CategoricalArrays v0.8.1
[34da2185] Compat v3.15.0
[e66e0078] CompilerSupportLibraries_jll v0.3.3+0
[8f4d0f93] Conda v1.4.1
[9a962f9c] DataAPI v1.3.0
[a93c6f00] DataFrames v0.21.7
[864edb3b] DataStructures v0.18.2
[e2d170a0] DataValueInterfaces v1.0.0
[31c24e10] Distributions v0.23.10
[1a297f60] FillArrays v0.9.5
[41ab1584] InvertedIndices v1.0.0
[82899510] IteratorInterfaceExtensions v1.0.0
[682c06a0] JSON v0.21.0
[e1d29d7a] Missings v0.4.4
[efe28fd5] OpenSpecFun_jll v0.5.3+3
[bac558e1] OrderedCollections v1.3.0
[90014a1f] PDMats v0.10.0
[69de0a69] Parsers v1.0.10
[2dfb63ee] PooledArrays v0.5.3
[1fd47b50] QuadGK v2.4.1
[6f49c342] RCall v0.13.7
[189a3867] Reexport v0.2.0
[ae029012] Requires v1.0.1
[79098fc4] Rmath v0.6.1
[f50d1b31] Rmath_jll v0.2.2+1
[1277b4bf] ShiftedArrays v1.0.0
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.10.3
[2913bbd2] StatsBase v0.33.1
[4c63d2b9] StatsFuns v0.9.5
[3eaba693] StatsModels v0.6.13
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v1.0.5
[81def892] VersionParsing v1.2.0
[1b915085] WinReg v0.3.1
[2a0f44e3] Base64
[ade2ca70] Dates
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[9fa8497b] Future
[b77e0a4c] InteractiveUtils
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[44cfe95a] Pkg
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA
[9e88b42a] Serialization
[1a1011a3] SharedArrays
[6462fe0b] Sockets
[2f01184e] SparseArrays
[10745b16] Statistics
[4607b0f0] SuiteSparse
[fa267f1f] TOML
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode This is on macOS Catalina version 10.15.6 (19G2021). |
Here is the full build log: (click to expand)
|
With JuliaCI/PkgEval.jl#74 (now using R from Conda), this issue causes RCall.jl PkgEval to fail as it doesn't find |
This indicates that the bug occurs on both Linux (PkgEval is run on Linux) and macOS (I can reproduce this bug on macOS). I have updated the issue title accordingly. |
It's worth noting that this also happens in AutoMerge on the General registry, which runs on the Microsoft-hosted Ubuntu runners. See e.g. JuliaRegistries/General#21264. Specifically, see the GitHub Actions log here: https://github.com/JuliaRegistries/General/runs/1119838352 |
This should be fixed by #390. |
Before starting Julia, I did
export R_HOME="*"
.Here is the error:
Version info:
I am on macOS Catalina version 10.15.6 (19G2021).
The text was updated successfully, but these errors were encountered: