[Webkit-unassigned] [Bug 49208] New: Build fails when features are disabled (--disable-database, --disable-svg, etc.)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 14:11:45 PST 2010


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

           Summary: Build fails when features are disabled
                    (--disable-database, --disable-svg, etc.)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msmith at cbnco.com


Hi,

webkit-gtk fails to build when database storage and/or SVG are disabled. I have a patch to fix the build in r68244; looking at the affected files, I think it'll apply to trunk.

The affected flags are --disable-database, --disable-dom-storage, --disable-offline-web-applications, and --disable-svg.

I'm using the following configure flags:
                --disable-debug \
                --disable-channel-messaging \
                --disable-database \
                --disable-datalist \
                --disable-dom-storage \
                --disable-eventsource \
                --disable-filters \
                --disable-geolocation \
                --disable-icon-database \
                --disable-javascript-debugger \
                --disable-offline-web-applications \
                --disable-svg \
                --disable-svg-animation \
                --disable-svg-as-image \
                --disable-svg-fonts \
                --disable-svg-foreign-object \
                --disable-svg-use \
                --disable-video \

The stripped-down builds get broken once in a while - previous fixes include #37761, r53645, and r52245. (Changesets breaking the builds include r64151, r58801, and r67392.) --disable-database is especially prone to breaking. I think it'd be worth it to have a buildbot slave doing builds with features disabled.

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