Bug 263507 - [GTK] webkitgtk-2.42 build fail
Summary: [GTK] webkitgtk-2.42 build fail
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2023-10-21 23:53 PDT by Funda Wang
Modified: 2023-10-21 23:54 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Funda Wang 2023-10-21 23:53:43 PDT
Webkitgtk-2.42.1 build failed with:
/usr/bin/ld: /tmp/ccZh2FNS.ltrans0.ltrans.o: in function `ipint_table_size_validate':
<artificial>:(.text+0x49f0f): undefined reference to `ipint_extern_table_size'
/usr/bin/ld: /tmp/ccZh2FNS.ltrans0.ltrans.o: in function `ipint_table_fill_validate':
<artificial>:(.text+0x4a019): undefined reference to `ipint_extern_table_fill'

But I cannot find relative function name inside source code.

Full log here:
https://build.openanolis.cn/kojifiles/work/tasks/825/730825/build.log
Comment 1 Funda Wang 2023-10-21 23:54:11 PDT
FYI, webkitgtk 2.40.5 built without any problem here.