[
https://issues.apache.org/jira/browse/HADOOP-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272129#comment-13272129
]
Hudson commented on HADOOP-7868:
--------------------------------
Integrated in Hadoop-Common-trunk-Commit #2218 (See
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2218/])
HADOOP-7868. Hadoop native fails to compile when default linker option is
-Wl,--as-needed. Contributed by Trevor Robinson (Revision 1336491)
Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1336491
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/acinclude.m4
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/configure.ac
> Hadoop native fails to compile when default linker option is -Wl,--as-needed
> ----------------------------------------------------------------------------
>
> Key: HADOOP-7868
> URL: https://issues.apache.org/jira/browse/HADOOP-7868
> Project: Hadoop Common
> Issue Type: Bug
> Components: native
> Affects Versions: 1.0.0, 2.0.0
> Environment: Ubuntu Precise, Ubuntu Oneiric, Debian Unstable
> Reporter: James Page
> Assignee: Trevor Robinson
> Fix For: 2.0.0
>
> Attachments: HADOOP-7868-portable.patch, HADOOP-7868.patch
>
>
> Recent releases of Ubuntu and Debian have switched to using --as-needed as
> default when linking binaries.
> As a result the AC_COMPUTE_NEEDED_DSO fails to find the required DSO names
> during execution of configure resulting in a build failure.
> Explicitly using "-Wl,--no-as-needed" in this macro when required resolves
> this issue.
> See http://wiki.debian.org/ToolChain/DSOLinking for a few more details
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira