WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
150618
[SOUP] Cannot build the network process in glibc-based BSD systems
https://bugs.webkit.org/show_bug.cgi?id=150618
Summary
[SOUP] Cannot build the network process in glibc-based BSD systems
Alberto Garcia
Reported
2015-10-28 01:11:12 PDT
r184567
added support for st_birthtime in BSD systems. However this field is specific to the BSD libc, and therefore is not present on BSD systems that use the glibc, such as Debian GNU/kFreeBSD. Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystem.cpp: In function 'WebKit::NetworkCache::FileTimes WebKit::NetworkCache::fileTimes(const WTF::String&)': Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystem.cpp:101:62: error: 'struct stat' has no member named 'st_birthtime' return { std::chrono::system_clock::from_time_t(fileInfo.st_birthtime), std::chrono::system_clock::from_time_t(fileInfo.st_mtime) }; ^
Attachments
Patch
(947 bytes, patch)
2015-10-28 01:12 PDT
,
Alberto Garcia
cgarcia
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alberto Garcia
Comment 1
2015-10-28 01:12:55 PDT
Created
attachment 264200
[details]
Patch
Alberto Garcia
Comment 2
2015-10-28 01:42:38 PDT
Committed
r191662
: <
http://trac.webkit.org/changeset/191662
>
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