[issue32627] Header dependent _uuid build failure on Fedora 27

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset e90815b3b16ab196c10f3a4dd91402cdc2e07d06 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-06-24 Thread Ned Deily
Ned Deily added the comment: Thanks, @adam, for the analysis and thanks, zihengCat, for the PR. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-06-24 Thread miss-islington
miss-islington added the comment: New changeset 76b72f6ea26de4280279a01863f30fccd2dde8f3 by Miss Islington (bot) in branch '3.8': bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-06-24 Thread miss-islington
miss-islington added the comment: New changeset 742b16edd692f58a06e0d55bedfffb77a112b205 by Miss Islington (bot) in branch '3.7': bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-06-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +14167 pull_request: https://github.com/python/cpython/pull/14348 ___ Python tracker ___

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-06-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +14166 pull_request: https://github.com/python/cpython/pull/14347 ___ Python tracker ___

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-06-24 Thread Ned Deily
Ned Deily added the comment: New changeset 6ffd9b05dfade9e3a101fe039157856eb855f82e by Ned Deily (ziheng) in branch 'master': bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) https://github.com/python/cpython/commit/6ffd9b05dfade9e3a101fe039157856eb855f82e

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-02-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch pull_requests: +11682, 11683 stage: needs patch -> patch review ___ Python tracker ___

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-02-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch pull_requests: +11682, 11683, 11684 stage: needs patch -> patch review ___ Python tracker ___

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-02-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch, patch pull_requests: +11682, 11683, 11684, 11685 stage: needs patch -> patch review ___ Python tracker ___

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-02-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +11682 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue32627] Header dependent _uuid build failure on Fedora 27

2018-07-20 Thread Frank Thommen
Change by Frank Thommen : -- nosy: +fthommen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32627] Header dependent _uuid build failure on Fedora 27

2018-05-07 Thread Adam
Adam added the comment: Some systems might have both uuid.h and uuid/uuid.h. For example, NetBSD provides /usr/include/uuid.h, and one might also install libuuid from a package, and the latter has uuid/uuid.h. To fix this, do not include both files, when both have been

[issue32627] Header dependent _uuid build failure on Fedora 27

2018-01-22 Thread Nick Coghlan
Nick Coghlan added the comment: (Reducing priority since "sudo dnf remove uuid-devel" is a straightforward workaround) -- priority: normal -> low ___ Python tracker

[issue32627] Header dependent _uuid build failure on Fedora 27

2018-01-22 Thread Nick Coghlan
Nick Coghlan added the comment: Reverting my previous commit doesn't fix the problem: if both uuid-devel and libuuid-devel are installed, then it reports that the necessary bits to build _uuid weren't found, without even attempting to compile it at all. --

[issue32627] Header dependent _uuid build failure on Fedora 27

2018-01-22 Thread Nick Coghlan
New submission from Nick Coghlan : I'm hitting a build failure relating to the new _uuid module on Fedora 27: == building '_uuid' extension gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -std=c99 -Wextra