[Webkit-unassigned] [Bug 150618] New: [SOUP] Cannot build the network process in glibc-based BSD systems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 01:11:12 PDT 2015


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

            Bug ID: 150618
           Summary: [SOUP] Cannot build the network process in glibc-based
                    BSD systems
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: All
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: bugs-noreply at webkitgtk.org

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) };
                                                              ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151028/0a5c5b56/attachment.html>


More information about the webkit-unassigned mailing list