[Webkit-unassigned] [Bug 33903] New: FTBFS on GNU/kFreeBSD caused by missing strnstr() on glibc systems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 07:29:29 PST 2010


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

           Summary: FTBFS on GNU/kFreeBSD caused by missing strnstr() on
                    glibc systems
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fabo at debian.org



Fathi Boudra <fabo at debian.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47028|                            |review?
               Flag|                            |


Created an attachment (id=47028)
 --> (https://bugs.webkit.org/attachment.cgi?id=47028)
fix kfreebsd ftbfs

While building Qt 4.6.1 on GNU/kFreeBSD, it fails to build from scratch:
websockets/WebSocketHandshake.cpp: In member function ‘int
WebCore::WebSocketHandshake::readServerHandshake(const char*, size_t)’:
websockets/WebSocketHandshake.cpp:255: error: ‘strnstr’ was not declared in
this scope

it's caused by the missing strnstr() function on glibc systems.

webkit trunk should be also affected as the source code found on Qt 4.6.1 is
similar.

Please, find attached an initial patch to fix the issue.

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