[Webkit-unassigned] [Bug 64297] [Qt][WK2] Add the Web Inspector to WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 10:44:26 PDT 2011


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





--- Comment #17 from Genisim <genisim at yahoo.com>  2011-08-10 10:44:26 PST ---
question not related to the bug.

I'm installing Qt5 follow instructions from: 

   http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git

and got follow error:

>From git://gitorious.org/webkit/qtwebkit
   883ca7e..66b76cd  qtwebkit-2.2 -> origin/qtwebkit-2.2
 * [new tag]         qtwebkit-2.2-week31 -> qtwebkit-2.2-week31
Fetching gerrit
>From git://gitorious.org/webkit/qtwebkit
   883ca7e..66b76cd  qtwebkit-2.2 -> gerrit/qtwebkit-2.2
### [qtwebkit] git branch -D qt-modularization-base
error: branch 'qt-modularization-base' not found.
git failed 256:Bad file descriptor at ./qtrepotools/bin/qt5_tool line 143.

below part of install script

134 # -- Locate an utility (grep, scp, etc) in MSYS git. This is specifically
135 #    for the setup case in which only git.cmd and not the utilities are in
136 #    the path. We then look at the git.cmd and return ..\bin\<utility>.exe.
137 sub msysGitUtility
138 {
139 #   -- Look for 'git.cmd' and cd ..\bin
140     my ($git, $utility) = @_;
141     if ($git =~ /.cmd$/i) {
142         my $msysGitBinFolder = File::Spec->catfile(dirname(dirname($git)), 'bin');
143         return File::Spec->catfile($msysGitBinFolder, $utility . '.exe');
144     }
145     return $utility;
146 }


Any comments, suggestions

thanks

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