[Scons-users] Building Scons build error on Windows
Ibrahim Esmat
iesmat at microsoft.com
Tue Jul 11 21:11:11 EDT 2017
Hi,
I am trying to build scons itself on Windows using the bootstrap.py python script as in the wiki with the command: python bootstrap.py
However, it seems to error at the end when it's trying to unpack the tar.gz file it created. Output below:
F:\Dev\SConsSrc\scons>python bootstrap.py
F:\Dev\Tools\Python\python.exe F:\Dev\SConsSrc\scons\bootstrap\src\script\scons.py
scons: Reading SConscript files ...
doc: SConsDoc failed to import, the error was:
ImportError: Failed to import either libxml2/libxslt or lxml
Please make sure that python-libxml2 or python-lxml is installed.
doc: No PDF renderer found (fop|xep)!
doc: ...skipping building User Guide.
...creating fake MAN pages.
doc: epydoc not found, skipping building API documentation.
Not building in a Mercurial tree; skipping building src package.
scons: done reading SConscript files.
scons: Building targets ...
...
...
...
Delete("F:\Dev\SConsSrc\scons\build\test-local-tar-gz")
Mkdir("F:\Dev\SConsSrc\scons\build\test-local-tar-gz")
cd F:\Dev\SConsSrc\scons\build\test-local-tar-gz && tar xzf F:\Dev\SConsSrc\scons\build\dist\scons-local-3.0.0.alpha.20170614.tar.gz
tar (child): F\:\\Dev\\SConsSrc\\scons\\build\\dist\\scons-local-3.0.0.alpha.20170614.tar.gz: Cannot open: Input/output error
tar (child): Error is not recoverable: exiting now
gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: Error is not recoverable: exiting now
scons: *** [build\test-local-tar-gz\scons-local-3.0.0.alpha.20170614\SCons\__init__.py] Error 2
scons: building terminated because of errors.
Any ideas?
Thanks,
Ibrahim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20170712/59f94b65/attachment.html>
More information about the Scons-users
mailing list