vatesfr / xo

Merged with monorepo https://github.com/vatesfr/xen-orchestra
https://xen-orchestra.com
210 stars 39 forks source link

installation does not work on debian 9 #142

Closed payback007 closed 6 years ago

payback007 commented 6 years ago

index generated src/xapi/mixins/index.js index generated src/api/index.js index generated src/xo-mixins/index.js Killed

Fohdeesha commented 6 years ago

Did you follow this guide? - https://xen-orchestra.com/docs/from_the_sources.html

I have succesfully installed XO from sources on numerous debian 9 VM's using this guide. This is more likely related to your nodeJS and Yarn versions. Can you post both? At what step of the guide do you get this output?

payback007 commented 6 years ago

yes I followed the instructions, in prior starting I installed a clean/fresh Debian 9.4 system. It seems something is not working during yarn build. I also installed it more than once but now it's not working...

output after yarn build:

yarn run v1.7.0 $ scripts/run-script --parallel build

Using targets: { "node": "4" }

Using modules transform: commonjs

Using plugins: transform-function-name { "node":"4" } transform-arrow-functions { "node":"4" } transform-classes { "node":"4" } transform-object-super { "node":"4" } transform-for-of { "node":"4" } transform-sticky-regex { "node":"4" } transform-unicode-regex { "node":"4" } transform-spread { "node":"4" } transform-parameters { "node":"4" } transform-destructuring { "node":"4" } transform-block-scoping { "node":"4" } transform-new-target { "node":"4" } transform-regenerator { "node":"4" } transform-exponentiation-operator { "node":"4" } transform-async-to-generator { "node":"4" } proposal-async-generator-functions { "node":"4" } proposal-object-rest-spread { "node":"4" } proposal-unicode-property-regex { "node":"4" } transform-dotall-regex { "node":"4" } proposal-optional-catch-binding { "node":"4" }

Using polyfills: No polyfills were added, since the useBuiltIns option was not set. Killed

Using targets: { "chrome": "65", "firefox": "59", "ie": "11", "ios": "11", "node": "6" }

Using modules transform: commonjs

Using plugins: transform-template-literals { "ie":"11" } transform-literals { "ie":"11" } transform-function-name { "ie":"11", "node":"6" } transform-arrow-functions { "ie":"11" } transform-classes { "ie":"11" } transform-object-super { "ie":"11" } transform-shorthand-properties { "ie":"11" } transform-duplicate-keys { "ie":"11" } transform-computed-properties { "ie":"11" } transform-for-of { "ie":"11", "node":"6" } transform-sticky-regex { "ie":"11" } transform-unicode-regex { "ie":"11" } transform-spread { "ie":"11" } transform-parameters { "ie":"11" } transform-destructuring { "ie":"11", "node":"6" } transform-block-scoping { "ie":"11" } transform-new-target { "ie":"11" } transform-regenerator { "ie":"11" } transform-exponentiation-operator { "ie":"11", "node":"6" } transform-async-to-generator { "ie":"11", "node":"6" } proposal-async-generator-functions { "ie":"11", "ios":"11", "node":"6" } proposal-object-rest-spread { "ie":"11", "ios":"11", "node":"6" } proposal-unicode-property-regex { "firefox":"59", "ie":"11", "ios":"11", "node":"6" } transform-dotall-regex { "firefox":"59", "ie":"11", "ios":"11", "node":"6" } proposal-optional-catch-binding { "chrome":"65", "ie":"11", "ios":"11", "node":"6" }

Using polyfills: No polyfills were added, since the useBuiltIns option was not set.

olivierlambert commented 6 years ago

Hi!

  1. This is not the good repo to create an issue, please read the CONTRIBUTING section of our doc :)
  2. For source install issues it's better to ask on the forum in general. Because the dev team works everyday with the sources, it's likely a problem on your side, so adding issues on the GH repo relative to your environment will increase our load on bug triage that's not directly related to XO issues

In your case, I suppose you don't have enough RAM when you build it.