-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readpe: symbol lookup error: /usr/lib/libpe.so.1: undefined symbol: _ZGVdN4v_log2 #199
Comments
As an aside: |
Yes I am using glibc and x86/amd64, glibc is the default, the only thing that could impact the glibc may be that I have nix installed as well and have paths for Nix in my PATH variable, not sure if Nix comes with it's own glibc |
@GoGoOtaku ldd output :
|
I tried building it on a fresh vm and it looks like the PKGBUILD is working.
Seems like it didn't link against
Now afaik this shouldn't cause what you experience. (I could still run it in my VM after all) |
I'm using mold as a linker, maybe that's the issue ? And not the default linker @GoGoOtaku |
I could actually reproduce this error with mold. And it is indeed the missing |
Thanks a lot for your help ! I will be waiting and test it once it's out |
Hi again @GoGoOtaku could I be of any help towards the new release ? I would just like to help fix this issue, I can work on a PR/do some tests if needed. |
I'm sorry for this taking so long. I did make a new release now tho. |
Thanks a lot for the new release ! |
Describe the bug
Installed readpe from the AUR, ran the command
To Reproduce
Please provide us with:
Expected behavior
Should work
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: