[GHC] #13711: uname: illegal option -- o when running make clean in nofib
GHC
ghc-devs at haskell.org
Tue Aug 15 01:35:08 UTC 2017
#13711: uname: illegal option -- o when running make clean in nofib
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone:
Component: NoFib benchmark | Version: 8.0.1
suite |
Resolution: | Keywords:
Operating System: MacOS X | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D3594
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"7debffc19e17ceec7a5fc4bde9aa9780847dda17/nofib"
7debffc/nofib]:
{{{
#!CommitTicketReference repository="nofib"
revision="7debffc19e17ceec7a5fc4bde9aa9780847dda17"
Don't use uname -o
Summary:
It's not required by the POSIX specification and OS X doesn't support
it; instead use uname -s.
Test Plan: V
Reviewers: O26 nofib, michalt, mpickering
Reviewed By: O26 nofib, michalt, mpickering
Subscribers: mpickering
GHC Trac Issues: #13711
Differential Revision: https://phabricator.haskell.org/D3594
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13711#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list