Skip to content
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

binutils: backport fix for "relocation truncated to fit" errors #8259

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

lazka
Copy link
Member

@lazka lazka commented Apr 1, 2021

example: relocation truncated to fit: IMAGE_REL_AMD64_REL32 against undefined symbol `strtoflt128'

Fixes #7023

example: relocation truncated to fit: IMAGE_REL_AMD64_REL32 against undefined symbol `strtoflt128'

Fixes msys2#7023
@lazka lazka merged commit d0eb35f into msys2:master Apr 1, 2021
antaljanosbenjamin added a commit to memgraph/mgclient that referenced this pull request Apr 22, 2021
Our issue is similar to this [1] issue. Though we shouldn't have
undefined weak symbols, but I think it is somehow connected. This should
be revisited when a new version of binutils comes out, as the issue
should be solved by the new version [2]. The solution is coming from
the official recommendtation [3].

[1] msys2/MINGW-packages#7023
[2] msys2/MINGW-packages#8259
[3] https://www.msys2.org/news/#2021-01-31-aslr-enabled-by-default
gitbuda pushed a commit to memgraph/mgclient that referenced this pull request Apr 22, 2021
Our issue is similar to this [1] issue. Though we shouldn't have
undefined weak symbols, I think it is somehow connected. This should
be revisited when a new version of binutils comes out, as the issue
should be solved by the new version [2]. The solution is coming from
the official recommendation [3].

[1] msys2/MINGW-packages#7023
[2] msys2/MINGW-packages#8259
[3] https://www.msys2.org/news/#2021-01-31-aslr-enabled-by-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linking error generating static executables after the lastest gfortran update
1 participant