[GHC] #8921: ghc-stage2 fails with ld: fatal: library -lrt: not found on topHandler02(profthreaded) test
GHC
ghc-devs at haskell.org
Tue Aug 19 11:30:49 UTC 2014
#8921: ghc-stage2 fails with ld: fatal: library -lrt: not found on
topHandler02(profthreaded) test
-------------------------------------+-------------------------------------
Reporter: AlainODea | Owner: AlainODea
Type: bug | Status: infoneeded
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.1-rc2
Resolution: | Keywords:
Operating System: Solaris | Architecture: x86_64 (amd64)
Type of failure: Compile- | Difficulty: Easy (less than 1
time crash | hour)
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by kgardas):
Hi,
sorry Alain for not including your patch. I've not known about it and
fixed this in the same way in
{{{
commit cc3717597597c031dd8402c443f40f76d432c044
Author: Karel Gardas <karel.gardas at centrum.cz>
Date: Mon Jul 28 07:49:12 2014 -0500
do not link with -lrt on Solaris for threaded way
Summary:
This patch removes linking with rt library on Solaris
for threaded way. The reason is simple it casuses few ffi related
tests
failures and also is not needed anymore.
Test Plan: validate
Reviewers: austin
Reviewed By: austin
Subscribers: phaskell, simonmar, relrod, carter
Differential Revision: https://phabricator.haskell.org/D95
}}}
so feel free to close this issue.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8921#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list