Bug 102347
| Summary: | libWebCore.a: malformed archive header | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | gustavo, mrobinson, prahal, xan.lopez, zan |
| Priority: | P2 | Keywords: | Gtk, PlatformOnly |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Daniel Bates
I noticed that the GTK Linux 64-bit Release buildbot is failing with the following error output:
...
CXXLD Programs/WebKitPluginProcess
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 1755880
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 4719756
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 7141640
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 9248484
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 12220200
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 20364228
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 25503796
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 30686420
...
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 138451464
/usr/bin/ld: error: ./.libs/libWebCore.a: malformed archive header at 139046084
collect2: error: ld returned 1 exit status
make[1]: *** [Programs/WebKitPluginProcess] Error 1
(<http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug/builds/39182/steps/compile-webkit/logs/stdio>; changeset r134747)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Daniel Bates
Bug #91154 seems somewhat related. It documents a "malformed archive" error message when linking WebKitPluginProcess.
Gustavo Noronha (kov)
Hey, I believe this has been fixed by 134864 and 135538, thanks for the bug report!
Gustavo Noronha (kov)
*** Bug 91154 has been marked as a duplicate of this bug. ***