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

pkgconf escapes isolated build environment #55

Open
virtuald opened this issue Oct 23, 2024 · 1 comment
Open

pkgconf escapes isolated build environment #55

virtuald opened this issue Oct 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@virtuald
Copy link
Collaborator

virtuald commented Oct 23, 2024

Accidentally ran into this. When building a meson-python package using python -m build, I expected it to fail because I hadn't added the dependency for pkgconf or the package containing the library... and it didn't fail, because meson found the pkgconf on PATH (as part of my virtualenv) and resolved the library that way.

Probably shouldn't do that.

Mildly related to #53 in that pkgconf might resolve something that wasn't intended.

@FFY00
Copy link
Contributor

FFY00 commented Jan 13, 2025

This is similar to the issue I fixed in #59, but I think this should have been fixed as a side-effect of #51. If you have older versions of pkgconf-pypi in PATH, it will still do that, but it should be fixed in all future versions.

@FFY00 FFY00 added the bug Something isn't working label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants