Skip to content

binutils: add thin archives fd patch #2426

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

wwwutz
Copy link
Collaborator

@wwwutz wwwutz commented Oct 26, 2021

fix for example qtwebkit-5.212 link fail

/usr/lib/gcc/x86_64-pc-linux-gnu/7.5.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../lib/libWebCore.a: error adding symbols: malformed archive
collect2: error: ld returned 1 exit status
make[2]: *** [Tools/TestWebKitAPI/CMakeFiles/TestWebCore.dir/build.make:242: bin/TestWebKitAPI/WebCore/TestWebCore] Error 1

https://sourceware.org/pipermail/binutils/2021-July/117502.html
https://sourceware.org/bugzilla/show_bug.cgi?id=28138
https://github.com/nodejs/node/issues/39452

bee update binutils-2.37-1

fix for example qtwebkit-5.212 link fail
```
/usr/lib/gcc/x86_64-pc-linux-gnu/7.5.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../lib/libWebCore.a: error adding symbols: malformed archive
collect2: error: ld returned 1 exit status
make[2]: *** [Tools/TestWebKitAPI/CMakeFiles/TestWebCore.dir/build.make:242: bin/TestWebKitAPI/WebCore/TestWebCore] Error 1
```
@wwwutz wwwutz merged commit 512b3a8 into master Oct 26, 2021
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant