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

Packages build.log has moved breaking install_dependencies.jl #25

Closed
KristofferC opened this issue Nov 19, 2020 · 1 comment · Fixed by #27
Closed

Packages build.log has moved breaking install_dependencies.jl #25

KristofferC opened this issue Nov 19, 2020 · 1 comment · Fixed by #27

Comments

@KristofferC
Copy link

In order to reduce the writes to the package directory, the build.log file was moved to scratch space:

https://github.com/JuliaLang/Pkg.jl/blob/aa8b07246c66d0c694777a88100c1ec1b38d121e/src/Operations.jl#L908-L925

This means that the code:

@info "PyCall/deps/build.log:"
print(read(
joinpath(dirname(dirname(pathof(IPython.PyCall))), "deps", "build.log"),
String))

doesn't work anymore since it is trying to read a non-existing file and errors.

@vtjnash
Copy link

vtjnash commented Nov 17, 2021

bump

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

Successfully merging a pull request may close this issue.

2 participants