NixOS / patchelf

A small utility to modify the dynamic linker and RPATH of ELF executables
GNU General Public License v3.0
3.57k stars 486 forks source link

repeated-updates.sh fails on mips64el #522

Open fsateler opened 1 year ago

fsateler commented 1 year ago

Describe the bug

Test repeated-updates.sh fails by creating 3 segments instead of the maximum expected 2

Full build log: https://buildd.debian.org/status/fetch.php?pkg=patchelf&arch=mips64el&ver=0.18.0-1&stamp=1695630651&raw=0

Steps To Reproduce

Build on mips64el and see it fail.

Linux eller 4.19.0-21-octeon #1 SMP Debian 4.19.249-2 (2022-06-30) mips64 GNU/Linux

Expected behavior

Patchelf to build

patchelf --version output

0.18

fsateler commented 1 year ago

Applying #510 which looked related didn't work