[
https://issues.apache.org/jira/browse/MAPREDUCE-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ranjit Mathew updated MAPREDUCE-2127:
-------------------------------------
Component/s: pipes
build
I see the same issue on Fedora 13 with {{ant -Dcompile.c++=true}} or with
{{test-patch.sh}}. The
error from the log-file in {{build/c++-build/Linux-i386-32/pipes/config.log}}
is:
{quote}
configure:4176: checking for HMAC_Init in -lssl
configure:4206: gcc -o conftest -g -O2 conftest.c -lssl -lpthread >&5
/usr/bin/ld: /tmp/ccux6G7X.o: undefined reference to symbol 'HMAC_Init'
/usr/bin/ld: note: 'HMAC_Init' is defined in DSO /lib/libcrypto.so.10 so try
adding it to the linker command line
/lib/libcrypto.so.10: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
{quote}
This is due to changes in {{ld}}
([http://fedoraproject.org/wiki/UnderstandingDSOLinkChange]) so
that it no longer does implicit linking of shared libraries.
See [http://forum.nginx.org/read.php?30,133815,133869#msg-133869] for a
possible solution.
The issue was introduced with MAPREDUCE-1733.
> mapreduce trunk builds are filing on hudson ..
> -----------------------------------------------
>
> Key: MAPREDUCE-2127
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2127
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: build, pipes
> Reporter: Giridharan Kesavan
>
> https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/507/console
> [exec] checking for pthread.h... yes
> [exec] checking for pthread_create in -lpthread... yes
> [exec] checking for HMAC_Init in -lssl... no
> [exec] configure: error: Cannot find libssl.so
> [exec]
> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/src/c++/pipes/configure:
> line 4250: exit: please: numeric argument required
> [exec]
> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/src/c++/pipes/configure:
> line 4250: exit: please: numeric argument required
> BUILD FAILED
> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/build.xml:1647:
> exec returned: 255
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.