[Webkit-unassigned] [Bug 34846] webkitgtk-1.1.21 fails to build with "-j4"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 11 10:43:56 PST 2010


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





--- Comment #1 from Bastien Nocera <hadess at hadess.net>  2010-02-11 10:43:56 PST ---
Seems that some of the created files are lacking explicit dependencies.

The problem is also that bison will fail and not exit if the output directory
does not exist.

So the original:
/usr/bin/bison -d -p jscyy ./JavaScriptCore/parser/Grammar.y -o
DerivedSources/Grammar.cpp > bison_out.txt 2>&1
call would hang ad eternam if DerivedSources did not exist.

There are no explicit targets or dependencies to build DerivedSources in the
GNUMakefile.am

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