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

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

                Author: ASF GitHub Bot
            Created on: 21/May/21 15:36
            Start Date: 21/May/21 15:36
    Worklog Time Spent: 10m 
      Work Description: jojochuang commented on pull request #3037:
URL: https://github.com/apache/hadoop/pull/3037#issuecomment-846040629


   > > This is broken by #1738
   > 
   > That was awhile ago. Gap in our CI coverage for ARM?
   
   I guess the ARM nightly build doesn't use the docker image? Or it has been 
failing for a while? Because apparently the python3 migration wasn't 
successful. Other than this, yarn-ui profile still requires python2. 
Additionally, part of the code requires phantomJS where the ARM binary was 
built for Ubuntu Xenial, not Bionic (missing dynamic libs only available in 
Xenial.)


-- 
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: 600447)
    Time Spent: 1h 20m  (was: 1h 10m)

> [build] python3 migration broke Docker container image for ARM
> --------------------------------------------------------------
>
>                 Key: HADOOP-17723
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17723
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.3.1, 3.4.0
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Running the create-release script for Hadoop 3.3.1 on an ARM machine, docker 
> image fails to build:
> {noformat}
>     aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -Iast27/Include -I/usr/include/python3.6m -c 
> ast27/Parser/acceler.c -o build/temp.linux-aarch64-3.6/ast27/Parser/acceler.o 
>                                                                               
>                              In file included from 
> ast27/Parser/acceler.c:13:0:                                                  
>                               ast27/Parser/../Include/pgenheaders.h:8:10: 
> fatal error: Python.h: No such file or directory                              
>          #include "Python.h"                                                  
>                                                                       
> ^~~~~~~~~~                                                                    
>                                           compilation terminated.             
>                                                                               
>                 error: command 'aarch64-linux-gnu-gcc' failed with exit 
> status 1
> {noformat}
> The missing Python3.h requires python3-dev package: 
> https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory



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