RESOLVED INVALID 31484
32-bit WebKit being built on 64-bit machine when building via crontab
https://bugs.webkit.org/show_bug.cgi?id=31484
Summary 32-bit WebKit being built on 64-bit machine when building via crontab
Simon Welsh
Reported 2009-11-13 11:55:12 PST
If I clean then build WebKit (using build-webkit --clean && build-webkit), running run-safari causes Safari to correctly load the WebKit build. I have a crontab set up that daily runs /Volumes/SpeedMonkey/WebKitTools/Scripts/update-webkit && /Volumes/SpeedMonkey/WebKitTools/Scripts/build-webkit. Upon running run-safari after this, I get the expected message: "Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Volumes/SpeedMonkey/WebKitBuild/Release", but the WebKit build is not loaded. This is on Mac OS 10.6.1 and 10.6.2, running Safari 4.0.3 and 4.0.4 respectively.
Attachments
Mark Rowe (bdash)
Comment 1 2009-11-13 12:02:39 PST
How are you determining that it is not used?
Simon Welsh
Comment 2 2009-11-13 12:06:14 PST
The useragent is the standard Safari one, without the newer WebKit version or the +
Simon Welsh
Comment 3 2009-11-13 14:58:03 PST
Further investigation has shown this to be because build-webkit being called from within a cron job is building a 32-bit version, rather than a 64-bit. I have since switched to using launchd.
Mark Rowe (bdash)
Comment 4 2009-11-13 17:59:00 PST
Please retitle the bug to describe what the problem actually is!
Ahmad Saleem
Comment 5 2022-09-12 15:14:51 PDT
ap@webkit.org - Is it something still applicable? or Webkit 32-bit is gone now?
Brent Fulgham
Comment 6 2022-09-12 15:34:17 PDT
I don't believe this is still an issue.
Alexey Proskuryakov
Comment 7 2022-09-12 15:35:00 PDT
32-bit WebKit is gone, however: - I strongly suspect that this wasn't the only thing that was going wrong in this scenario; - and that it has nothing to do with WebKit, but with the environment that cron jobs run it (a different environment? maybe even as root?) Using launchd is the right approach anyway.
Note You need to log in before you can comment on or make changes to this bug.