Advertisement
Guest User

Untitled

a guest
Aug 9th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. system_libs:WARNING: retrieving port: icu from https://github.com/unicode-org/icu/archive/release-62-1.zip
  2. cache:DEBUG: PID 6146 released multiprocess file lock to Emscripten cache at /home/slawomir/.emscripten_cache/wasm-obj
  3. Traceback (most recent call last):
  4. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/emcc.py", line 3547, in <module>
  5. sys.exit(run(sys.argv))
  6. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/emcc.py", line 1842, in run
  7. compile_source_file(i, input_file)
  8. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/emcc.py", line 1824, in compile_source_file
  9. cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
  10. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/emcc.py", line 1805, in get_clang_command
  11. args = system_libs.process_args(args, shared.Settings)
  12. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/tools/system_libs.py", line 1570, in process_args
  13. args = port.process_args(Ports, args, settings, shared)
  14. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/tools/ports/icu.py", line 43, in process_args
  15. get(ports, settings, shared)
  16. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/tools/ports/icu.py", line 18, in get
  17. ports.fetch_project('icu', 'https://github.com/unicode-org/icu/archive/' + TAG + '.zip', 'icu-' + TAG, sha512hash=HASH)
  18. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/tools/system_libs.py", line 1489, in fetch_project
  19. retrieve()
  20. File "/home/slawomir/Programowanie/emsdk-nowsze/upstream/emscripten/tools/system_libs.py", line 1437, in retrieve
  21. f = urlopen(url)
  22. File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen
  23. return opener.open(url, data, timeout)
  24. File "/usr/lib64/python2.7/urllib2.py", line 429, in open
  25. response = self._open(req, data)
  26. File "/usr/lib64/python2.7/urllib2.py", line 452, in _open
  27. 'unknown_open', req)
  28. File "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
  29. result = func(*args)
  30. File "/usr/lib64/python2.7/urllib2.py", line 1266, in unknown_open
  31. raise URLError('unknown url type: %s' % type)
  32. urllib2.URLError: <urlopen error unknown url type: https>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement