Skip to content
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

Build script fails with p4est_jll 2.8.0 #15

Closed
JordiManyer opened this issue Sep 27, 2022 · 5 comments
Closed

Build script fails with p4est_jll 2.8.0 #15

JordiManyer opened this issue Sep 27, 2022 · 5 comments
Assignees

Comments

@JordiManyer
Copy link
Member

ERROR: Error building `P4est_wrapper`: 
ERROR: LoadError: UndefVarError: artifact_dir not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base ./Base.jl:31
 [2] top-level scope
   @ ~/.julia/packages/P4est_wrapper/zSIB0/deps/build.jl:9
 [3] include(fname::String)
   @ Base.MainInclude ./client.jl:476
 [4] top-level scope
   @ none:5
in expression starting at /home/user1/.julia/packages/P4est_wrapper/zSIB0/deps/build.jl:4

@amartinhuertas
Copy link
Member

amartinhuertas commented Sep 27, 2022

For completeness, this problem does not arise with julia 1.7.3 and p4est_jll 2.8.0 in github actions ... see https://github.com/gridap/GridapP4est.jl/actions/runs/3132363053/jobs/5084628907#step:7:98 for more details.

Might it be a julia version issue? (the problem reported here was reproduced on a local machine with julia 1.8.0

@JordiManyer
Copy link
Member Author

For completeness, this problem does not arise with julia 1.7.3 and p4est_jll 2.8.0 in github actions ... see https://github.com/gridap/GridapP4est.jl/actions/runs/3132363053/jobs/5084628907#step:7:98 for more details.

Might it be a julia version issue? (the problem reported here was reproduced on a local machine with julia 1.7.8

The local machine runs julia 1.8.0

@amartinhuertas
Copy link
Member

The local machine runs julia 1.8.0

Correct. Thanks! Fixed.

@JordiManyer
Copy link
Member Author

JordiManyer commented Sep 27, 2022

So I've upgraded the Julia binaries to 1.8.1 and the problem seems to be fixed.... Now everything builds OK while having P4est_jll 2.8.0. So it was a Julia problem.

@amartinhuertas
Copy link
Member

Added issue to known issues section of README.md file. Closing this issue ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants