Bug 101639 - webkit2 uses shm_open()/shm_unlink() inconditionally, they're unavailable on OpenBSD
Summary: webkit2 uses shm_open()/shm_unlink() inconditionally, they're unavailable on ...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-08 13:29 PST by Landry Breuil
Modified: 2012-11-08 23:07 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Landry Breuil 2012-11-08 13:29:59 PST
I've tried building webkit2 on OpenBSD, but it fails hard in Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp because it uses shm_open, which is not available on OpenBSD. Could  an alternative be considered, like a file in TMPDIR ?