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

mkl_jll hangs during precompilation #9281

Closed
ufechner7 opened this issue Aug 19, 2024 · 4 comments
Closed

mkl_jll hangs during precompilation #9281

ufechner7 opened this issue Aug 19, 2024 · 4 comments

Comments

@ufechner7
Copy link

Installing LinearSolve.jl results in:

Precompiling project...
  227 dependencies successfully precompiled in 96 seconds
  1 dependency had output during precompilation:
┌ MKL_jll
│   Downloading artifact: MKL
│  
│  [pid 75780] waiting for IO to finish:
│   Handle type        uv_handle_t->data
│   timer              0x23375d0->0x71b7ed8cea70
│  This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.
│  
│  [pid 75780] waiting for IO to finish:
│   Handle type        uv_handle_t->data
│   timer              0x23375d0->0x71b7ed8cea70
│  This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.
└  

Can this be fixed here?

see also: SciML/LinearSolve.jl#524

@giordano
Copy link
Member

Not related to this repository, and already fixed by JuliaLang/Pkg.jl#3950

@giordano giordano closed this as not planned Won't fix, can't repro, duplicate, stale Aug 19, 2024
@ufechner7
Copy link
Author

ufechner7 commented Aug 20, 2024

In which Julia version is this fixed? It is not fixed in Julia 1.10.4. Can you please re-open this issue?

@ufechner7
Copy link
Author

Script to reproduce the issue:

#!/bin/bash -eu
rm -rf /tmp/testdepot
mkdir /tmp/testdepot
rm -rf /tmp/test
mkdir /tmp/test
cd /tmp/test
export JULIA_DEPOT_PATH=/tmp/testdepot 
julia --project="." -e "using Pkg; Pkg.add(\"LinearSolve\"); using LinearSolve"
cd ..

@giordano
Copy link
Member

In which Julia version is this fixed?

1.11 and probably 1.10.5 too.

It is not fixed in Julia 1.10.4. Can you please re-open this issue?

No, why I should? This has nothing to do with this repository, it's a Pkg bug, and has been already fixed.

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