[Webkit-unassigned] [Bug 102076] New: [CMake] Incorrect dependency calculation when generating forwarding headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 05:59:31 PST 2012


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

           Summary: [CMake] Incorrect dependency calculation when
                    generating forwarding headers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rakuco at webkit.org
                CC: tmpsantos at gmail.com


See <http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/11/steps/compile-webkit/logs/stdio>, for example.

Targets such as `test_wtf' in Tools/TestWebKitAPI correctly depend on the targets `forwarding-headersEflForTestWebKitAPI' and `forwarding-headersSoupForTestWebKitAPI' which call generate-forwarding-headers.pl. However, these dependencies are not enough, since some headers, such as WKBaseSoup.h are not generated. This comes from the fact that generate-forwarding-headers.pl is called with Tools/TestWebKitAPI as the base directory, and some headers are only found when run with WebKit2 as the base directory (which happens on the `forwarding-headerEfl' and `forwarding-headerSoup' targets in Source/WebKit2/PlatformEfl.cmake.

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