[GHC] #15946: configure script makes use of ln -v flag which is not supported in OpenBSD
GHC
ghc-devs at haskell.org
Tue Dec 11 23:21:06 UTC 2018
#15946: configure script makes use of ln -v flag which is not supported in OpenBSD
-------------------------------------+-------------------------------------
Reporter: klomeli | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.2
Resolution: | Keywords: configure
Operating System: OpenBSD | Architecture:
Type of failure: Building GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D5425
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"066d3989a45003d2caaf96fab90ec30b55a647ee/ghc"
066d3989/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="066d3989a45003d2caaf96fab90ec30b55a647ee"
configure: Don't use ln -v
There's no reason why we need to print the linked files and apparently
ln on OpenBSD doesn't support -v.
Fixes #15946.
Test Plan: Validate
Reviewers: monoidal
Reviewed By: monoidal
Subscribers: rwbarton, erikd, carter
GHC Trac Issues: #15946
Differential Revision: https://phabricator.haskell.org/D5425
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15946#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list