[ 
https://issues.apache.org/jira/browse/HADOOP-17509?focusedWorklogId=548534&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-548534
 ]

ASF GitHub Bot logged work on HADOOP-17509:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Feb/21 10:31
            Start Date: 05/Feb/21 10:31
    Worklog Time Spent: 10m 
      Work Description: 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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 548534)
    Time Spent: 2h 50m  (was: 2h 40m)

> Parallelize building of dependencies
> ------------------------------------
>
>                 Key: HADOOP-17509
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17509
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 3.3.0
>            Reporter: Gautham Banasandra
>            Assignee: Gautham Banasandra
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Need to use make -j$(nproc) to parallelize building of Protocol buffers and 
> Intel ISA - L dependency.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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