You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
> keytar@4.0.4 install /home/travis/build/brave/browser-laptop/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 variableNo package 'libsecret-1' foundgyp: Call to 'pkg-config --libs-only-l libsecret-1' returned exit status 1 while in binding.gyp. while trying to load binding.gypgyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/home/travis/.nvm/versions/node/v8.2.1/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:336:16)gyp ERR! stack at emitTwo (events.js:125:13)gyp ERR! stack at ChildProcess.emit (events.js:213:7)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)gyp ERR! System Linux 4.4.0-83-genericgyp ERR! command "/home/travis/.nvm/versions/node/v8.2.1/bin/node" "/home/travis/.nvm/versions/node/v8.2.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /home/travis/build/brave/browser-laptop/node_modules/keytargyp ERR! node -v v8.2.1gyp ERR! node-gyp -v v3.6.2gyp ERR!m not ok npm WARN ajv-keywords@2.1.0 requires a peer of ajv@>=5.0.0 but none was installed.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-win@2.1.0 (node_modules/7zip-bin-win):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-win@2.1.0: wanted {"os":"win32","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-mac@1.0.1 (node_modules/7zip-bin-mac):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-mac@1.0.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! keytar@4.0.4 install: `node-gyp rebuild`npm ERR! Exit status 1npm ERR! npm ERR! Failed at the keytar@4.0.4 install script.npm ERR!m This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR! /home/travis/.npm/_logs/2017-08-01T11_01_00_160Z-debug.log
Any hint on the error? Thanks!
The text was updated successfully, but these errors were encountered:
prebuild-install info unpack required /home/dan/src/atom/script/node_modules/leveldown/build/Release/leveldown.node successfully
prebuild-install info install Successfully installed prebuilt binary!
Installing apm
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
Package 'libsecret-1', required by 'virtual:world', not found
pkg-config is at "/usr/bin/pkg-config". Running "pkg-config --path libsecret-1" I get: /usr/lib64/pkgconfig/libsecret-1.pc
Is there somewhere this must be custom configured outside of the standard system search paths?
Installing
keytar@4.0.4
fails due to the error:https://travis-ci.org/brave/browser-laptop/jobs/259720746#L957
Any hint on the error? Thanks!
The text was updated successfully, but these errors were encountered: