smengcl commented on pull request #2669:
URL: https://github.com/apache/hadoop/pull/2669#issuecomment-773599937


   @GauthamBanasandra Yes. I just ran docker build again and it still fails, 
seemingly because of boost library compilation failure:
   
   ```
   common.copy /usr/lib/libboost_wave.a
   ...failed updating 11 targets...
   ...skipped 24 targets...
   ...updated 16944 targets...
   The command '/bin/bash -o pipefail -c mkdir -p /opt/boost-library     && 
curl -L 
https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.bz2/download
 > boost_1_72_0.tar.bz2     && mv boost_1_72_0.tar.bz2 /opt/boost-library     
&& cd /opt/boost-library     && tar --bzip2 -xf boost_1_72_0.tar.bz2     && cd 
/opt/boost-library/boost_1_72_0     && ./bootstrap.sh --prefix=/usr/     && 
./b2 --without-python install     && cd /root     && rm -rf /opt/boost-library' 
returned a non-zero code: 1
   ```
   
   This should have nothing to do with this PR. Don't worry. :)
   
   I posted the full log 
[here](https://gist.github.com/smengcl/200668f706306031f72b8010d7c728a0).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to