Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 19:15:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232792] Namespace pollution in all python ports
Message-ID:  <bug-232792-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232792

            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@FreeBSD.org
          Reporter: sgk@troutmask.apl.washington.edu
 Attachment #198747 text/plain
         mime type:

Created attachment 198747
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198747&action=
=3Dedit
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232792-7788>