[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-05 Thread Christian Heimes
Christian Heimes added the comment: New changeset 9b0f45c069863517a24239da301a1bf1697ac2e7 by Christian Heimes in branch 'main': bpo-43158: Regenerate configure again (GH-29433) https://github.com/python/cpython/commit/9b0f45c069863517a24239da301a1bf1697ac2e7 -- ___

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-05 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +27687 status: pending -> open pull_request: https://github.com/python/cpython/pull/29433 ___ Python tracker ___

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-02 Thread Christian Heimes
Christian Heimes added the comment: The problem should be fixed now. -- stage: patch review -> commit review status: open -> pending ___ Python tracker ___ ___

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-02 Thread Christian Heimes
Christian Heimes added the comment: New changeset 91a51c5ffc3bd9da28a550530f6f2bcc25a2 by Miss Islington (bot) in branch '3.9': [3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29363) https://github.com/python/cpython/commit/91a51c5ffc3bd9da28a550530f

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-02 Thread Christian Heimes
Christian Heimes added the comment: New changeset b71bc052454803aa8bd3e7edd2044e2d5e962243 by Miss Islington (bot) in branch '3.10': [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362) https://github.com/python/cpython/commit/b71bc052454803aa8bd3e7edd204

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27622 pull_request: https://github.com/python/cpython/pull/29362 ___ Python tracker _

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +27623 pull_request: https://github.com/python/cpython/pull/29363 ___ Python tracker ___ __

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-02 Thread Christian Heimes
Christian Heimes added the comment: New changeset 77a1f8d94c29da7bda4bd43e5a9c2233573d46ee by Christian Heimes in branch 'main': bpo-43158: Use configure values for building _uuid extension (GH-29353) https://github.com/python/cpython/commit/77a1f8d94c29da7bda4bd43e5a9c2233573d46ee

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-01 Thread Alexandru Ardelean
Alexandru Ardelean added the comment: I confirm that this works on OpenWrt :) I actually started testing shortly after the PR was created. Many thanks for the quick patch. -- ___ Python tracker ___

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-01 Thread Christian Heimes
Christian Heimes added the comment: I have created a PR that adds a check for libuuid to configure and then uses configure variables in setup.py. Could you please try the patch in your build system? -- versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8 __

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-01 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +27614 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/29353 ___ Python tracker

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-11-01 Thread Alexandru Ardelean
Alexandru Ardelean added the comment: I've added Christian Heimes to this, mostly to help us get this further. (i.e. to refer someone else here, that can help). So, there is a fix for this in Buildroot's tree: https://github.com/buildroot/buildroot/blob/76c7fed85f7a822663cf0c8828e7d282198d080

[issue43158] uuid won't build when libuuid is installed in a non-standard place

2021-02-07 Thread Larry Hastings
New submission from Larry Hastings : I'm building Python for a mildly-embedded ARM system. The system is running Linux, but doesn't have a native toolchain installed. So I'm building in a Docker container using a native toolchain (virtualizing the CPU). The toolchain I'm given has a bunch o