Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663208 - dev-lang/python-3.7.0: fails to build on amd64-fbsd; error: conflicting types for 'uuid_t' [...]
Summary: dev-lang/python-3.7.0: fails to build on amd64-fbsd; error: conflicting types...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://bugs.python.org/issue34366
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-08-09 06:35 UTC by Michał Górny
Modified: 2021-03-28 21:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-lang:python-3.7.0:20180809-062928.log (dev-lang:python-3.7.0:20180809-062928.log,181.75 KB, text/plain)
2018-08-09 06:35 UTC, Michał Górny
Details
patch (0001-uuid-avoid-including-both-uuid-uuid.h-and-uuid.h.patch,737 bytes, patch)
2019-03-03 17:27 UTC, Mike Gilbert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-08-09 06:35:00 UTC
Created attachment 542828 [details]
dev-lang:python-3.7.0:20180809-062928.log

Looks like the configure checks are stupid and it attempts to use built-in FreeBSD UUID library and libuuid simultaneously.
Comment 1 Mike Gilbert gentoo-dev 2019-03-03 17:27:56 UTC
Created attachment 567672 [details, diff]
patch

Please test this patch.