[ https://issues.apache.org/jira/browse/BUILDS-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161163#comment-14161163 ]
Andrew Bayer commented on BUILDS-26: ------------------------------------ That weirdo failure is almost certainly due to some ugliness in the ansible playbook re-copying Java into place every time. I'm working on that. re: opensslconf.h - here's what I find: {noformat} abayer@asf904:~$ locate opensslconf.h /home/jenkins/.node-gyp/0.10.31/deps/openssl/config/opensslconf.h /home/jenkins/.node-gyp/0.10.31/deps/openssl/openssl/MacOS/opensslconf.h /home/jenkins/.node-gyp/0.10.31/deps/openssl/openssl/crypto/opensslconf.h /home/jenkins/.node-gyp/0.10.31/deps/openssl/openssl/include/openssl/opensslconf.h /usr/include/x86_64-linux-gnu/openssl/opensslconf.h abayer@asf904:~$ {noformat} Obviously the node stuff can be ignored, but it looks like the file was moved in Deb 7/Ubuntu 14.04 vs 10.04 or 12.04 - see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733644 e.g. > Install openssl-devel package on Jenkins machines > ------------------------------------------------- > > Key: BUILDS-26 > URL: https://issues.apache.org/jira/browse/BUILDS-26 > Project: Infra Build Platform > Issue Type: Bug > Reporter: Ted Yu > > In the email thread 'Build failed in Jenkins: Hadoop-Common-trunk due to > missing header file', Colin wrote: > {noformat} > opensslconf.h is part of the openssl-devel package (at least on my > machine) and if it is missing, I would suspect that openssl is either > not installed or incorrectly installed. > We need it for the native build to have coverage for the > openssl-related things (like random number generation and encryption). > {noformat} > Please install openssl-devel package on Jenkins machines -- This message was sent by Atlassian JIRA (v6.3.4#6332)