On 2013-08-01 13:22, Dave Wagler wrote:
> While trying to install Xulrunner-22.0, the "make -f client.mk [1]"
> command terminates with this error:
> 
> copying build/lib.linux-x86_64-2.7/_psutil_linux.so ->
>  copying build/lib.linux-x86_64-2.7/_psutil_posix.so ->
> 
> checking Python environment is Mozilla virtualenv... Traceback (most
> recent call last):
>   File "<string>", line 1, in <module>
>    File "/usr/src/mozilla-release/python/mozbuild/mozbuild/base.py",
> line 16, in <module>
>     from mach.mixin.process import ProcessExecutionMixin
>   File "/usr/src/mozilla-release/python/mach/mach/mixin/process.py",
> line 29, in <module>
>      raise Exception('Could not detect environment shell!')
> Exception: Could not detect environment shell!
> configure: error: Python environment does not appear to be sane.
> *** Fix above errors and then restart with              
> "make -f client.mk [1] build"
>  make[2]: *** [configure] Error 1
> make[2]: Leaving directory `/usr/src/mozilla-release'
> make[1]: *** [/usr/src/mozilla-release/xulrunner-build-dir/Makefile]
> Error 2
> make[1]: Leaving directory `/usr/src/mozilla-release'
>  make: *** [build] Error 2
> 
> Python-2.7.5 is installed. Neither Firefox nor Xulrunner shows a
> Python dependency. Any help? Thanks.


Are you building it in chroot? Try with:

SHELL=/bin/bash make -f client.mk

-- 
Igor Živković
http://www.slashtime.net/
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to