Status: New
Owner: ----

New issue 2876 by [email protected]: Can't build if v8 is hosted in a directory containing a space
http://code.google.com/p/v8/issues/detail?id=2876

For some reason my harddrive had a label with a space. It was mounted in a directory whose name also contained that space.
V8 build infrastructure, however, didn't like that:

muelli@muelli-VirtualBox:/media/muelli/external data/chromium/src/v8$ make
PYTHONPATH="/media/muelli/external data/chromium/src/v8/tools/generate_shim_headers:" \
        GYP_GENERATORS=make \
        build/gyp/gyp --generator-output="out" build/all.gyp \
                      -Ibuild/standalone.gypi --depth=. \
                      -Dv8_target_arch=ia32 \
-S.ia32 -Dv8_enable_backtrace=1 -Darm_fpu=default -Darm_float_abi=default make[1]: Entering directory `/media/muelli/external data/chromium/src/v8/out' Makefile.ia32:274: warning: overriding commands for target `/media/muelli/external' Makefile.ia32:272: warning: ignoring old commands for target `/media/muelli/external' Makefile.ia32:276: warning: overriding commands for target `/media/muelli/external' Makefile.ia32:274: warning: ignoring old commands for target `/media/muelli/external' Makefile.ia32:278: warning: overriding commands for target `/media/muelli/external'
...


I expected it to build fine.

Mounting the drive in a directory without a space makes it work.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to