[
https://issues.apache.org/jira/browse/HADOOP-12606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated HADOOP-12606:
--------------------------------------
Description: Some of the native code unit tests fail when linked against
libhadoop.so due to @rpath not being defined properly on OS X. (was: The cmake
file configures CMAKE_BUILD_WITH_INSTALL_RPATH set to true, but the file only
configures it properly for Linux and Solaris. On OS X, this causes
libhadoop.so to be compiled with an empty @rpath which in turn breaks every
native unit test that links against libhadoop.dylib. (For some reason, libjvm
is linked using the @rpath location.)
There is a good chance this also breaks FreeBSD and a few others that also
support relocatable link paths.)
> OS X native unit tests fail due to libjvm link errors
> -----------------------------------------------------
>
> Key: HADOOP-12606
> URL: https://issues.apache.org/jira/browse/HADOOP-12606
> Project: Hadoop Common
> Issue Type: Bug
> Components: native
> Reporter: Allen Wittenauer
> Priority: Blocker
>
> Some of the native code unit tests fail when linked against libhadoop.so due
> to @rpath not being defined properly on OS X.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)