Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Linux 5.13.0-1005-gcp #6-Ubuntu SMP Fri Oct 8 15:14:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
-
Reviewed
Description
The Docker build usingĀ start-build-env.sh is failing since commit 1032724. It can be reproduced with a minimal Ubuntu image and by running mvn clean install -Pnative -DskipTests -DskipShade -Dmaven.javadoc.skip=true inside the Docker container via start-build-env.sh.
The regression was introduced by HDFS-16300 where it removed the line
find_library(OPENSSL_LIBRARY NAMES ${OPENSSL_NAME})
I suspect the CI didn't catch it because of the base image the CI runs with? I'm not 100% certain how real this build issue is, but according to BUILDING.txt, a base Ubuntu image should be able to build Hadoop using start-build-env.sh, and that's now broken.
Attachments
Attachments
Issue Links
- is caused by
-
HDFS-16300 Use libcrypto in Windows for libhdfspp
- Resolved
- links to