WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
24777
WebKit tools are broken on Tiger
https://bugs.webkit.org/show_bug.cgi?id=24777
Summary
WebKit tools are broken on Tiger
Alexey Proskuryakov
Reported
2009-03-24 07:50:46 PDT
$ run-safari Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/ap/WebKit/WebKitBuild/Debug. *error: arch takes no arguments Looks like this was caused by <
http://trac.webkit.org/changeset/41696
>. It isn't immediately clear to me how to fix it.
Attachments
proposed fix
(1.20 KB, patch)
2009-03-31 03:43 PDT
,
Alexey Proskuryakov
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2009-03-24 09:46:27 PDT
The solution is to not use 'arch' to run binaries on Tiger, since it's never necessary and doesn't work in the same way it does on Leopard and beyond.
Alexey Proskuryakov
Comment 2
2009-03-31 03:43:19 PDT
Created
attachment 29111
[details]
proposed fix
Mark Rowe (bdash)
Comment 3
2009-03-31 10:14:27 PDT
It may be better to skip setting $architecture at all on Tiger, like we do on non-Mac platforms, since I don't think it's ever useful on Tiger. This will also avoid having to check for Tiger at places that it is used.
Alexey Proskuryakov
Comment 4
2009-03-31 14:40:59 PDT
Committed
r42142
.
> It may be better to skip setting $architecture at all on Tiger
I'm pretty much happy with getting my run-safari back. Would you be willing to work on further improving this?
Mark Rowe (bdash)
Comment 5
2009-03-31 14:43:03 PDT
I don't have a Tiger machine to test anything on, so it's not likely I'll be doing anything on this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug