Skip to content

Conversation

@martin-belanger
Copy link

When we "pip install" a PyPI package previously built with "pipx run build --sdist", there is a missing symbolic link in the directory where libnvme.so.X.Y.Z is installed.

For example, let's say we build libnvme.so.3.0.0. There needs to be a symbolic link installed along with the library as follows:

libnvme.so.3 -> libnvme.so.3.0.0

When we "pip install" a PyPI package previously built with
"pipx run build --sdist", there is a missing symbolic link
in the directory where libnvme.so.X.Y.Z is installed.

For example, let's say we build libnvme.so.3.0.0. There needs to
be a symbolic link installed along with the library as follows:

libnvme.so.3 -> libnvme.so.3.0.0

Signed-off-by: Martin Belanger <[email protected]>
@igaw
Copy link
Collaborator

igaw commented Jan 13, 2026

Thanks!

Maybe we have touch this for distro later. I don't know if they need/want/hate it or not. But one thing at the time :)

@igaw igaw merged commit 29eb149 into linux-nvme:master Jan 13, 2026
20 checks passed
@martin-belanger martin-belanger deleted the pipy-missing-symlink branch January 14, 2026 16:04
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 this pull request may close these issues.

2 participants