Joe McDonnell created IMPALA-15099:
--------------------------------------
Summary: SLES 15 toolchain container build fails because it can't
find Python headers
Key: IMPALA-15099
URL: https://issues.apache.org/jira/browse/IMPALA-15099
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 5.0.0
Reporter: Joe McDonnell
Assignee: Joe McDonnell
The toolchain's SLES15 docker container build is failing with:
{noformat}
#13 0.133 INFO:assert-dependencies:Checking if /usr/include/python3.6m/Python.h
exists
#13 0.134 Traceback (most recent call last):
#13 0.134 File "/usr/local/bin/assert-dependencies-present.py", line 178, in
<module>
#13 0.134 main()
#13 0.134 File "/usr/local/bin/assert-dependencies-present.py", line 170, in
main
#13 0.134 check_python_headers_present()
#13 0.134 File "/usr/local/bin/assert-dependencies-present.py", line 52, in
check_python_headers_present
#13 0.134 assert os.path.isfile(include)
#13 0.134 AssertionError
#13 ERROR: process "/bin/sh -c assert-dependencies-present.py" did not complete
successfully: exit code: 1{noformat}
One way to fix this is to stop installing python2 and use the regular
python3/python3-devel packages.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)