Opened 14 months ago
Closed 14 months ago
#15826 closed defect (fixed)
patchelf not found on certain Linii
Reported by: | Eric Pettersen | Owned by: | Greg Couch |
---|---|---|---|
Priority: | moderate | Milestone: | 1.9 |
Component: | Build System | Version: | |
Keywords: | Cc: | chimera-programmers | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Namely on Flatpak and Ubuntu 20.04 -- and it only fails on the non-parallel builds:
Flatpak:
chmod 755 /run/build/chimerax/build/lib/libpython*.so; patchelf --remove-rpath /run/build/chimerax/build/lib/libpython*.so
/bin/bash: line 1: patchelf: command not found
Ubuntu 20.04:
patchelf --remove-rpath /tmp/chx-develop.GPHzOi/build/lib/python3.11/lib-dynload/*.so
/bin/bash: patchelf: command not found
Note:
See TracTickets
for help on using tickets.
Zach fixed this.