I follow build instructions (https://github.com/atom/atom/blob/maste ... s/linux.md) and get the following error:
Code: Select all
script/build
Node: v1.8.1
npm: v2.5.1
Installing build modules...
Installing apm...
child_process: customFds option is deprecated, use stdio instead.
Package gnome-keyring-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-keyring-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-keyring-1' found
gyp: Call to 'pkg-config --libs-only-l gnome-keyring-1' returned exit status 1. 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 (/home/mistreated/Downloads/atom/build/node_modules/npm/node_modules/node-gyp/lib/configure.js:343:16)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:169:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1009:12)
gyp ERR! System Linux 3.10.25-gentoo
gyp ERR! command "/home/mistreated/bin/iojs-v1.8.1-linux-x64/bin/iojs" "/home/mistreated/Downloads/atom/build/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/mistreated/Downloads/atom/apm/node_modules/atom-package-manager/node_modules/keytar
gyp ERR! node -v v1.8.1
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok
child_process: customFds option is deprecated, use stdio instead.
child_process: customFds option is deprecated, use stdio instead.
npm ERR! Linux 3.10.25-gentoo
npm ERR! argv "/home/mistreated/bin/iojs-v1.8.1-linux-x64/bin/iojs" "/home/mistreated/Downloads/atom/build/node_modules/.bin/npm" "--userconfig=/home/mistreated/Downloads/atom/build/.npmrc" "--target=0.10.35" "install" "--loglevel" "error"
npm ERR! node v1.8.1
npm ERR! npm v2.5.1
npm ERR! code ELIFECYCLE
npm ERR! keytar@2.1.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the keytar@2.1.0 install script 'node-gyp rebuild'.
npm ERR! 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 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/mistreated/Downloads/atom/apm/npm-debug.logCode: Select all
equery l gnome-keyring
* Searching for gnome-keyring ...
[IP-] [ ] gnome-base/gnome-keyring-3.14.0:0

