External Publication
Visit Post

Browser Development • Building error related to Python.

Pale Moon forum - Forum index [Unofficial] April 11, 2026
Source

When trying to run

CODE:

PATH=/arquivos/Python-2.7.18/bin/:$PATH ./mach build/

to build from source, I get:

CODE:

ERROR:root:code for hash sha224 was not found.Traceback (most recent call last): File "/arquivos/Python-2.7.18/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/arquivos/Python-2.7.18/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name)ValueError: unsupported hash type sha224ERROR:root:code for hash sha256 was not found.Traceback (most recent call last): File "/arquivos/Python-2.7.18/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/arquivos/Python-2.7.18/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name)ValueError: unsupported hash type sha256ERROR:root:code for hash sha384 was not found.

..... ..... .....

CODE:

 0:06.77 'Failed to create virtualenv: %s' % self.virtualenv_root)INFO:mach.commands.59ecdc3635e711f182e20ceee6fcb709.BuildOutputManager:{line} 0:06.77 Exception: Failed to create virtualenv: /media/34GB/Arquivos-de-Programas-Linux/pale-moon/obj-x86_64-pc-linux-gnu/_virtualenvINFO:mach.commands.59ecdc3635e711f182e20ceee6fcb709.BuildOutputManager:{line} 0:06.77 *** Fix above errors and then restart with\INFO:mach.commands.59ecdc3635e711f182e20ceee6fcb709.BuildOutputManager:{line} 0:06.77 "/usr/bin/make -f client.mk build"INFO:mach.commands.59ecdc3635e711f182e20ceee6fcb709.BuildOutputManager:{line} 0:06.77 make: *** [configure] Error 1INFO:mach.commands.59ecdc3635e711f182e20ceee6fcb709.BuildOutputManager:{line}

I can provide the full error message if required (51k)


Discussion in the ATmosphere

Loading comments...