atom.io editor install

Don Roberto

New Member
Hallo
Versuche gerade den atom editor zu installen.
Bin nach der anleitung hier vorgegangen.

https://github.com/atom/atom/blob/master/docs/build-instructions/freebsd.md
Requirements
  • FreeBSD
  • pkg install node
  • pkg install npm
  • pkg install libgnome-keyring
  • npm config set python /usr/local/bin/python2 -g to ensure that gyp uses Python 2
Instructions
git clone https://github.com/atom/atom
cd atom
script/build




Code:
@jento:/usr/home/jento/atom script/build
Node:   v8.1.4
Npm:    v5.3.0
Installing script dependencies
Traceback (most recent call last):
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 16, in <module>
    sys.exit(gyp.script_main())
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 545, in script_main
    return main(sys.argv[1:])
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 538, in main
    return gyp_main(args)
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 514, in gyp_main
    options.duplicate_basename_check)
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 130, in Load
    params['parallel'], params['root_targets'])
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 2798, in Load
    RemoveLinkDependenciesFromNoneTargets(targets)
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 1513, in RemoveLinkDependenciesFromNoneTargets
    if targets[t].get('variables', {}).get('link_dependency', 0):
KeyError: 'deps/breakpad/breakpad.gyp:dump_syms#target'
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/home/jento/atom/script/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:197:12)
gyp ERR! System FreeBSD 11.1-RELEASE
gyp ERR! command "/usr/local/bin/node" "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/home/jento/atom/script/node_modules/minidump
gyp ERR! node -v v8.1.4
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! minidump@0.9.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the minidump@0.9.0 install script.
npm ERR! 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!     /root/.npm/_logs/2017-09-23T20_12_21_912Z-debug.log
child_process.js:611
    throw err;
    ^

Error: Command failed: /usr/home/jento/atom/script/node_modules/.bin/npm --loglevel=error install
Traceback (most recent call last):
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 16, in <module>
    sys.exit(gyp.script_main())
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 545, in script_main
    return main(sys.argv[1:])
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 538, in main
    return gyp_main(args)                                                                                                                                                  
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 514, in gyp_main                                                    
    options.duplicate_basename_check)                                                                                                                                                      
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 130, in Load                                                                  
    params['parallel'], params['root_targets'])                                                                                                                                                      
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 2798, in Load                                                                                
    RemoveLinkDependenciesFromNoneTargets(targets)                                                                                                                                                              
  File "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 1513, in RemoveLinkDependenciesFromNoneTargets                                                                
    if targets[t].get('variables', {}).get('link_dependency', 0):                                                                                                                                                      
KeyError: 'deps/breakpad/breakpad.gyp:dump_syms#target'                                                                                                                                                                        
gyp ERR! configure error                                                                                                                                                                                                          
gyp ERR! stack Error: `gyp` failed with exit code: 1                                                                                                                                                                                    
gyp ERR! stack     at ChildProcess.onCpExit (/usr/home/jento/atom/script/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:197:12)                                                                                                                                                                  
gyp ERR! System FreeBSD 11.1-RELEASE                                                                                                                                                                                                                          
gyp ERR! command "/usr/local/bin/node" "/usr/home/jento/atom/script/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"                                                                                                                        
gyp ERR! cwd /usr/home/jento/atom/script/node_modules/minidump                                                                                                                                                                                                    
gyp ERR! node -v v8.1.4
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! minidump@0.9.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the minidump@0.9.0 install script.
npm ERR! 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!     /root/.npm/_logs/2017-09-23T20_12_21_912Z-debug.log

    at checkExecSyncError (child_process.js:588:13)
    at Object.execFileSync (child_process.js:608:13)
    at module.exports (/usr/home/jento/atom/script/lib/install-script-dependencies.js:9:16)
    at Object.<anonymous> (/usr/home/jento/atom/script/bootstrap:28:1)
    at Module._compile (module.js:569:30)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Module.require (module.js:513:17)
 
Zurück
Oben