
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
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