[Webkit-unassigned] [Bug 17019] New: Webkit does not built on linux powerpc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 03:48:27 PST 2008


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

           Summary: Webkit does not built on linux powerpc
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh PowerPC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: baggetun at gmail.com


Tested with two linux powerpc boxes (see DDR models
http://en.wikipedia.org/wiki/Power_Mac_G4). one with Debian Lenny (Testing) and
 one with Ubuntu 7.04. Building Webkit (with --enable-video --enable-svg) on
both fails with same error message. At another Debian Lenny box K7/AMD
architecture Webkit builds with no error message (using same version of gcc
etc).


Error message:

g++ -DHAVE_CONFIG_H -I. -I./JavaScriptCore -I./JavaScriptCore/ForwardingHeaders
-I./JavaScriptCore/wtf -I./JavaScriptCore/kjs -I./DerivedSources
-DBUILDING_GTK__=1 -DWTF_CHANGES -DXP_UNIX -DNDEBUG -DENABLE_ICONDATABASE=0
-I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/bindings
-I./JavaScriptCore/bindings/c -I./JavaScriptCore/pcre -I./JavaScriptCore/kjs
-D_REENTRANT -I/usr/include -Wall -W -Wcast-align -Wchar-subscripts
-Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef
-Wmissing-format-attribute -Wpointer-arith -Wwrite-strings
-Wno-unused-parameter -fvisibility-inlines-hidden -fno-rtti -fno-exceptions
-fvisibility=hidden -fstrict-aliasing -O2 -MT
JavaScriptCore/kjs/libJavaScriptCore_la-AllInOneFile.lo -MD -MP -MF
JavaScriptCore/kjs/.deps/libJavaScriptCore_la-AllInOneFile.Tpo -c
JavaScriptCore/kjs/AllInOneFile.cpp  -fPIC -DPIC -o
JavaScriptCore/kjs/.libs/libJavaScriptCore_la-AllInOneFile.o
/tmp/cczT9o46.s: Assembler messages:
/tmp/cczT9o46.s:20238: Error: syntax error; found `,' but expected `('
/tmp/cczT9o46.s:20238: Error: junk at end of line: `,11'
make[1]: *** [JavaScriptCore/kjs/libJavaScriptCore_la-AllInOneFile.lo] Error 1
make[1]: Leaving directory `/home/intermedia/apps/WebKit'
make: *** [all] Error 2
intermedia at ubuntu-ppc:~/apps/WebKit $ 


Debian Lenny uname -a 
Linux powerdeb 2.6.22-3-powerpc-smp

Ubuntu 7.04 uname -a
Linux ubuntu-ppc 2.6.20-16-powerpc-smp #3 SMP Tue Dec 18 07:56:48 UTC 2007 ppc
GNU/Linux


a at ubuntu-ppc:~/apps/WebKit $ g++ --version
g++ (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Relevant assembly/disassembly code:
http://paste.lisp.org/display/54743


-- 
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