Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to "make js" on Ubuntu #26

Open
twiz911 opened this issue Jan 2, 2017 · 0 comments
Open

Unable to "make js" on Ubuntu #26

twiz911 opened this issue Jan 2, 2017 · 0 comments

Comments

@twiz911
Copy link

twiz911 commented Jan 2, 2017

When I attempt to call make js on Ubuntu I get the following error.

/tmp/shoco$ make js emcc shoco.c -O3 -o shoco.js --closure 1 -s EXPORTED_FUNCTIONS="['_shoco_compress', '_shoco_decompress']" --pre-js pre.js INFO root: ======================================= INFO root: bootstrapping relooper... INFO root: bootstrap phase 1 Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.7/multiprocessing/pool.py", line 389, in _handle_results task = get() TypeError: ('__init__() takes at least 3 arguments (1 given)', <class 'subprocess.CalledProcessError'>, ())

It seems to be the same as here https://bugs.launchpad.net/ubuntu/+source/emscripten/+bug/1474449 and http://stackoverflow.com/questions/15314189/python-multiprocessing-pool-hangs-at-join

Does anyone know of a work around?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant