Skip to content

Conversation

@jkloetzke
Copy link
Member

The python-dev package holds a magic sysconf module that is used by setuptools and friends to find crucial paths. In particular, the path to the include files is taken from there.

So far, the module did hold absolute paths that pointed to the intended install location. That is completely wrong because the package never ends up there and needs to be relocatable. Patch the module accordingly to rewrite all absolute paths to one relative to the sysconfig module.

The python-dev package holds a magic sysconf module that is used by
setuptools and friends to find crucial paths. In particular, the path
to the include files is taken from there.

So far, the module did hold absolute paths that pointed to the intended
install location. That is completely wrong because the package never
ends up there and needs to be relocatable. Patch the module accordingly
to rewrite all absolute paths to one relative to the sysconfig module.
@jkloetzke jkloetzke merged commit 0938c17 into BobBuildTool:master Nov 17, 2025
3 checks passed
@jkloetzke jkloetzke deleted the fix-python-dev branch November 17, 2025 19:54
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.

1 participant