[Fontconfig-bugs] [Bug 102986] mkostemp weak linking on macOS Sierra causes a crash if library is run on 10.11 or older
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 26 16:21:41 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=102986
--- Comment #10 from Gregorio Litenstein <g.litenstein at gmail.com> ---
> ?? so how come this issue is coming? getting
> confused. are you sharing binaries built against
> new SDK with old version of OS X? or who does
> enforce that stupid thing?
Oh! This is actually pretty simple. What I'm actually distributing is a game.
In Mac, like most of the time in windows, you ship the dependencies along with
with an app.
So by my compiling with the latest XCode and SDK, it means nobody running 10.11
or older can run our app. I just submitted the issue (and fix) to macports
after investigating the issue a bit.
> ?? No, it doesn't break. and? what was added
> without removing?
I think you've got it backwards. Sierra added mkostemp and I don't think it
removed anything. Before that, fontconfig presumably used mkstemp but in
Sierra, since it has mkostemp it will use it and compile/link successfully but
crash when distributed to a system without the latest OS.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20170926/ff59f064/attachment.html>
More information about the Fontconfig-bugs
mailing list