Bug 94774

Summary: [GTK] Can not build if webKitBranchBuild in git/config is enabled.
Product: WebKit Reporter: Dongseong Hwang <dongseong.hwang>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson, nick.diego, ossy, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Dongseong Hwang 2012-08-22 21:36:16 PDT
Recently, we can not build WebKit if webKitBranchBuild in git/config is enabled.

We can enable webKitBranchBuild in the following command.
> git config core.webKitBranchBuild true
http://trac.webkit.org/wiki/UsingGitWithWebKit

We can encounter the following stderr.

"
Calling autogen.sh in /media/WDDisk/workspace/WebKit/WebKitGtk/WebKitBuild/Release

grep: /media/WDDisk/workspace/WebKit/WebKitGtk/WebKitBuild/Release/GNUmakefile: can not find the file or directory
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal -I Source/autotools -I /media/WDDisk/workspace/WebKit/WebKitGtk/WebKitBuild/Dependencies/Root/share/aclocal -I /usr/share/aclocal
autoreconf2.50: aclocal terminated by signal: 2
Calling autogen.sh failed!
"
Comment 1 Martin Robinson 2014-03-25 15:23:48 PDT
Autotools is gone now.