Skip to content

Commit 7de97b6

Browse files
jonathan-albrecht-ibmindygreg
authored andcommitted
downloads: patchelf 0.12 -> 0.13.1
patchelf 0.13.1 fixes a bug that caused the python3* executable to be corrupted on s390x. Attempting to run python3 on an s390x machine would produce an error like: install/bin/python3: Permission denied patchelf 0.13.1 is the most recent version that can be compiled by the debian stretch gcc since newer versions of patchelf require c++-17.
1 parent 0248aae commit 7de97b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cpython-unix/build-patchelf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PATH=/tools/${TOOLCHAIN}/bin:/tools/host/bin:$PATH
1111

1212
tar -xf patchelf-${PATCHELF_VERSION}.tar.bz2
1313

14-
pushd patchelf-0.12.20200827.8d3a16e
14+
pushd patchelf-0.13.1.20211127.72b6d44
1515

1616
CC="${HOST_CC}" CXX="${HOST_CXX}" CFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" \
1717
./configure \

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@
220220
"version": "2.11.06",
221221
},
222222
"patchelf": {
223-
"url": "https://github.com/NixOS/patchelf/releases/download/0.12/patchelf-0.12.tar.bz2",
224-
"size": 165069,
225-
"sha256": "699a31cf52211cf5ad6e35a8801eb637bc7f3c43117140426400d67b7babd792",
226-
"version": "0.12",
223+
"url": "https://github.com/NixOS/patchelf/releases/download/0.13.1/patchelf-0.13.1.tar.bz2",
224+
"size": 173598,
225+
"sha256": "39e8aeccd7495d54df094d2b4a7c08010ff7777036faaf24f28e07777d1598e2",
226+
"version": "0.13.1",
227227
},
228228
"pip": {
229229
"url": "https://files.pythonhosted.org/packages/02/65/f15431ddee78562355ccb39097bf9160a1689f2db40dc418754be98806a1/pip-23.2-py3-none-any.whl",

0 commit comments

Comments
 (0)