[issue40900] uuid module build fix on FreeBSD proposal

2020-09-16 Thread Danilo G. Baio
Change by Danilo G. Baio : -- nosy: +dbaio ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue40900] uuid module build fix on FreeBSD proposal

2020-06-13 Thread Tiago Illipronti Girardi
Tiago Illipronti Girardi added the comment: The problem isn't exclusive to FreeBSD. There are at least 3 problems here (see also: issue 32627). -First is that there are 2 low-level uuid interfaces (3 if you count Windows but that is isolated and not a problem here) supposed to be declared on

[issue40900] uuid module build fix on FreeBSD proposal

2020-06-09 Thread Kubilay Kocak
Kubilay Kocak added the comment: Another example, this time for lzma: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209355 -- ___ Python tracker ___ _

[issue40900] uuid module build fix on FreeBSD proposal

2020-06-07 Thread Kubilay Kocak
Kubilay Kocak added the comment: FreeBSD base provides uuid.h (uuid(3)) but uuid libraries/headers can be provided by e2fsprogs-libuuid (for example) in another location, for example /usr/local/ Pythons build system doesn't provide sufficient granularity to pass include/library locations fo

[issue40900] uuid module build fix on FreeBSD proposal

2020-06-07 Thread David CARLIER
David CARLIER added the comment: This s about header picked up in a certain order. In case of FreeBSD, the uui_create case is taken which comes from the but ... is detected too. -- ___ Python tracker ___

[issue40900] uuid module build fix on FreeBSD proposal

2020-06-07 Thread Christian Heimes
New submission from Christian Heimes : Please explain which problem you are facing and how your proposal is going to fix the problem. -- nosy: +christian.heimes ___ Python tracker ___

[issue40900] uuid module build fix on FreeBSD proposal

2020-06-07 Thread David CARLIER
Change by David CARLIER : -- components: FreeBSD nosy: devnexen, koobs priority: normal pull_requests: 19908 severity: normal status: open title: uuid module build fix on FreeBSD proposal type: compile error versions: Python 3.10 ___ Python tracker