[Webkit-unassigned] [Bug 102946] New: Source/WTF/wtf/Assertions.cpp: fix build on a uClibc system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 08:07:03 PST 2012


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

           Summary: Source/WTF/wtf/Assertions.cpp: fix build on a uClibc
                    system
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://bugs.gentoo.org/441674
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: basile at opensource.dyc.edu
                CC: gnome at gentoo.org


Created an attachment (id=175450)
 --> (https://bugs.webkit.org/attachment.cgi?id=175450&action=review)
Refines the check for OS(LINUX) so that !defined(__UCLIBC__)

webkit-gtk fails to build on a uClibc system because Assertions.cpp assumes that all Linux systems have execinfo.h and provide backtrace().  This is not necessarily the case for uClibc which can be configured without these.  This patch refines the check for OS(LINUX) to prevent this breakage.

Downstream bug: https://bugs.gentoo.org/441674

-- 
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