All OSX builds are failing with rts/Linker.c:6371:1: error: error: unused function 'machoGetMisalignment' [-Werror,-Wunused-function] See eg https://phabricator.haskell.org/harbormaster/build/14551/ So I get lots of “Phab failed” messages, and am now simply deleting them, which rather defeats the object of the exercise. Could someone fix this, or (I suppose) switch off the OSX build? Simon
I will revert the commit which caused the build failure as I am not able to fix it myself. It is hard to get this stuff right as differentials are not built on OSX. commit 488a9ed3440fe882ae043ba7f44fed4e84e679ce Author: Ben Gamari <bgamari.foss@gmail.com> Date: Wed Oct 26 11:19:01 2016 -0400 rts/linker: Move loadArchive to new source file Test Plan: Validate Reviewers: erikd, simonmar, austin, DemiMarie Reviewed By: erikd, simonmar, DemiMarie Subscribers: hvr, thomie Differential Revision: https://phabricator.haskell.org/D2615 GHC Trac Issues: #12388 On Thu, Oct 27, 2016 at 9:11 AM, Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> wrote:
All OSX builds are failing with
rts/Linker.c:6371:1: error:
error: unused function 'machoGetMisalignment' [-Werror,-Wunused-function]
See eg https://phabricator.haskell.org/harbormaster/build/14551/
So I get lots of “Phab failed” messages, and am now simply deleting them, which rather defeats the object of the exercise.
Could someone fix this, or (I suppose) switch off the OSX build?
Simon
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (3)
-
Ben Gamari -
Matthew Pickering -
Simon Peyton Jones