[Webkit-unassigned] [Bug 94488] New: DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp: No such file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 09:40:30 PDT 2012


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

           Summary: DerivedSources/WebKit2/AuthenticationManagerMessageRec
                    eiver.cpp: No such file or directory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeremyhu at apple.com


webkit-1.8.2 fails to build on some configurations with:

webkit-1.8.2 $ sudo make V=1
/opt/local/bin/python ./Source/WebKit2/Scripts/generate-message-receiver.py ./Source/WebKit2/WebProcess/Authentication/AuthenticationManager.messages.in > DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp
/bin/sh: DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp: No such file or directory
make: *** [DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp] Error 1

The problem is that the DerivedSources/WebKit2 path does not exist.

...

If I create that path, the build continues until:


/opt/local/bin/perl Source/WebKit2/Scripts/generate-forwarding-headers.pl ./Source/WebKit2 ./DerivedSources/WebKit2/include gtk
/opt/local/bin/perl Source/WebKit2/Scripts/generate-forwarding-headers.pl ./Source/WebKit2 ./DerivedSources/WebKit2/include soup
/opt/local/bin/perl Source/WebKit2/Scripts/generate-forwarding-headers.pl ./Tools/WebKitTestRunner ./DerivedSources/WebKit2/include gtk
/opt/local/bin/perl Source/WebKit2/Scripts/generate-forwarding-headers.pl ./Tools/WebKitTestRunner ./DerivedSources/WebKit2/include soup
/opt/local/bin/perl \
        -I ./Source/WebCore/bindings/scripts \
        -I ./Tools/WebKitTestRunner/InjectedBundle/Bindings \
        ./Source/WebCore/bindings/scripts/generate-bindings.pl \
        --defines \"\" --generator TestRunner \
        --include ./Tools/InjectedBundle/Bindings \
        --outputDir ./DerivedSources/InjectedBundle \
        Tools/WebKitTestRunner/InjectedBundle/Bindings/AccessibilityController.idl
Failed to open JSAccessibilityController.h for writing: No such file or directory at Tools/WebKitTestRunner/InjectedBundle/Bindings/CodeGeneratorTestRunner.pm line 52.

This time because DerivedSources/InjectedBundle does not exist.

...

This was reported earlier as bug #79762, but that bug was closed as invalid.  It does not look like an invalid bug to me.  Whatever is responsible for creating those paths seems to be failing.

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