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

Error precompiling Hecke.jl with Julia 1.10-rc1 #1282

Closed
fingolfin opened this issue Nov 11, 2023 · 1 comment
Closed

Error precompiling Hecke.jl with Julia 1.10-rc1 #1282

fingolfin opened this issue Nov 11, 2023 · 1 comment

Comments

@fingolfin
Copy link
Contributor

On several machines, doing a Pkg.update() within an environment in which the current Oscar master was active caused the following (using Hecke v0.22.6 and Polymake v0.11.7), I got this on 9 different machines (including two Macs and various Linux machine)

  ◑ Hecke → PolymakeExt Waiting for background task…

The above showed while precompiling and stalled for a long time; when it finally finished, something like this was shown:

Precompiling project...
  89 dependencies successfully precompiled in 126 seconds. 29 already precompiled.
  1 dependency had output during precompilation:
┌ Hecke → PolymakeExt
│  [pid 76469] waiting for IO to finish:
│   TYPE[FD/PID]       @UV_HANDLE_T->DATA
│   timer              @0x911c570->0x7fbedc58ab60
│
│  [pid 76469] waiting for IO to finish:
│   TYPE[FD/PID]       @UV_HANDLE_T->DATA
│   timer              @0x911c570->0x7fbedc58ab60
└

(1.10) pkg>

Not sure if this is an issue with Hecke, Polymake, the combo, or perhaps neither, but I thought I should at least log it here

(CC @benlorenz)

@benlorenz
Copy link
Contributor

I think this is not really an error?
It looks like JuliaLang/julia#50873, the corresponding fix will be in rc2.

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