How to manually build the widget #78
Answered
by
LeGeRyChEeSe
LeGeRyChEeSe
asked this question in
Q&A
|
Hello, having recently seen pull request #77, I wanted to install it on my TV to test but I encountered some problems building the docker image from https://github.com/susin03/moonlight-chrome-tizen/tree/feat/adding-90-120-144-fps-option. D:\Documents\Sunshine\Moonlight\OneLiberty\moonlight-chrome-tizen>docker buildx build -t moonlight-tizen .
[+] Building 4.2s (25/36) docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 4.16kB 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:22.04 0.8s
=> [auth] library/ubuntu:pull token for registry-1.docker.io 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 52B 0.0s
=> CACHED [base 1/29] FROM docker.io/library/ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681 0.1s
=> => resolve docker.io/library/ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d63158720 0.0s
=> [internal] load build context 0.7s
=> => transferring context: 32.39MB 0.7s
=> CACHED [base 2/29] RUN apt-get update && apt-get install -y cmake expect git ninja-build python2 unzip 0.0s
=> CACHED [base 3/29] RUN ln -sf /usr/bin/python2 /usr/bin/python 0.0s
=> CACHED [base 4/29] RUN useradd -m -s /bin/bash moonlight 0.0s
=> CACHED [base 5/29] WORKDIR /home/moonlight 0.0s
=> CACHED [base 6/29] RUN wget -nv -O web-cli_Tizen_Studio_5.6_ubuntu-64.bin 'https://download.tizen.org/sdk/In 0.0s
=> CACHED [base 7/29] RUN chmod a+x web-cli_Tizen_Studio_5.6_ubuntu-64.bin 0.0s
=> CACHED [base 8/29] RUN ./web-cli_Tizen_Studio_5.6_ubuntu-64.bin --accept-license /home/moonlight/tizen-studi 0.0s
=> CACHED [base 9/29] RUN tizen certificate -a Moonlight -f Moonlight -p 1234 0.0s
=> CACHED [base 10/29] RUN tizen security-profiles add -n Moonlight -a /home/moonlight/tizen-studio-data/keyst 0.0s
=> CACHED [base 11/29] RUN sed -i 's|/home/moonlight/tizen-studio-data/keystore/author/Moonlight.pwd||' /home/mo 0.0s
=> CACHED [base 12/29] RUN sed -i 's|/home/moonlight/tizen-studio-data/tools/certificate-generator/certificates/ 0.0s
=> CACHED [base 13/29] RUN wget -nv -O emscripten-1.39.4.7-linux64.zip 'https://developer.samsung.com/smarttv/fi 0.0s
=> CACHED [base 14/29] RUN unzip emscripten-1.39.4.7-linux64.zip 0.0s
=> CACHED [base 15/29] WORKDIR emscripten-release-bundle/emsdk 0.0s
=> CACHED [base 16/29] RUN ./emsdk activate latest-fastcomp 0.0s
=> CACHED [base 17/29] WORKDIR ../.. 0.0s
=> CACHED [base 18/29] COPY --chown=moonlight . ./moonlight-chrome-tizen 0.0s
=> CACHED [base 19/29] RUN cmake -DCMAKE_TOOLCHAIN_FILE=/home/moonlight/emscripten-release-bundle/emsdk/fastcom 0.0s
=> ERROR [base 20/29] RUN cmake --build build 2.4s
------
> [base 20/29] RUN cmake --build build:
1.378 [1/178] Building C object CMakeFiles/moonlight-enet.dir/moonlight-common-c/enet/callbacks.c.o
1.378 shared:INFO: (Emscripten: Running sanity checks)
1.378 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.378 shared:WARNING: closure compiler will not be available
1.382 [2/178] Building C object CMakeFiles/moonlight-enet.dir/moonlight-common-c/enet/list.c.o
1.382 shared:INFO: (Emscripten: Running sanity checks)
1.382 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.382 shared:WARNING: closure compiler will not be available
1.383 [3/178] Building C object CMakeFiles/moonlight-enet.dir/moonlight-common-c/enet/packet.c.o
1.383 shared:INFO: (Emscripten: Running sanity checks)
1.383 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.383 shared:WARNING: closure compiler will not be available
1.407 [4/178] Building C object CMakeFiles/moonlight-enet.dir/moonlight-common-c/enet/unix.c.o
1.407 shared:INFO: (Emscripten: Running sanity checks)
1.407 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.407 shared:WARNING: closure compiler will not be available
1.430 [5/178] Building C object CMakeFiles/moonlight-enet.dir/moonlight-common-c/enet/host.c.o
1.430 shared:INFO: (Emscripten: Running sanity checks)
1.430 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.430 shared:WARNING: closure compiler will not be available
1.451 [6/178] Building C object CMakeFiles/moonlight-enet.dir/moonlight-common-c/enet/peer.c.o
1.451 shared:INFO: (Emscripten: Running sanity checks)
1.451 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.451 shared:WARNING: closure compiler will not be available
1.453 [7/178] Building C object CMakeFiles/moonlight-rs.dir/moonlight-common-c/reedsolomon/rs.c.o
1.453 shared:INFO: (Emscripten: Running sanity checks)
1.453 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.453 shared:WARNING: closure compiler will not be available
1.477 [8/178] Building C object CMakeFiles/moonlight-enet.dir/moonlight-common-c/enet/compress.c.o
1.477 shared:INFO: (Emscripten: Running sanity checks)
1.477 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.477 shared:WARNING: closure compiler will not be available
1.556 [9/178] Building C object CMakeFiles/moonlight-enet.dir/moonlight-common-c/enet/protocol.c.o
1.556 shared:INFO: (Emscripten: Running sanity checks)
1.556 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
1.556 shared:WARNING: closure compiler will not be available
2.104 [10/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Connection.c.o
2.104 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Connection.c.o
2.104 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Connection.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Connection.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Connection.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/Connection.c
2.104 shared:INFO: (Emscripten: Running sanity checks)
2.104 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
2.104 shared:WARNING: closure compiler will not be available
2.104 system_libs:INFO: retrieving port: crypto from https://www.openssl.org/source/old/1.1.1/openssl-1.1.1d.tar.gz
2.104 system_libs:INFO: unpacking port: crypto
2.104 Traceback (most recent call last):
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.104 sys.exit(run(sys.argv))
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.104 compile_source_file(i, input_file)
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.104 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.104 args = system_libs.process_args(args, shared.Settings)
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.104 args = port.process_args(Ports, args, settings, shared)
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.104 get(ports, settings, shared)
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.104 sha512hash=HASH)
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1790, in fetch_project
2.104 unpack()
2.104 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1769, in unpack
2.104 z = tarfile.open(fullpath, 'r:gz')
2.104 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.104 return func(name, filemode, fileobj, **kwargs)
2.104 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.104 t = cls.taropen(name, mode, fileobj, **kwargs)
2.104 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.104 return cls(name, mode, fileobj, **kwargs)
2.104 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.104 self.firstmember = self.next()
2.104 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.104 raise ReadError(str(e))
2.104 tarfile.ReadError: invalid header
2.124 [11/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ControlStream.c.o
2.124 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ControlStream.c.o
2.124 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ControlStream.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ControlStream.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ControlStream.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/ControlStream.c
2.124 shared:INFO: (Emscripten: Running sanity checks)
2.124 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
2.124 shared:WARNING: closure compiler will not be available
2.124 Traceback (most recent call last):
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.124 sys.exit(run(sys.argv))
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.124 compile_source_file(i, input_file)
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.124 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.124 args = system_libs.process_args(args, shared.Settings)
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.124 args = port.process_args(Ports, args, settings, shared)
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.124 get(ports, settings, shared)
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.124 sha512hash=HASH)
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.124 if not check_tag():
2.124 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.124 names = tarfile.open(fullpath, 'r:gz').getnames()
2.124 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.124 return func(name, filemode, fileobj, **kwargs)
2.124 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.124 t = cls.taropen(name, mode, fileobj, **kwargs)
2.124 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.124 return cls(name, mode, fileobj, **kwargs)
2.124 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.124 self.firstmember = self.next()
2.124 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.124 raise ReadError(str(e))
2.124 tarfile.ReadError: invalid header
2.132 [12/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/LinkedBlockingQueue.c.o
2.132 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/LinkedBlockingQueue.c.o
2.132 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/LinkedBlockingQueue.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/LinkedBlockingQueue.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/LinkedBlockingQueue.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/LinkedBlockingQueue.c
2.132 Traceback (most recent call last):
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.132 sys.exit(run(sys.argv))
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.132 compile_source_file(i, input_file)
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.132 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.132 args = system_libs.process_args(args, shared.Settings)
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.132 args = port.process_args(Ports, args, settings, shared)
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.132 get(ports, settings, shared)
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.132 sha512hash=HASH)
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.132 if not check_tag():
2.132 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.132 names = tarfile.open(fullpath, 'r:gz').getnames()
2.132 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.132 return func(name, filemode, fileobj, **kwargs)
2.132 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.132 t = cls.taropen(name, mode, fileobj, **kwargs)
2.132 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.132 return cls(name, mode, fileobj, **kwargs)
2.132 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.132 self.firstmember = self.next()
2.132 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.132 raise ReadError(str(e))
2.132 tarfile.ReadError: invalid header
2.135 [13/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Misc.c.o
2.135 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Misc.c.o
2.135 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Misc.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Misc.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Misc.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/Misc.c
2.135 Traceback (most recent call last):
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.135 sys.exit(run(sys.argv))
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.135 compile_source_file(i, input_file)
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.135 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.135 args = system_libs.process_args(args, shared.Settings)
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.135 args = port.process_args(Ports, args, settings, shared)
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.135 get(ports, settings, shared)
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.135 sha512hash=HASH)
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.135 if not check_tag():
2.135 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.135 names = tarfile.open(fullpath, 'r:gz').getnames()
2.135 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.135 return func(name, filemode, fileobj, **kwargs)
2.135 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.135 t = cls.taropen(name, mode, fileobj, **kwargs)
2.135 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.135 return cls(name, mode, fileobj, **kwargs)
2.135 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.135 self.firstmember = self.next()
2.135 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.135 raise ReadError(str(e))
2.135 tarfile.ReadError: invalid header
2.142 [14/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformSockets.c.o
2.142 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformSockets.c.o
2.142 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformSockets.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformSockets.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformSockets.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/PlatformSockets.c
2.142 Traceback (most recent call last):
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.142 sys.exit(run(sys.argv))
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.142 compile_source_file(i, input_file)
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.142 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.142 args = system_libs.process_args(args, shared.Settings)
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.142 args = port.process_args(Ports, args, settings, shared)
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.142 get(ports, settings, shared)
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.142 sha512hash=HASH)
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.142 if not check_tag():
2.142 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.142 names = tarfile.open(fullpath, 'r:gz').getnames()
2.142 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.142 return func(name, filemode, fileobj, **kwargs)
2.142 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.142 t = cls.taropen(name, mode, fileobj, **kwargs)
2.142 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.142 return cls(name, mode, fileobj, **kwargs)
2.142 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.142 self.firstmember = self.next()
2.142 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.142 raise ReadError(str(e))
2.142 tarfile.ReadError: invalid header
2.155 [15/178] Linking C static library libmoonlight-rs.a
2.157 [16/178] Linking C static library libmoonlight-enet.a
2.166 [17/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/RtpAudioQueue.c.o
2.166 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/RtpAudioQueue.c.o
2.166 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/RtpAudioQueue.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/RtpAudioQueue.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/RtpAudioQueue.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/RtpAudioQueue.c
2.166 Traceback (most recent call last):
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.166 sys.exit(run(sys.argv))
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.166 compile_source_file(i, input_file)
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.166 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.166 args = system_libs.process_args(args, shared.Settings)
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.166 args = port.process_args(Ports, args, settings, shared)
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.166 get(ports, settings, shared)
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.166 sha512hash=HASH)
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.166 if not check_tag():
2.166 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.166 names = tarfile.open(fullpath, 'r:gz').getnames()
2.166 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.166 return func(name, filemode, fileobj, **kwargs)
2.166 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.166 t = cls.taropen(name, mode, fileobj, **kwargs)
2.166 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.166 return cls(name, mode, fileobj, **kwargs)
2.166 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.166 self.firstmember = self.next()
2.166 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.166 raise ReadError(str(e))
2.166 tarfile.ReadError: invalid header
2.174 [18/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/FakeCallbacks.c.o
2.174 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/FakeCallbacks.c.o
2.174 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/FakeCallbacks.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/FakeCallbacks.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/FakeCallbacks.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/FakeCallbacks.c
2.174 shared:INFO: (Emscripten: Running sanity checks)
2.174 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
2.174 shared:WARNING: closure compiler will not be available
2.174 Traceback (most recent call last):
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.174 sys.exit(run(sys.argv))
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.174 compile_source_file(i, input_file)
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.174 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.174 args = system_libs.process_args(args, shared.Settings)
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.174 args = port.process_args(Ports, args, settings, shared)
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.174 get(ports, settings, shared)
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.174 sha512hash=HASH)
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.174 if not check_tag():
2.174 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.174 names = tarfile.open(fullpath, 'r:gz').getnames()
2.174 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.174 return func(name, filemode, fileobj, **kwargs)
2.174 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.174 t = cls.taropen(name, mode, fileobj, **kwargs)
2.174 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.174 return cls(name, mode, fileobj, **kwargs)
2.174 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.174 self.firstmember = self.next()
2.174 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.174 raise ReadError(str(e))
2.174 tarfile.ReadError: invalid header
2.180 [19/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/InputStream.c.o
2.180 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/InputStream.c.o
2.180 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/InputStream.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/InputStream.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/InputStream.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/InputStream.c
2.180 Traceback (most recent call last):
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.180 sys.exit(run(sys.argv))
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.180 compile_source_file(i, input_file)
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.180 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.180 args = system_libs.process_args(args, shared.Settings)
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.180 args = port.process_args(Ports, args, settings, shared)
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.180 get(ports, settings, shared)
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.180 sha512hash=HASH)
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.180 if not check_tag():
2.180 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.180 names = tarfile.open(fullpath, 'r:gz').getnames()
2.180 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.180 return func(name, filemode, fileobj, **kwargs)
2.180 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.180 t = cls.taropen(name, mode, fileobj, **kwargs)
2.180 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.180 return cls(name, mode, fileobj, **kwargs)
2.180 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.180 self.firstmember = self.next()
2.180 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.180 raise ReadError(str(e))
2.180 tarfile.ReadError: invalid header
2.217 [20/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformCrypto.c.o
2.217 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformCrypto.c.o
2.217 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformCrypto.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformCrypto.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/PlatformCrypto.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/PlatformCrypto.c
2.217 Traceback (most recent call last):
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.217 sys.exit(run(sys.argv))
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.217 compile_source_file(i, input_file)
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.217 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.217 args = system_libs.process_args(args, shared.Settings)
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.217 args = port.process_args(Ports, args, settings, shared)
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.217 get(ports, settings, shared)
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.217 sha512hash=HASH)
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.217 if not check_tag():
2.217 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.217 names = tarfile.open(fullpath, 'r:gz').getnames()
2.217 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.217 return func(name, filemode, fileobj, **kwargs)
2.217 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.217 t = cls.taropen(name, mode, fileobj, **kwargs)
2.217 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.217 return cls(name, mode, fileobj, **kwargs)
2.217 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.217 self.firstmember = self.next()
2.217 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.217 raise ReadError(str(e))
2.217 tarfile.ReadError: invalid header
2.223 [21/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ByteBuffer.c.o
2.223 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ByteBuffer.c.o
2.223 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ByteBuffer.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ByteBuffer.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/ByteBuffer.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/ByteBuffer.c
2.223 shared:INFO: (Emscripten: Running sanity checks)
2.223 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
2.223 shared:WARNING: closure compiler will not be available
2.223 Traceback (most recent call last):
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.223 sys.exit(run(sys.argv))
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.223 compile_source_file(i, input_file)
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.223 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.223 args = system_libs.process_args(args, shared.Settings)
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.223 args = port.process_args(Ports, args, settings, shared)
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.223 get(ports, settings, shared)
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.223 sha512hash=HASH)
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.223 if not check_tag():
2.223 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.223 names = tarfile.open(fullpath, 'r:gz').getnames()
2.223 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.223 return func(name, filemode, fileobj, **kwargs)
2.223 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.223 t = cls.taropen(name, mode, fileobj, **kwargs)
2.223 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.223 return cls(name, mode, fileobj, **kwargs)
2.223 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.223 self.firstmember = self.next()
2.223 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.223 raise ReadError(str(e))
2.223 tarfile.ReadError: invalid header
2.273 [22/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/AudioStream.c.o
2.273 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/AudioStream.c.o
2.273 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/AudioStream.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/AudioStream.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/AudioStream.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/AudioStream.c
2.273 shared:INFO: (Emscripten: Running sanity checks)
2.273 shared:WARNING: java does not seem to exist, required for closure compiler, which is optional (define JAVA in /home/moonlight/.emscripten if you want it)
2.273 shared:WARNING: closure compiler will not be available
2.273 Traceback (most recent call last):
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.273 sys.exit(run(sys.argv))
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.273 compile_source_file(i, input_file)
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.273 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.273 args = system_libs.process_args(args, shared.Settings)
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.273 args = port.process_args(Ports, args, settings, shared)
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.273 get(ports, settings, shared)
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.273 sha512hash=HASH)
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.273 if not check_tag():
2.273 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.273 names = tarfile.open(fullpath, 'r:gz').getnames()
2.273 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.273 return func(name, filemode, fileobj, **kwargs)
2.273 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.273 t = cls.taropen(name, mode, fileobj, **kwargs)
2.273 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.273 return cls(name, mode, fileobj, **kwargs)
2.273 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.273 self.firstmember = self.next()
2.273 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.273 raise ReadError(str(e))
2.273 tarfile.ReadError: invalid header
2.350 [23/178] Building C object CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Platform.c.o
2.350 FAILED: CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Platform.c.o
2.350 /home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc -DLC_CHROME -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/enet/include -I/home/moonlight/moonlight-chrome-tizen/moonlight-common-c/reedsolomon -s USE_CRYPTO=1 -s USE_SSL=1 -w -s WASM=1 -fno-ident -Os -flto -DSAMSUNG_WRT -DOS_WASM -DNDEBUG -MD -MT CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Platform.c.o -MF CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Platform.c.o.d -o CMakeFiles/moonlight-common-c.dir/moonlight-common-c/src/Platform.c.o -c /home/moonlight/moonlight-chrome-tizen/moonlight-common-c/src/Platform.c
2.350 Traceback (most recent call last):
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 3756, in <module>
2.350 sys.exit(run(sys.argv))
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1983, in run
2.350 compile_source_file(i, input_file)
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1965, in compile_source_file
2.350 cmd = get_clang_command([input_file]) + ['-c', '-o', output_file]
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/emcc.py", line 1936, in get_clang_command
2.350 args = system_libs.process_args(args, shared.Settings)
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1868, in process_args
2.350 args = port.process_args(Ports, args, settings, shared)
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 731, in process_args
2.350 get(ports, settings, shared)
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/ports/tizen/crypto.py", line 27, in get
2.350 sha512hash=HASH)
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1792, in fetch_project
2.350 if not check_tag():
2.350 File "/home/moonlight/emscripten-release-bundle/emsdk/fastcomp/emscripten/tools/system_libs.py", line 1750, in check_tag
2.350 names = tarfile.open(fullpath, 'r:gz').getnames()
2.350 File "/usr/lib/python2.7/tarfile.py", line 1708, in open
2.350 return func(name, filemode, fileobj, **kwargs)
2.350 File "/usr/lib/python2.7/tarfile.py", line 1762, in gzopen
2.350 t = cls.taropen(name, mode, fileobj, **kwargs)
2.350 File "/usr/lib/python2.7/tarfile.py", line 1738, in taropen
2.350 return cls(name, mode, fileobj, **kwargs)
2.350 File "/usr/lib/python2.7/tarfile.py", line 1602, in __init__
2.350 self.firstmember = self.next()
2.350 File "/usr/lib/python2.7/tarfile.py", line 2385, in next
2.350 raise ReadError(str(e))
2.350 tarfile.ReadError: invalid header
2.350 ninja: build stopped: subcommand failed.
------
Dockerfile:67
--------------------
65 | -S moonlight-chrome-tizen \
66 | -B build
67 | >>> RUN cmake --build build
68 | RUN cmake --install build --prefix build
69 |
--------------------
ERROR: failed to solve: process "/bin/sh -c cmake --build build" did not complete successfully: exit code: 1Do you have a solution to create the image manually please? |
Answered by
LeGeRyChEeSe
Nov 24, 2024
Replies: 1 comment 4 replies
|
Are you trying to build on a ARM pc ? Can you explain how you are bulding ? there might be an issue the process |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i asked chatGPT why and it seems that
build-essentialandtarwere the missing packages to make everything work. So i modified theDockerfileto add this:RUN apt-get update && apt-get install -y \ build-essential \ cmake \ expect \ git \ ninja-build \ tar \ python2 \ unzip \ wget \ nodejs \ npm \ zip \ && rm -rf /var/lib/apt/lists/*And now i can build the image without issues.
ChatGPT warned me about the version of Python used, and recommends me to use Python3 instead of Python2 that is obsolete.
I will try to build the new image from the other repo and test.