[Webkit-unassigned] [Bug 107926] New: make-3.82 fails to build on ARM/Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 00:43:21 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107926

           Summary: make-3.82 fails to build on ARM/Linux
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kmowery at gmail.com


Running

$ Tools/Scripts/update-webkitgtk-libs

fails as of r140691 when compiling make-3.82 on an Debian armel install (`uname -a`: "Linux huan 3.7.4-x8 #1 SMP Tue Jan 22 19:03:12 UTC 2013 armv7l GNU/Linux")

The error:

gcc -DLOCALEDIR=\"/home/kmowery/src/webkit/WebKitBuild/Dependencies/Root/share/locale\" -DLIBDIR=\"/home/kmowery/src/webkit/WebKitBuild/Dependencies/Root/lib\" -DINCLUDEDIR=\"/home/kmowery/src/webkit/We
bKitBuild/Dependencies/Root/include\" -DHAVE_CONFIG_H -I.      -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
job.c: In function ‘construct_command_argv_internal’:
job.c:2883:16: error: ‘PAGE_SIZE’ undeclared (first use in this function)
job.c:2883:16: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [job.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/main.Tpo .deps/main.Po
make[2]: Leaving directory `/home/kmowery/src/webkit/WebKitBuild/Dependencies/Source/make-3.82'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kmowery/src/webkit/WebKitBuild/Dependencies/Source/make-3.82'
make: *** [all] Error 2

This error appears to be caused by the webkit-provided patch "Tools/gtk/patches/make-3.82-arg-list-length.patch".

As a workaround, truncating this file allows make-3.82 to build properly. I'm not currently sure if WebKit GTK will build with the modified make, though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list