-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Regression in Julia 1.12: Creating fresh base sysimage (incremental=false
) fails with error during bootstrap
#989
Comments
File .../sysimage_packagecompiler_....jlbuild_h.jl not found
File .../sysimage_packagecompiler_....jlbuild_h.jl not found
File .../sysimage_packagecompiler_....jlbuild_h.jl not found
error during bootstrap
error during bootstrap
error during bootstrap
on nightly (Julia 1.12)
error during bootstrap
on nightly (Julia 1.12) error during bootstrap
on nightly (Julia 1.12)
error during bootstrap
on nightly (Julia 1.12) incremental=false
) fails with error during bootstrap
I have bisected this to JuliaLang/julia@db687ad (JuliaLang/julia#54387)
|
Makes sense, we should use the functionality provided in that PR instead of the current text replacement for PackageCompiler.jl/src/PackageCompiler.jl Line 214 in 38629b0
|
We can probably split this up into two parts:
I imagine that #997 will require more review and iterations than #996, and plus #996 is such a tiny change that fixes the immediate bug, so I figured I'd split them up into two different PRs. |
The error
Here is what the error message itself looks like:
Here is the full stacktrace (click to expand):
Here is an example CI log that shows the error: https://github.com/JuliaLang/PackageCompiler.jl/actions/runs/11573962346/job/32217198440?pr=987
MWE
Here is an MWE:
The text was updated successfully, but these errors were encountered: