Bug 94774 - [GTK] Can not build if webKitBranchBuild in git/config is enabled.
Summary: [GTK] Can not build if webKitBranchBuild in git/config is enabled.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 21:36 PDT by Dongseong Hwang
Modified: 2014-03-25 15:23 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.