This repository was archived by the owner on Aug 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
BinaryProvider 0.5.9 breaks packages #194
Copy link
Copy link
Closed
Description
As the title says. I see errors like this:
Building Polymake → `~/.julia/packages/Polymake/wYSJS/deps/build.log`
┌ Error: Error building `Polymake`:
│ [ Info: MacOS(:x86_64, compiler_abi=CompilerABI(:gcc8, :cxx03))
│ [ Info: Downloading https://github.com/JuliaPackaging/Yggdrasil/releases/download/MPFR-v4.0.2-1/MPFR.v4.0.2.x86_64-apple-darwin14.tar.gz to /Users/mhorn/.julia/packages/Polymake/wYSJS/deps/usr/downloads/MPFR.v4.0.2.x86_64-apple-darwin14.tar.gz...
│ ERROR: LoadError: LoadError: LibraryProduct(nothing, ["libmpfr"], :libmpfr, "Prefix(/Users/mhorn/.julia/packages/Polymake/wYSJS/deps/usr)") is not satisfied, cannot generate deps.jl!
│ Stacktrace:
│ [1] error(::String) at ./error.jl:33
│ [2] write_deps_file(::String, ::Array{LibraryProduct,1}; verbose::Bool, isolate::Bool) at /Users/mhorn/.julia/packages/BinaryProvider/GeAtj/src/Products.jl:419
│ [3] top-level scope at /Users/mhorn/.julia/packages/Polymake/wYSJS/deps/build_MPFR.v4.0.2.jl:48
│ [4] include(::Module, ::String) at ./Base.jl:377
│ [5] include(::String) at ./loading.jl:1124
│ [6] top-level scope at /Users/mhorn/.julia/packages/Polymake/wYSJS/deps/build.jl:77
│ [7] eval at ./boot.jl:331 [inlined]
│ [8] evalfile(::String, ::Array{String,1}) at ./loading.jl:1120 (repeats 2 times)
│ [9] top-level scope at /Users/mhorn/.julia/packages/Polymake/wYSJS/deps/build.jl:96
│ [10] include(::String) at ./client.jl:439
│ [11] top-level scope at none:5
│ in expression starting at /Users/mhorn/.julia/packages/Polymake/wYSJS/deps/build_MPFR.v4.0.2.jl:48
│ in expression starting at /Users/mhorn/.julia/packages/Polymake/wYSJS/deps/build.jl:77
or this
Building GAP → `~/Projekte/OSCAR/GAP.jl/deps/build.log`
[ Info: Downloading https://github.com/bicycle1885/ZlibBuilder/releases/download/v1.0.4/Zlib.v1.2.11.x86_64-apple-darwin14.tar.gz to /Users/mhorn/Projekte/OSCAR/GAP.jl/deps/usr/downloads/Zlib.v1.2.11.x86_64-apple-darwin14.tar.gz...
[00:52:19] ######################################################################## 100.0%##O#- # [00:52:20] ######################################################################## 100.0%
ERROR: LoadError: LoadError: LibraryProduct(nothing, ["libz"], :libz, "Prefix(/Users/mhorn/Projekte/OSCAR/GAP.jl/deps/usr)") is not satisfied, cannot generate deps.jl!
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] write_deps_file(::String, ::Array{LibraryProduct,1}; verbose::Bool, isolate::Bool) at /Users/mhorn/.julia/packages/BinaryProvider/GeAtj/src/Products.jl:419
[3] top-level scope at /Users/mhorn/Projekte/OSCAR/GAP.jl/deps/build_Zlib.v1.2.11.jl:48
[4] include(::Module, ::String) at ./Base.jl:377
[5] include(::String) at /Users/mhorn/Projekte/OSCAR/GAP.jl/deps/build.jl:43
[6] top-level scope at /Users/mhorn/Projekte/OSCAR/GAP.jl/deps/build.jl:43
[7] eval at ./boot.jl:331 [inlined]
[8] top-level scope at /Users/mhorn/Projekte/OSCAR/GAP.jl/deps/build.jl:43
[9] include(::String) at ./client.jl:439
[10] top-level scope at none:5
in expression starting at /Users/mhorn/Projekte/OSCAR/GAP.jl/deps/build_Zlib.v1.2.11.jl:48
in expression starting at /Users/mhorn/Projekte/OSCAR/GAP.jl/deps/build.jl:36
And on the Julia slack, I saw other people report similar issues.
CC @fieker
Metadata
Metadata
Assignees
Labels
No labels