[Webkit-unassigned] [Bug 14744] New: Crosscompilation broken by recent pcre change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 03:55:37 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14744

           Summary: Crosscompilation broken by recent pcre change
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koen at openembedded.org


It looks like r24411 introduced running the just built 'dftables', which of
course doesn't work when crosscompiling x86->arm, since my opteron chokes on
armv5te instructions.

The error

echo "#include <string.h>" >
/data/build/koen/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/webkit-0.0+svn20070724-r1/WebKitBuilds/Debug//WebCore/tmp/DocTypeStrings.cpp
&& gperf -CEot -L ANSI-C -k '*' -N findDoctypeEntry -F
,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards <
/data/build/koen/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/webkit-0.0+svn20070724-r1/WebCore/html/DocTypeStrings.gperf
>>
/data/build/koen/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/webkit-0.0+svn20070724-r1/WebKitBuilds/Debug//WebCore/tmp/DocTypeStrings.cpp/data/build/koen/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/webkit-0.0+svn20070724-r1/WebKitBuilds/Debug/JavaScriptCore/pcre/tmp/dftables
tmp/chartables.c/data/build/koen/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/webkit-0.0+svn20070724-r1/WebKitBuilds/Debug/JavaScriptCore/pcre/tmp/dftables:
/data/build/koen/OE/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/webkit-0.0+svn20070724-r1/WebKitBuilds/Debug/JavaScriptCore/pcre/tmp/dftables:
cannot execute binary filemake[1]: *** [tmp/chartables.c] Error 126

Could this be changes to run an external dftables (e.g. dftables from x86 pcre)
or back out the offending cset?

WebkitGdk did work brilliantly on my arm devices before this cset.


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



More information about the webkit-unassigned mailing list