[Webkit-unassigned] [Bug 152625] New: build fails on musl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 31 14:00:22 PST 2015


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

            Bug ID: 152625
           Summary: build fails on musl
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: raj.khem at gmail.com

when building webkit2 with musl C library we end up with compile errors due to assumptions that C library for Linux is always glibc and it works with uclibc since uclibc pretends to be glibc in so many cases. However this breaks when we use musl C library for system C library on Linux.

Errors like

/home/ubuntu/work/oe/openembedded-core/build/tmp-musl/sysroots/qemuarm/usr/include/c++/5.3.0/arm-oe-linux-musleabi/bits/ctype_inline.h:68:29: error: 'isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h' was not declared in this scope
       __testis = isspace(__c);

show up

-- 
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/20151231/0a9569a3/attachment.html>


More information about the webkit-unassigned mailing list