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

deps_graph looks at current paths for stdlibs of different version #3181

Open
gbaraldi opened this issue Aug 26, 2022 · 2 comments
Open

deps_graph looks at current paths for stdlibs of different version #3181

gbaraldi opened this issue Aug 26, 2022 · 2 comments

Comments

@gbaraldi
Copy link
Member

gbaraldi commented Aug 26, 2022

This was found in JuliaPackaging/BinaryBuilderBase.jl#260 (comment).
But basically when deps_graph receives a julia version it tries to look for the paths of the stdlibs, which was fine until DelimitedFiles was removed. Since DelimitedFiles was still a stdlib in 1.5 it does try to find it, but since it looks at the host julia stdlibs it doesn't find it. Leading to the error.
To reproduce this just add BinaryBuilderBase and run the functions in the gist below in a recent master build.
It also has the output of some printf debugging
https://gist.github.com/gbaraldi/0908d3c4603b49754cdb590c642fb6cd

@KristofferC
Copy link
Member

#3170

@giordano
Copy link
Contributor

I just realised this and #3170 are probably related to #2942?

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

3 participants