-
-
Save satoshinm/6f92dce5a3340e89568ef39839308b40 to your computer and use it in GitHub Desktop.
hap-client npm module installation failure on Raspberry Pi, keytar@4.1.0 failed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi3:~/homebridge/homebridge-toggle-client $ git clone https://github.com/forty2/hap-client | |
Cloning into 'hap-client'... | |
remote: Counting objects: 35, done. | |
remote: Total 35 (delta 0), reused 0 (delta 0), pack-reused 35 | |
Unpacking objects: 100% (35/35), done. | |
Checking connectivity... done. | |
pi@raspberrypi3:~/homebridge/homebridge-toggle-client $ cd hap-client/ | |
pi@raspberrypi3:~/homebridge/homebridge-toggle-client/hap-client $ npm install | |
> sodium@2.0.3 preinstall /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d | |
> node install.js --preinstall | |
Static libsodium was not found at /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib/libsodium so compiling libsodium from source. | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: creating directory build-aux | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. | |
libtoolize: copying file `build-aux/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: configure.ac: not using Autoheader | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:76: installing 'build-aux/compile' | |
configure.ac:9: installing 'build-aux/config.guess' | |
configure.ac:9: installing 'build-aux/config.sub' | |
configure.ac:10: installing 'build-aux/install-sh' | |
configure.ac:10: installing 'build-aux/missing' | |
src/libsodium/Makefile.am: installing 'build-aux/depcomp' | |
parallel-tests: installing 'build-aux/test-driver' | |
autoreconf: Leaving directory `.' | |
checking build system type... armv7l-unknown-linux-gnueabihf | |
checking host system type... armv7l-unknown-linux-gnueabihf | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '1000' is supported by ustar format... yes | |
checking whether GID '1000' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for a sed that does not truncate output... /bin/sed | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking whether gcc is Clang... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking whether more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking for gcc option to accept ISO C99... -std=gnu99 | |
checking dependency style of gcc -std=gnu99... gcc3 | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for __native_client__ defined... no | |
checking for _FORTIFY_SOURCE defined... no | |
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes | |
checking whether C compiler accepts -fvisibility=hidden... yes | |
checking whether C compiler accepts -fPIC... yes | |
checking whether C compiler accepts -fPIE... yes | |
checking whether the linker accepts -pie... yes | |
checking whether C compiler accepts -fno-strict-aliasing... yes | |
checking whether C compiler accepts -fno-strict-overflow... yes | |
checking whether C compiler accepts -fstack-protector... yes | |
checking whether the linker accepts -fstack-protector... yes | |
checking whether C compiler accepts -Wwrite-strings... yes | |
checking whether C compiler accepts -Wdiv-by-zero... yes | |
checking whether C compiler accepts -Wsometimes-uninitialized... no | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -Wall -Wextra... yes | |
checking for clang... no | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond... no | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... no | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wshorten-64-to-32... no | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no | |
checking whether the linker accepts -Wl,-z,relro... yes | |
checking whether the linker accepts -Wl,-z,now... yes | |
checking whether the linker accepts -Wl,-z,noexecstack... yes | |
checking for a broken clang + AVX512 combination... no | |
checking whether segmentation violations can be caught when using the C compiler... yes | |
checking whether SIGABRT can be caught when using the C compiler... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc -std=gnu99... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop | |
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no | |
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC | |
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes | |
checking if gcc -std=gnu99 static flag -static works... yes | |
checking if gcc -std=gnu99 supports -c -o file.o... yes | |
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for ar... (cached) ar | |
checking whether C compiler accepts -mmmx... no | |
checking for MMX instructions set... no | |
checking whether C compiler accepts -msse2... no | |
checking for SSE2 instructions set... no | |
checking whether C compiler accepts -msse3... no | |
checking for SSE3 instructions set... no | |
checking whether C compiler accepts -mssse3... no | |
checking for SSSE3 instructions set... no | |
checking whether C compiler accepts -msse4.1... no | |
checking for SSE4.1 instructions set... no | |
checking whether C compiler accepts -mavx... no | |
checking for AVX instructions set... no | |
checking whether C compiler accepts -mavx2... no | |
checking for AVX2 instructions set... no | |
checking whether C compiler accepts -mavx512f... no | |
checking for AVX512F instructions set... no | |
checking whether C compiler accepts -maes... no | |
checking whether C compiler accepts -mpclmul... no | |
checking for AESNI instructions set and PCLMULQDQ... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking intrin.h usability... no | |
checking intrin.h presence... no | |
checking for intrin.h... no | |
checking if _xgetbv() is available... no | |
checking for inline... inline | |
checking whether byte ordering is bigendian... no | |
checking whether __STDC_LIMIT_MACROS is required... no | |
checking whether we can use x86_64 asm code... no | |
checking whether we can assemble AVX opcodes... no | |
checking for 128-bit arithmetic... no | |
checking for cpuid instruction... no | |
checking if the .private_extern asm directive is supported... no | |
checking if the .hidden asm directive is supported... yes | |
checking if weak symbols are supported... yes | |
checking if data alignment is required... no | |
checking if atomic operations are supported... yes | |
checking for arc4random... no | |
checking for arc4random_buf... no | |
checking for mmap... yes | |
checking for mlock... yes | |
checking for madvise... yes | |
checking for mprotect... yes | |
checking for memset_s... no | |
checking for explicit_bzero... no | |
checking for nanosleep... yes | |
checking for posix_memalign... yes | |
checking for getpid... yes | |
checking if gcc/ld supports -Wl,--output-def... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating builds/Makefile | |
config.status: creating contrib/Makefile | |
config.status: creating dist-build/Makefile | |
config.status: creating libsodium.pc | |
config.status: creating libsodium-uninstalled.pc | |
config.status: creating msvc-scripts/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/libsodium/Makefile | |
config.status: creating src/libsodium/include/Makefile | |
config.status: creating src/libsodium/include/sodium/version.h | |
config.status: creating test/default/Makefile | |
config.status: creating test/Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make[1]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
Making check in builds | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/builds' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/builds' | |
Making check in contrib | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/contrib' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/contrib' | |
Making check in dist-build | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/dist-build' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/dist-build' | |
Making check in msvc-scripts | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/msvc-scripts' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/msvc-scripts' | |
Making check in src | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
Making check in libsodium | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
Making check in include | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium/include' | |
make[4]: Nothing to be done for 'check'. | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium/include' | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo | |
CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo | |
CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo | |
CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo | |
CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo | |
CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo | |
CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo | |
CC crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo | |
CC crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo | |
CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo | |
CC crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo | |
CC crypto_auth/libsodium_la-crypto_auth.lo | |
CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo | |
CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo | |
CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo | |
CC crypto_box/libsodium_la-crypto_box.lo | |
CC crypto_box/libsodium_la-crypto_box_easy.lo | |
CC crypto_box/libsodium_la-crypto_box_seal.lo | |
CC crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo | |
CC crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo | |
CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo | |
CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo | |
CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo | |
CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo | |
CC crypto_generichash/libsodium_la-crypto_generichash.lo | |
CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo | |
CC crypto_hash/libsodium_la-crypto_hash.lo | |
CC crypto_hash/sha256/libsodium_la-hash_sha256.lo | |
CC crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo | |
CC crypto_hash/sha512/libsodium_la-hash_sha512.lo | |
CC crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo | |
CC crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo | |
CC crypto_kdf/libsodium_la-crypto_kdf.lo | |
CC crypto_kx/libsodium_la-crypto_kx.lo | |
CC crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo | |
CC crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo | |
CC crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2.lo | |
CC crypto_pwhash/argon2/libsodium_la-blake2b-long.lo | |
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo | |
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo | |
CC crypto_pwhash/libsodium_la-crypto_pwhash.lo | |
CC crypto_scalarmult/libsodium_la-crypto_scalarmult.lo | |
CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo | |
CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo | |
CC crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo | |
CC crypto_shorthash/libsodium_la-crypto_shorthash.lo | |
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo | |
CC crypto_sign/libsodium_la-crypto_sign.lo | |
CC crypto_sign/ed25519/libsodium_la-sign_ed25519.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-open.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-sign.lo | |
CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo | |
CC crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo | |
CC crypto_stream/libsodium_la-crypto_stream.lo | |
CC crypto_stream/salsa20/libsodium_la-stream_salsa20.lo | |
CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo | |
CC crypto_verify/sodium/libsodium_la-verify.lo | |
CC randombytes/libsodium_la-randombytes.lo | |
CC sodium/libsodium_la-codecs.lo | |
CC sodium/libsodium_la-core.lo | |
CC sodium/libsodium_la-runtime.lo | |
CC sodium/libsodium_la-utils.lo | |
CC sodium/libsodium_la-version.lo | |
CC randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo | |
CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo | |
CC crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo | |
CC crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo | |
CC crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo | |
CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo | |
CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo | |
CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo | |
CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo | |
CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo | |
CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo | |
CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo | |
CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo | |
CC crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo | |
CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo | |
CCLD libsse41.la | |
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries | |
CCLD libavx2.la | |
CCLD libavx512f.la | |
CCLD libaesni.la | |
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries | |
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries | |
CCLD libsse2.la | |
CCLD libssse3.la | |
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries | |
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries | |
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries | |
CCLD libsodium.la | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
make[3]: Nothing to be done for 'check-am'. | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
Making check in test | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
Making check in default | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make aead_aes256gcm aead_chacha20poly1305 aead_xchacha20poly1305 auth auth2 auth3 auth5 auth6 auth7 box box2 box7 box8 box_easy box_easy2 box_seal box_seed chacha20 codecs core1 core2 core3 core4 core5 core6 ed25519_convert generichash generichash2 generichash3 hash hash3 kdf keygen kx metamorphic misuse onetimeauth onetimeauth2 onetimeauth7 pwhash_argon2i pwhash_argon2id randombytes scalarmult scalarmult2 scalarmult5 scalarmult6 scalarmult7 secretbox secretbox2 secretbox7 secretbox8 secretbox_easy secretbox_easy2 secretstream shorthash sign sodium_core sodium_utils sodium_version stream stream2 stream3 stream4 verify1 sodium_utils2 sodium_utils3 pwhash_scrypt pwhash_scrypt_ll siphashx24 xchacha20 | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
CC aead_aes256gcm.o | |
CC aead_chacha20poly1305.o | |
CC aead_xchacha20poly1305.o | |
CC auth.o | |
CC auth2.o | |
CC auth3.o | |
CC auth5.o | |
CC auth6.o | |
CC auth7.o | |
CC box.o | |
CC box2.o | |
CC box7.o | |
CC box8.o | |
CC box_easy.o | |
CC box_easy2.o | |
CC box_seal.o | |
CC box_seed.o | |
CC chacha20.o | |
CC codecs.o | |
CC core2.o | |
CC core1.o | |
CC core3.o | |
CC core4.o | |
CC core5.o | |
CC core6.o | |
CC ed25519_convert.o | |
CC generichash.o | |
CC generichash2.o | |
CC generichash3.o | |
CC hash.o | |
CC hash3.o | |
CC keygen.o | |
CC kdf.o | |
CC kx.o | |
CC misuse.o | |
CC metamorphic.o | |
CC onetimeauth.o | |
CC onetimeauth2.o | |
CC onetimeauth7.o | |
CC pwhash_argon2i.o | |
CC pwhash_argon2id.o | |
CC randombytes.o | |
CC scalarmult2.o | |
CC scalarmult.o | |
CC scalarmult5.o | |
CC scalarmult6.o | |
CC scalarmult7.o | |
CC secretbox.o | |
CC secretbox2.o | |
CC secretbox7.o | |
CC secretbox8.o | |
CC secretbox_easy.o | |
CC secretbox_easy2.o | |
CC secretstream.o | |
CC shorthash.o | |
CC sign.o | |
CC sodium_core.o | |
CC sodium_utils.o | |
CC sodium_version.o | |
CC stream.o | |
CC stream2.o | |
CC stream4.o | |
CC stream3.o | |
CC verify1.o | |
CC sodium_utils2.o | |
CC sodium_utils3.o | |
CC pwhash_scrypt.o | |
CC pwhash_scrypt_ll.o | |
CC siphashx24.o | |
CC xchacha20.o | |
CCLD aead_aes256gcm | |
CCLD aead_chacha20poly1305 | |
CCLD aead_xchacha20poly1305 | |
CCLD auth | |
CCLD auth2 | |
CCLD auth3 | |
CCLD auth5 | |
CCLD auth6 | |
CCLD auth7 | |
CCLD box | |
CCLD box2 | |
CCLD box7 | |
CCLD box8 | |
CCLD box_easy | |
CCLD box_easy2 | |
CCLD box_seal | |
CCLD box_seed | |
CCLD chacha20 | |
CCLD codecs | |
CCLD core1 | |
CCLD core2 | |
CCLD core3 | |
CCLD core4 | |
CCLD core5 | |
CCLD core6 | |
CCLD ed25519_convert | |
CCLD generichash | |
CCLD generichash2 | |
CCLD generichash3 | |
CCLD hash | |
CCLD hash3 | |
CCLD kdf | |
CCLD keygen | |
CCLD kx | |
CCLD metamorphic | |
CCLD misuse | |
CCLD onetimeauth | |
CCLD onetimeauth2 | |
CCLD onetimeauth7 | |
CCLD pwhash_argon2i | |
CCLD pwhash_argon2id | |
CCLD randombytes | |
CCLD scalarmult | |
CCLD scalarmult2 | |
CCLD scalarmult5 | |
CCLD scalarmult6 | |
CCLD scalarmult7 | |
CCLD secretbox | |
CCLD secretbox2 | |
CCLD secretbox7 | |
CCLD secretbox8 | |
CCLD secretbox_easy | |
CCLD secretbox_easy2 | |
CCLD secretstream | |
CCLD shorthash | |
CCLD sign | |
CCLD sodium_core | |
CCLD sodium_utils | |
CCLD sodium_version | |
CCLD stream | |
CCLD stream2 | |
CCLD stream3 | |
CCLD stream4 | |
CCLD verify1 | |
CCLD sodium_utils2 | |
CCLD sodium_utils3 | |
CCLD pwhash_scrypt | |
CCLD pwhash_scrypt_ll | |
CCLD siphashx24 | |
CCLD xchacha20 | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make check-TESTS | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[5]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
PASS: aead_aes256gcm | |
PASS: aead_chacha20poly1305 | |
PASS: aead_xchacha20poly1305 | |
PASS: auth | |
PASS: auth3 | |
PASS: auth2 | |
PASS: auth6 | |
PASS: auth7 | |
PASS: box | |
PASS: auth5 | |
PASS: box2 | |
PASS: box_easy | |
PASS: box_easy2 | |
PASS: box_seal | |
PASS: box_seed | |
PASS: chacha20 | |
PASS: codecs | |
PASS: core1 | |
PASS: core2 | |
PASS: core3 | |
PASS: core4 | |
PASS: core5 | |
PASS: box7 | |
PASS: core6 | |
PASS: generichash | |
PASS: generichash2 | |
PASS: ed25519_convert | |
PASS: generichash3 | |
PASS: hash | |
PASS: hash3 | |
PASS: kdf | |
PASS: keygen | |
PASS: kx | |
PASS: misuse | |
PASS: onetimeauth | |
PASS: onetimeauth2 | |
PASS: box8 | |
PASS: onetimeauth7 | |
PASS: metamorphic | |
PASS: randombytes | |
PASS: scalarmult | |
PASS: scalarmult2 | |
PASS: scalarmult5 | |
PASS: scalarmult6 | |
PASS: scalarmult7 | |
PASS: secretbox | |
PASS: secretbox2 | |
PASS: secretbox7 | |
PASS: secretbox8 | |
PASS: secretbox_easy | |
PASS: secretbox_easy2 | |
PASS: secretstream | |
PASS: shorthash | |
PASS: pwhash_argon2i | |
PASS: sodium_core | |
PASS: sodium_utils | |
PASS: sodium_version | |
PASS: pwhash_argon2id | |
PASS: stream2 | |
PASS: stream3 | |
PASS: stream | |
PASS: stream4 | |
PASS: verify1 | |
PASS: sodium_utils3 | |
PASS: sodium_utils2 | |
PASS: sign | |
PASS: siphashx24 | |
PASS: pwhash_scrypt_ll | |
PASS: xchacha20 | |
PASS: pwhash_scrypt | |
make[6]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[6]: Nothing to be done for 'all'. | |
make[6]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
============================================================================ | |
Testsuite summary for libsodium 1.0.15 | |
============================================================================ | |
# TOTAL: 70 | |
# PASS: 70 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 0 | |
# XPASS: 0 | |
# ERROR: 0 | |
============================================================================ | |
make[5]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
make[3]: Nothing to be done for 'check-am'. | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
make[2]: Nothing to be done for 'check-am'. | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
make[1]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
make[1]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
Making install in builds | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/builds' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/builds' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/builds' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/builds' | |
Making install in contrib | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/contrib' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/contrib' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/contrib' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/contrib' | |
Making install in dist-build | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/dist-build' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/dist-build' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/dist-build' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/dist-build' | |
Making install in msvc-scripts | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/msvc-scripts' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/msvc-scripts' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/msvc-scripts' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/msvc-scripts' | |
Making install in src | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
Making install in libsodium | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
Making install in include | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium/include' | |
make[5]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium/include' | |
make[5]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include' | |
/bin/mkdir -p '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include' | |
/bin/mkdir -p '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include/sodium' | |
/usr/bin/install -c -m 644 sodium/version.h '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include/sodium' | |
/bin/mkdir -p '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include/sodium' | |
/usr/bin/install -c -m 644 sodium/core.h sodium/crypto_aead_aes256gcm.h sodium/crypto_aead_chacha20poly1305.h sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h sodium/crypto_auth_hmacsha256.h sodium/crypto_auth_hmacsha512.h sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h sodium/crypto_box_curve25519xchacha20poly1305.h sodium/crypto_box_curve25519xsalsa20poly1305.h sodium/crypto_core_hchacha20.h sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h sodium/crypto_generichash.h sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h sodium/crypto_kdf.h sodium/crypto_kdf_blake2b.h sodium/crypto_kx.h sodium/crypto_onetimeauth.h sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h sodium/crypto_pwhash_argon2i.h sodium/crypto_pwhash_argon2id.h sodium/crypto_pwhash_scryptsalsa208sha256.h sodium/crypto_scalarmult.h sodium/crypto_scalarmult_curve25519.h sodium/crypto_secretbox.h sodium/crypto_secretbox_xchacha20poly1305.h sodium/crypto_secretbox_xsalsa20poly1305.h sodium/crypto_secretstream_xchacha20poly1305.h sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h sodium/crypto_sign.h sodium/crypto_sign_ed25519.h '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include/sodium' | |
/usr/bin/install -c -m 644 sodium.h '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include/.' | |
/bin/mkdir -p '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include/sodium' | |
/usr/bin/install -c -m 644 sodium/crypto_sign_edwards25519sha512batch.h sodium/crypto_stream.h sodium/crypto_stream_chacha20.h sodium/crypto_stream_salsa20.h sodium/crypto_stream_salsa2012.h sodium/crypto_stream_salsa208.h sodium/crypto_stream_xchacha20.h sodium/crypto_stream_xsalsa20.h sodium/crypto_verify_16.h sodium/crypto_verify_32.h sodium/crypto_verify_64.h sodium/export.h sodium/randombytes.h sodium/randombytes_salsa20_random.h sodium/randombytes_sysrandom.h sodium/runtime.h sodium/utils.h '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/include/sodium' | |
make[5]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium/include' | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium/include' | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
make[5]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
make[5]: Nothing to be done for 'install-data-am'. | |
/bin/mkdir -p '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib' | |
/bin/bash ../../libtool --mode=install /usr/bin/install -c libsodium.la '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib' | |
libtool: install: /usr/bin/install -c .libs/libsodium.so.23.0.0 /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib/libsodium.so.23.0.0 | |
libtool: install: (cd /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib && { ln -s -f libsodium.so.23.0.0 libsodium.so.23 || { rm -f libsodium.so.23 && ln -s libsodium.so.23.0.0 libsodium.so.23; }; }) | |
libtool: install: (cd /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib && { ln -s -f libsodium.so.23.0.0 libsodium.so || { rm -f libsodium.so && ln -s libsodium.so.23.0.0 libsodium.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libsodium.lai /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib/libsodium.la | |
libtool: install: /usr/bin/install -c .libs/libsodium.a /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib/libsodium.a | |
libtool: install: chmod 644 /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib/libsodium.a | |
libtool: install: ranlib /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib/libsodium.a | |
libtool: finish: PATH="/usr/lib/node_modules/npm/bin/node-gyp-bin:/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/node_modules/.bin:/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[5]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src/libsodium' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/src' | |
Making install in test | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
Making install in default | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test/default' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
make[4]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium/test' | |
make[2]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
make[3]: Entering directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib/pkgconfig' | |
/usr/bin/install -c -m 644 libsodium.pc '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/build/lib/pkgconfig' | |
make[3]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
make[2]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
make[1]: Leaving directory '/home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/.staging/sodium-a33dfc7d/deps/libsodium' | |
> keytar@4.1.0 install /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/keytar | |
> node-gyp rebuild | |
Package libsecret-1 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libsecret-1.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libsecret-1' found | |
gyp: Call to 'pkg-config --libs-only-l libsecret-1' returned exit status 1 while in binding.gyp. while trying to load binding.gyp | |
gyp ERR! configure error | |
gyp ERR! stack Error: `gyp` failed with exit code: 1 | |
gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:305:16) | |
gyp ERR! stack at emitTwo (events.js:106:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:191:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) | |
gyp ERR! System Linux 4.4.21-v7+ | |
gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /home/pi/homebridge/homebridge-toggle-client/hap-client/node_modules/keytar | |
gyp ERR! node -v v6.7.0 | |
gyp ERR! node-gyp -v v3.3.1 | |
gyp ERR! not ok | |
hap-client@1.0.1 /home/pi/homebridge/homebridge-toggle-client/hap-client | |
├─┬ babel-cli@6.26.0 | |
│ ├─┬ babel-polyfill@6.26.0 | |
│ │ ├── core-js@2.5.3 | |
│ │ └── regenerator-runtime@0.10.5 | |
│ ├─┬ babel-register@6.26.0 | |
│ │ └─┬ home-or-tmp@2.0.0 | |
│ │ ├── os-homedir@1.0.2 | |
│ │ └── os-tmpdir@1.0.2 | |
│ ├─┬ babel-runtime@6.26.0 | |
│ │ └── regenerator-runtime@0.11.1 | |
│ ├─┬ chokidar@1.7.0 | |
│ │ ├─┬ anymatch@1.3.2 | |
│ │ │ ├─┬ micromatch@2.3.11 | |
│ │ │ │ ├─┬ arr-diff@2.0.0 | |
│ │ │ │ │ └── arr-flatten@1.1.0 | |
│ │ │ │ ├── array-unique@0.2.1 | |
│ │ │ │ ├─┬ braces@1.8.5 | |
│ │ │ │ │ ├─┬ expand-range@1.8.2 | |
│ │ │ │ │ │ └─┬ fill-range@2.2.3 | |
│ │ │ │ │ │ ├── is-number@2.1.0 | |
│ │ │ │ │ │ ├── isobject@2.1.0 | |
│ │ │ │ │ │ ├─┬ randomatic@1.1.7 | |
│ │ │ │ │ │ │ ├─┬ is-number@3.0.0 | |
│ │ │ │ │ │ │ │ └── kind-of@3.2.2 | |
│ │ │ │ │ │ │ └── kind-of@4.0.0 | |
│ │ │ │ │ │ └── repeat-string@1.6.1 | |
│ │ │ │ │ ├── preserve@0.2.0 | |
│ │ │ │ │ └── repeat-element@1.1.2 | |
│ │ │ │ ├─┬ expand-brackets@0.1.5 | |
│ │ │ │ │ └── is-posix-bracket@0.1.1 | |
│ │ │ │ ├── extglob@0.3.2 | |
│ │ │ │ ├── filename-regex@2.0.1 | |
│ │ │ │ ├── kind-of@3.2.2 | |
│ │ │ │ ├─┬ object.omit@2.0.1 | |
│ │ │ │ │ ├─┬ for-own@0.1.5 | |
│ │ │ │ │ │ └── for-in@1.0.2 | |
│ │ │ │ │ └── is-extendable@0.1.1 | |
│ │ │ │ ├─┬ parse-glob@3.0.4 | |
│ │ │ │ │ ├── glob-base@0.3.0 | |
│ │ │ │ │ └── is-dotfile@1.0.3 | |
│ │ │ │ └─┬ regex-cache@0.4.4 | |
│ │ │ │ └─┬ is-equal-shallow@0.1.3 | |
│ │ │ │ └── is-primitive@2.0.0 | |
│ │ │ └─┬ normalize-path@2.1.1 | |
│ │ │ └── remove-trailing-separator@1.1.0 | |
│ │ ├── async-each@1.0.1 | |
│ │ ├── glob-parent@2.0.0 | |
│ │ ├── inherits@2.0.3 | |
│ │ ├─┬ is-binary-path@1.0.1 | |
│ │ │ └── binary-extensions@1.11.0 | |
│ │ ├─┬ is-glob@2.0.1 | |
│ │ │ └── is-extglob@1.0.0 | |
│ │ └─┬ readdirp@2.1.0 | |
│ │ ├─┬ readable-stream@2.3.3 | |
│ │ │ ├── core-util-is@1.0.2 | |
│ │ │ ├── isarray@1.0.0 | |
│ │ │ ├── process-nextick-args@1.0.7 | |
│ │ │ ├── safe-buffer@5.1.1 | |
│ │ │ ├── string_decoder@1.0.3 | |
│ │ │ └── util-deprecate@1.0.2 | |
│ │ └── set-immediate-shim@1.0.1 | |
│ ├── commander@2.12.2 | |
│ ├── convert-source-map@1.5.1 | |
│ ├── fs-readdir-recursive@1.1.0 | |
│ ├─┬ glob@7.1.2 | |
│ │ ├── fs.realpath@1.0.0 | |
│ │ ├─┬ inflight@1.0.6 | |
│ │ │ └── wrappy@1.0.2 | |
│ │ └── once@1.4.0 | |
│ ├── lodash@4.17.4 | |
│ ├─┬ output-file-sync@1.1.2 | |
│ │ ├── graceful-fs@4.1.11 | |
│ │ └── object-assign@4.1.1 | |
│ ├── path-is-absolute@1.0.1 | |
│ ├── slash@1.0.0 | |
│ ├── source-map@0.5.7 | |
│ └─┬ v8flags@2.1.1 | |
│ └── user-home@1.1.1 | |
├─┬ babel-core@6.26.0 | |
│ ├─┬ babel-code-frame@6.26.0 | |
│ │ ├─┬ chalk@1.1.3 | |
│ │ │ ├── ansi-styles@2.2.1 | |
│ │ │ ├─┬ has-ansi@2.0.0 | |
│ │ │ │ └── ansi-regex@2.1.1 | |
│ │ │ ├── strip-ansi@3.0.1 | |
│ │ │ └── supports-color@2.0.0 | |
│ │ ├── esutils@2.0.2 | |
│ │ └── js-tokens@3.0.2 | |
│ ├─┬ babel-generator@6.26.0 | |
│ │ ├─┬ detect-indent@4.0.0 | |
│ │ │ └─┬ repeating@2.0.1 | |
│ │ │ └─┬ is-finite@1.0.2 | |
│ │ │ └── number-is-nan@1.0.1 | |
│ │ ├── jsesc@1.3.0 | |
│ │ └── trim-right@1.0.1 | |
│ ├── babel-helpers@6.24.1 | |
│ ├── babel-messages@6.23.0 | |
│ ├── babel-template@6.26.0 | |
│ ├─┬ babel-traverse@6.26.0 | |
│ │ └── globals@9.18.0 | |
│ ├─┬ babel-types@6.26.0 | |
│ │ └── to-fast-properties@1.0.3 | |
│ ├── babylon@6.18.0 | |
│ ├── json5@0.5.1 | |
│ ├─┬ minimatch@3.0.4 | |
│ │ └─┬ brace-expansion@1.1.8 | |
│ │ ├── balanced-match@1.0.0 | |
│ │ └── concat-map@0.0.1 | |
│ └── private@0.1.8 | |
├── babel-plugin-syntax-function-bind@6.13.0 | |
├── babel-plugin-transform-function-bind@6.22.0 | |
├─┬ babel-plugin-transform-object-rest-spread@6.26.0 | |
│ └── babel-plugin-syntax-object-rest-spread@6.13.0 | |
├─┬ babel-preset-env@1.6.1 | |
│ ├── babel-plugin-check-es2015-constants@6.22.0 | |
│ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 | |
│ ├─┬ babel-plugin-transform-async-to-generator@6.24.1 | |
│ │ ├── babel-helper-remap-async-to-generator@6.24.1 | |
│ │ └── babel-plugin-syntax-async-functions@6.13.0 | |
│ ├── babel-plugin-transform-es2015-arrow-functions@6.22.0 | |
│ ├── babel-plugin-transform-es2015-block-scoped-functions@6.22.0 | |
│ ├── babel-plugin-transform-es2015-block-scoping@6.26.0 | |
│ ├─┬ babel-plugin-transform-es2015-classes@6.24.1 | |
│ │ ├── babel-helper-define-map@6.26.0 | |
│ │ ├── babel-helper-function-name@6.24.1 | |
│ │ ├── babel-helper-optimise-call-expression@6.24.1 | |
│ │ └── babel-helper-replace-supers@6.24.1 | |
│ ├── babel-plugin-transform-es2015-computed-properties@6.24.1 | |
│ ├── babel-plugin-transform-es2015-destructuring@6.23.0 | |
│ ├── babel-plugin-transform-es2015-duplicate-keys@6.24.1 | |
│ ├── babel-plugin-transform-es2015-for-of@6.23.0 | |
│ ├── babel-plugin-transform-es2015-function-name@6.24.1 | |
│ ├── babel-plugin-transform-es2015-literals@6.22.0 | |
│ ├── babel-plugin-transform-es2015-modules-amd@6.24.1 | |
│ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.0 | |
│ │ └── babel-plugin-transform-strict-mode@6.24.1 | |
│ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1 | |
│ │ └── babel-helper-hoist-variables@6.24.1 | |
│ ├── babel-plugin-transform-es2015-modules-umd@6.24.1 | |
│ ├── babel-plugin-transform-es2015-object-super@6.24.1 | |
│ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1 | |
│ │ ├── babel-helper-call-delegate@6.24.1 | |
│ │ └── babel-helper-get-function-arity@6.24.1 | |
│ ├── babel-plugin-transform-es2015-shorthand-properties@6.24.1 | |
│ ├── babel-plugin-transform-es2015-spread@6.22.0 | |
│ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1 | |
│ │ └── babel-helper-regex@6.26.0 | |
│ ├── babel-plugin-transform-es2015-template-literals@6.22.0 | |
│ ├── babel-plugin-transform-es2015-typeof-symbol@6.23.0 | |
│ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1 | |
│ │ └─┬ regexpu-core@2.0.0 | |
│ │ ├── regenerate@1.3.3 | |
│ │ ├── regjsgen@0.2.0 | |
│ │ └─┬ regjsparser@0.1.5 | |
│ │ └── jsesc@0.5.0 | |
│ ├─┬ babel-plugin-transform-exponentiation-operator@6.24.1 | |
│ │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.24.1 | |
│ │ │ └── babel-helper-explode-assignable-expression@6.24.1 | |
│ │ └── babel-plugin-syntax-exponentiation-operator@6.13.0 | |
│ ├─┬ babel-plugin-transform-regenerator@6.26.0 | |
│ │ └── regenerator-transform@0.10.1 | |
│ ├─┬ browserslist@2.10.0 | |
│ │ ├── caniuse-lite@1.0.30000783 | |
│ │ └── electron-to-chromium@1.3.28 | |
│ ├─┬ invariant@2.2.2 | |
│ │ └── loose-envify@1.3.1 | |
│ └── semver@5.4.1 | |
├── buffer-reader@0.1.0 | |
├─┬ debug@2.6.9 | |
│ └── ms@2.0.0 | |
├─┬ enum@2.5.0 | |
│ └── is-buffer@1.1.6 | |
├── fast-srp-hap@1.0.1 | |
├─┬ message-socket@1.0.4 | |
│ └── symbol-observable@1.1.0 | |
├─┬ mocha@3.5.3 | |
│ ├── browser-stdout@1.3.0 | |
│ ├─┬ commander@2.9.0 | |
│ │ └── graceful-readlink@1.0.1 | |
│ ├── debug@2.6.8 | |
│ ├── diff@3.2.0 | |
│ ├── escape-string-regexp@1.0.5 | |
│ ├── glob@7.1.1 | |
│ ├── growl@1.9.2 | |
│ ├── he@1.1.1 | |
│ ├── json3@3.3.2 | |
│ ├─┬ lodash.create@3.1.1 | |
│ │ ├─┬ lodash._baseassign@3.2.0 | |
│ │ │ ├── lodash._basecopy@3.0.1 | |
│ │ │ └─┬ lodash.keys@3.1.2 | |
│ │ │ ├── lodash._getnative@3.9.1 | |
│ │ │ ├── lodash.isarguments@3.1.0 | |
│ │ │ └── lodash.isarray@3.0.4 | |
│ │ ├── lodash._basecreate@3.0.3 | |
│ │ └── lodash._isiterateecall@3.0.9 | |
│ ├─┬ mkdirp@0.5.1 | |
│ │ └── minimist@0.0.8 | |
│ └─┬ supports-color@3.1.2 | |
│ └── has-flag@1.0.0 | |
├─┬ node-hkdf-sync@1.0.0 | |
│ └─┬ vows@0.5.13 | |
│ └── eyes@0.1.8 | |
├─┬ rxjs@5.5.5 | |
│ └── symbol-observable@1.0.1 | |
├─┬ simple-plist@0.2.1 | |
│ ├─┬ bplist-creator@0.0.7 | |
│ │ └── stream-buffers@2.2.0 | |
│ ├─┬ bplist-parser@0.1.1 | |
│ │ └── big-integer@1.6.26 | |
│ └─┬ plist@2.0.1 | |
│ ├── base64-js@1.1.2 | |
│ ├── xmlbuilder@8.2.2 | |
│ └── xmldom@0.1.27 | |
├─┬ sodium@2.0.3 | |
│ └── nan@2.8.0 | |
├── source-map-support@0.4.18 | |
└── uuidv5@1.0.0 | |
npm WARN optional Skipping failed optional dependency /chokidar/fsevents: | |
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.3 | |
npm ERR! Linux 4.4.21-v7+ | |
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" | |
npm ERR! node v6.7.0 | |
npm ERR! npm v3.10.3 | |
npm ERR! code ELIFECYCLE | |
npm ERR! keytar@4.1.0 install: `node-gyp rebuild` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the keytar@4.1.0 install script 'node-gyp rebuild'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the keytar package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-gyp rebuild | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs keytar | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls keytar | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /home/pi/homebridge/homebridge-toggle-client/hap-client/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment