[Webkit-unassigned] [Bug 41679] New: [Qt] REGRESSION (r62511): 64-bit build is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 03:15:14 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41679

           Summary: [Qt] REGRESSION (r62511): 64-bit build is broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


They don't exist on Linux:
#include <mach/mach_init.h>
#include <mach/vm_map.h>

arc4random() function is available only on bsd based systems by default.
On Linux, you have to install libbsd-dev package to use arc4random(). I 
think it isn't a good idea to add a new dependency because of this function.

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



More information about the webkit-unassigned mailing list