[Webkit-unassigned] [Bug 52713] New: Chromium build scripts are broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 05:51:45 PST 2011


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

           Summary: Chromium build scripts are broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonas-webkit at lophus.org


Following the Chromium Trac page (http://trac.webkit.org/wiki/Chromium), the issues arised running `update-webkit` (using yesterday's nightly build):

1.) WebKit/chromium/DEPS misses many dependencies. In particular:
    libwebp  zlib  modp_b64  libevent  harfbuzz  iccjpeg  libjpeg  libpng
    libxml  libxslt  libwebp  npapi  sqlite  mesa  yasm  openmax  grit

    I fixed this issue by manually adding these to DEPS.

2.) The subprocess call on WebKit/chromium/tools/gyp/pylib/gyp/input.py:639 is broken.
    ``contents[1]`` starts with "../tools/" but the script is called from WebKit/chromium/
    so the "../" should not be there.

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