[Webkit-unassigned] [Bug 34920] New: Fails to build on GNU/Hurd because of PATH_MAX usage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 13 07:06:18 PST 2010


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

           Summary: Fails to build on GNU/Hurd because of PATH_MAX usage
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pochu27 at gmail.com


Hi,

WebKit built fine on GNU/Hurd until 1.1.17. However some release after that has
introduced PATH_MAX in a couple of tests. PATH_MAX is not guaranteed to be
defined and thus shouldn't be used unconditionally for portability reasons.

I've prepared a patch to avoid using PATH_MAX to let WebKit build on GNU/Hurd
again. It uses dynamic allocation instead of fixed size buffers.

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