Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 17:56:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241506] graphics/mesa needs _GNU_SOURCE in strtod.c
Message-ID:  <bug-241506-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 241506
           Summary: graphics/mesa needs _GNU_SOURCE in strtod.c
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jsm@FreeBSD.org

Follow up on bug #237662 the root cause was in mesa, it reused the actual
locale
and not the C locale as intended in mesa-18.3.2/src/util/strtod.c=20=20

if you define _GNU_SOURCE in that file strtof_l gets called as intended, i.e
with the C locale loc thus not scrambling numbers as 0.444  with a decimal =
sep
of "," from the users locale...

--=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-241506-7788>