[GHC] #8902: Test for RTLD_NEXT, RTLD_DEFAULT broken on Linux
GHC
ghc-devs at haskell.org
Sun Mar 16 17:09:08 UTC 2014
#8902: Test for RTLD_NEXT, RTLD_DEFAULT broken on Linux
------------------------------------+---------------------------------
Reporter: trommler | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: libraries/unix | Version: 7.8.1-rc2
Keywords: | Operating System: Linux
Architecture: Unknown/Multiple | Type of failure: None/Unknown
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
------------------------------------+---------------------------------
Building 7.8.1RC2 on openSUSE, I see this:
{{{
[ 2270s] checking return type of unsetenv... int
[ 2270s] checking for RTLD_NEXT from dlfcn.h... no
[ 2270s] checking for RTLD_DEFAULT from dlfcn.h... no
[ 2270s] checking for RTLD_LOCAL from dlfcn.h... yes
}}}
The manual says that both RTLD_NEXT and RTLD_DEFAULT exist.
Setting priority to low as I don't see any failures because of that.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8902>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list