Title: Silent grab external dependency from libuuid during build without possibility to disable it · Issue #100369 · python/cpython · GitHub
Open Graph Title: Silent grab external dependency from libuuid during build without possibility to disable it · Issue #100369 · python/cpython
X Title: Silent grab external dependency from libuuid during build without possibility to disable it · Issue #100369 · python/cpython
Description: Bug report During build process of the python it silent grab external (not in base system, but installed from ports) dependency from libuuid (misc/e2fsprogs-libuuid): checking uuid.h usability... yes checking uuid.h presence... yes check...
Open Graph Description: Bug report During build process of the python it silent grab external (not in base system, but installed from ports) dependency from libuuid (misc/e2fsprogs-libuuid): checking uuid.h usability... y...
X Description: Bug report During build process of the python it silent grab external (not in base system, but installed from ports) dependency from libuuid (misc/e2fsprogs-libuuid): checking uuid.h usability... y...
Opengraph URL: https://github.com/python/cpython/issues/100369
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Silent grab external dependency from libuuid during build without possibility to disable it","articleBody":"\u003c!--\r\n If you're new to Python and you're not sure whether what you're experiencing is a bug, the CPython issue tracker is not\r\n the right place to seek help. Consider the following options instead:\r\n\r\n - reading the Python tutorial: https://docs.python.org/3/tutorial/\r\n - posting in the \"Users\" category on discuss.python.org: https://discuss.python.org/c/users/7\r\n - emailing the Python-list mailing list: https://mail.python.org/mailman/listinfo/python-list\r\n - searching our issue tracker (https://github.com/python/cpython/issues) to see if\r\n your problem has already been reported\r\n--\u003e\r\n\r\n# Bug report\r\n\r\nDuring build process of the python it silent grab external (not in base system, but installed from ports) dependency from `libuuid` (`misc/e2fsprogs-libuuid`):\r\n```\r\nchecking uuid.h usability... yes\r\nchecking uuid.h presence... yes\r\nchecking for uuid.h... yes\r\nchecking for uuid_generate_time_safe... no\r\nchecking for uuid_generate_time in -luuid... yes\r\nchecking for uuid_create... yes\r\nchecking for uuid_enc_be... yes\r\n```\r\nWithout `libuuid` (`misc/e2fsprogs-libuuid`) installed:\r\n```\r\nchecking uuid.h usability... yes\r\nchecking uuid.h presence... yes\r\nchecking for uuid.h... yes\r\nchecking for uuid_generate_time_safe... no\r\nchecking for uuid_generate_time in -luuid... no\r\nchecking for uuid_create... yes\r\nchecking for uuid_enc_be... yes\r\n```\r\n\r\nAnd it's impossible to disable this behavior without additional patches to configure script.\r\n\r\n# Your environment\r\n\r\n\u003c!-- Include as many relevant details as possible about the environment you experienced the bug in --\u003e\r\n\r\n- CPython versions tested on: 3.10.9\r\n- Operating system and architecture: FreeBSD 13.1-p5 amd64\r\n\r\n\u003c!--\r\nYou can freely edit this text. Remove any lines you believe are unnecessary.\r\n--\u003e\r\nIMHO, best solution is to add an options to configure script, for example: `--disable-libuuid` and `--enable-libuuid`.\r\nAdditionally: base system have `uuid.h` and `misc/e2fsprogs-libuuid` have `uuid/uuid.h` - better check for `uuid.h` if `--disable-libuuid` used and for `uuid/uuid.h` if `--enable-libuuid`.\r\n\r\nP.S. Sorry for my poor english.","author":{"url":"https://github.com/VVD","@type":"Person","name":"VVD"},"datePublished":"2022-12-20T12:53:22.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/100369/cpython/issues/100369"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:4139041c-5b98-5b0f-e364-c62c22472d95 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A2AA:CE9E9:3B0748:52854E:696A0A2C |
| html-safe-nonce | 932b52bd84b234cb74690a208c476a4eef39b014c8bd19a2972388f66a0a3cbb |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMkFBOkNFOUU5OjNCMDc0ODo1Mjg1NEU6Njk2QTBBMkMiLCJ2aXNpdG9yX2lkIjoiMjI5OTg0MDY2NTMzNzA3MjE3MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | df9c562152f3defe211aa9a160621e2207810a7d5af697710f57f69509638b3a |
| hovercard-subject-tag | issue:1504514599 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/100369/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5f308f70b975d9c51126d00af38964aca3849431239556d6317e8a2569e25042/python/cpython/issues/100369 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5f308f70b975d9c51126d00af38964aca3849431239556d6317e8a2569e25042/python/cpython/issues/100369 |
| og:image:alt | Bug report During build process of the python it silent grab external (not in base system, but installed from ports) dependency from libuuid (misc/e2fsprogs-libuuid): checking uuid.h usability... y... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | VVD |
| hostname | github.com |
| expected-hostname | github.com |
| None | 699227a00bbb7fe1eec276d2ae1c3a93068bc5ba483bd9dc4b2a27a8f4f2f595 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7266b2d935baa1c6474b16dd9feaa5ca30607261 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width