[Bug 232792] Namespace pollution in all python ports
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 29 19:15:54 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232792
Bug ID: 232792
Summary: Namespace pollution in all python ports
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: sgk at troutmask.apl.washington.edu
Attachment #198747 text/plain
mime type:
Created attachment 198747
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198747&action=edit
patch
The python languages contain a file named mathmodules.c, which defines a
function named sinpi. sinpi is part of The Floating-point extensions for C -
Part 4: Supplementary functions, ISO/IEC TS 18661-4:2015. For a libm that
contains functions for TS-18661-4:2015, there is a conflict between math.h and
the locally defined sinpi in mathmodules.c. The attached patch removes the
conflict.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list