Bug 16549 - WebKit nightly build failing to launch on PowerPC G3s
Summary: WebKit nightly build failing to launch on PowerPC G3s
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (PowerPC) OS X 10.4
: P2 Normal
Assignee: Mark Rowe (bdash)
URL: http://paste.lisp.org/display/52855
Keywords:
: 16566 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-20 20:56 PST by Pyro
Modified: 2007-12-21 20:41 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pyro 2007-12-20 20:56:51 PST
every-time I open webkit, it almost immediately crashes. I have tried my on build, but to a build error.
I have made sure my software. I am on an iBook G3 (Dual USB) 14' with 256MB of RAM and a 900mhz processor.
Comment 1 Mark Rowe (bdash) 2007-12-20 21:30:07 PST
The first build in which this is broken is r27031, which is the first super-fat (10.4 + 10.5) nightly build.  I must have broken something in my build scripts.
Comment 2 Mark Rowe (bdash) 2007-12-21 00:39:23 PST
And the cause is:

$ otool -arch ppc -hV "WebKitLibraries/libWebKitSystemInterfaceTiger.a(cuEnc64.o)"
WebKitLibraries/libWebKitSystemInterfaceTiger.a(cuEnc64.o):
Mach header
      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
   MH_MAGIC     PPC    ppc7400  0x00      OBJECT     3       1248 SUBSECTIONS_VIA_SYMBOLS

The copy of libWebKitSystemInterfaceTiger.a in SVN is not very Tiger-friendly.
Comment 3 Mark Rowe (bdash) 2007-12-21 17:59:55 PST
*** Bug 16566 has been marked as a duplicate of this bug. ***
Comment 4 Mark Rowe (bdash) 2007-12-21 20:41:11 PST
Fix landed in r28949.