-
Notifications
You must be signed in to change notification settings - Fork 235
patchelf: Fails on static executables: cannot find section .interp #4
Comments
That's the error message that |
There was a similar problem with Alpine binaries IIRC. Has this been fixed somehow? |
No, it has not been fixed. The possible solutions are:
I'm inclined for solution 1. Your thoughts? |
I was avoiding |
Counting on @sjackman, are you still experiencing this issue? If so, then it sounds like we might be best off skipping static executables. |
Yep, this issue is current, and we need to skip static executables. How though? Fix |
Sorry, I wasn't clear. By that, I meant we probably shouldn't be modifying I'm more inclined to use Strictly my opinion, I emphasize. Maybe we should defer to the NixOS developers on what they do about static executables? |
I didn't click on the link. My fault. I haven't experienced I've asked the NixOS developers in NixOS/patchelf#78 if they would consider adding an option to make the above error a warning rather than an error. |
@DoomHammer Piotr, do you have a fix for |
I believe #352 fixes the error |
You are right, this was a different issue. |
Now that |
Agreed, resources such as |
Great. Agreed. That should fix the |
Compiling on a CentOS 5 machine, I ran
It would be nice to find a recipe that we can run on Ubuntu 14 that builds a working bottle for CentOS 5. |
I'll take it. |
Found a recipe for building on Ubuntu 14:
|
PR #75 uses |
From @sjackman on March 29, 2016 22:53
https://travis-ci.org/Linuxbrew/linuxbrew/builds/119350327#L2890
Copied from original issue: Linuxbrew/legacy-linuxbrew#1005
The text was updated successfully, but these errors were encountered: