[webkit-help] build-webkit has fatal errors when build nightly source

Pravin D pravind.2k4 at gmail.com
Wed May 9 22:57:06 PDT 2012


Hi Kent,

On Thu, May 10, 2012 at 8:06 AM, kent <huoapeng at gmail.com> wrote:

>  cygwin warning:****
>
>   MS-DOS style path detected:
> D:\cygwin\home\WebKit\WebKitBuild\Release\buildfailed****
>
>   Preferred POSIX equivalent is:
> /home/WebKit/WebKitBuild/Release/buildfailed****
>
>   CYGWIN environment variable option "nodosfilewarning" turns off this
> warning.****
>
>   Consult the user's guide for more details about POSIX paths:****
>
>     http://cygwin.com/cygwin-ug-net/using.html#using-pathnames****
>
>  bash build-generated-files.sh "%ConfigurationBuildDir%"
> "D:\cygwin\home\WebKit\WebKitLibraries\win"****
>
>  bash -c "python work-around-vs-dependency-tracking-bugs.py"****
>
> 'import site' failed; use -v for traceback****
>
> Traceback (most recent call last):****
>
>   File "work-around-vs-dependency-tracking-bugs.py", line 3, in ****
>
>     import glob
>
ImportError: No module named glob
>

You don't seem to have the Python module glob installed. The glob.py
resides at
/usr/lib/python2.*

 You can either install the glob module, or copy the glob.py and paste it
in the above location.



> There is not a folder named /usr/bin/env In my computer
>
> Its not a concern...

Hope it helps
--Pravin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20120510/87e57a81/attachment.html>


More information about the webkit-help mailing list