Bug 263507

Summary: [GTK] webkitgtk-2.42 build fail
Product: WebKit Reporter: Funda Wang <fundawang>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal Keywords: Gtk
Priority: P3    
Version: WebKit Local Build   
Hardware: PC   
OS: Linux   

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.