New comment by lane-brain on void-packages repository https://github.com/void-linux/void-packages/pull/30696#issuecomment-832968054 Comment: > There's also #30505 > > We need to figure out how to work with `git-lfs` here. by the way, here is the build error if we don't install git-lfs ``` gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make: Entering directory '/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/build' CC(target) Release/obj.target/nothing/../../node-addon-api/nothing.o AR(target) Release/obj.target/../../node-addon-api/nothing.a COPY Release/nothing.a ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlcipher-amalgamation-3033000/sqlite3.c Traceback (most recent call last): File "/usr/lib/python3.9/tarfile.py", line 1682, in gzopen t = cls.taropen(name, mode, fileobj, **kwargs) File "/usr/lib/python3.9/tarfile.py", line 1659, in taropen return cls(name, mode, fileobj, **kwargs) File "/usr/lib/python3.9/tarfile.py", line 1522, in __init__ self.firstmember = self.next() File "/usr/lib/python3.9/tarfile.py", line 2327, in next tarinfo = self.tarinfo.fromtarfile(self) File "/usr/lib/python3.9/tarfile.py", line 1112, in fromtarfile buf = tarfile.fileobj.read(BLOCKSIZE) File "/usr/lib/python3.9/gzip.py", line 300, in read return self._buffer.read(size) File "/usr/lib/python3.9/_compression.py", line 68, in readinto data = self.read(len(byte_view)) File "/usr/lib/python3.9/gzip.py", line 487, in read if not self._read_gzip_header(): File "/usr/lib/python3.9/gzip.py", line 435, in _read_gzip_header raise BadGzipFile('Not a gzipped file (%r)' % magic) gzip.BadGzipFile: Not a gzipped file (b've') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/deps/./extract.py", line 7, in tfile = tarfile.open(tarball,'r:gz'); File "/usr/lib/python3.9/tarfile.py", line 1629, in open return func(name, filemode, fileobj, **kwargs) File "/usr/lib/python3.9/tarfile.py", line 1686, in gzopen raise ReadError("not a gzip file") tarfile.ReadError: not a gzip file make: *** [deps/action_before_build.target.mk:13: Release/obj/gen/sqlcipher-amalgamation-3033000/sqlite3.c] Error 1 make: Leaving directory '/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/builddir/Signal-Desktop-5.0.0/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.11.18_1 gyp ERR! command "/usr/bin/node" "/builddir/Signal-Desktop-5.0.0/node_modules/node-gyp/bin/node-gyp.js" "build" "--build-from-source" "--module=/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/lib/binding/napi-v6-linux-x64/node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/lib/binding/napi-v6-linux-x64" "--napi_version=7" "--node_abi_napi=napi" "--napi_build_version=6" "--node_napi_label=napi-v6" gyp ERR! cwd /builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher gyp ERR! node -v v14.16.0 gyp ERR! node-gyp -v v6.1.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /builddir/Signal-Desktop-5.0.0/node_modules/node-gyp/bin/node-gyp.js build --build-from-source --module=/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/lib/binding/napi-v6-linux-x64/node_sqlite3.node --module_name=node_sqlite3 --module_path=/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/lib/binding/napi-v6-linux-x64 --napi_version=7 --node_abi_napi=napi --napi_build_version=6 --node_napi_label=napi-v6' (1) node-pre-gyp ERR! stack at ChildProcess. (/builddir/Signal-Desktop-5.0.0/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:315:20) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1048:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) node-pre-gyp ERR! System Linux 5.11.18_1 node-pre-gyp ERR! command "/usr/bin/node" "/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/node_modules/.bin/node-pre-gyp" "install" "--build-from-source" node-pre-gyp ERR! cwd /builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher node-pre-gyp ERR! node -v v14.16.0 node-pre-gyp ERR! node-pre-gyp -v v0.15.0 node-pre-gyp ERR! not ok Failed to execute '/usr/bin/node /builddir/Signal-Desktop-5.0.0/node_modules/node-gyp/bin/node-gyp.js build --build-from-source --module=/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/lib/binding/napi-v6-linux-x64/node_sqlite3.node --module_name=node_sqlite3 --module_path=/builddir/Signal-Desktop-5.0.0/node_modules/@journeyapps/sqlcipher/lib/binding/napi-v6-linux-x64 --napi_version=7 --node_abi_napi=napi --napi_build_version=6 --node_napi_label=napi-v6' (1) info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. => ERROR: Signal-Desktop-5.0.0_1: pre_build: 'yarn install --ignore-engines' exited with 1 => ERROR: in pre_build() at srcpkgs/Signal-Desktop/template:31 ```