gizmore/gdo6

Segfault during ./gdo_bower.sh

Closed this issue · 1 comments

tehron@h2149196:~/gdo6$ ./gdo_bower.sh
All modules: bower update
Thanks to greycat@freenode#bash
GDO/File/
bower flow.js#~2               resolve https://github.com/flowjs/flow.js.git#~2
bower flow.js#~2              download https://github.com/flowjs/flow.js/archive/v2.14.1.tar.gz
bower flow.js#~2               extract archive.tar.gz
bower flow.js#~2              resolved https://github.com/flowjs/flow.js.git#2.14.1
bower flow.js#~2               install flow.js#2.14.1

flow.js#2.14.1 bower_components/flow.js
GDO/JQueryUI/
bower ddslick#*                resolve https://github.com/prashantchaudhary/ddslick.git#*
bower jquery-ui.combobox#^1.0.7          resolve https://github.com/asleepwalker/jquery-ui.combobox.git#^1.0.7
bower jquery-ui#^1.12.1                  resolve https://github.com/components/jqueryui.git#^1.12.1
bower ddslick#*                         download https://github.com/prashantchaudhary/ddslick/archive/master.tar.gz
bower jquery-ui#^1.12.1                 download https://github.com/components/jqueryui/archive/1.12.1.tar.gz
bower jquery-ui.combobox#^1.0.7         download https://github.com/asleepwalker/jquery-ui.combobox/archive/1.0.7.tar.gz
./gdo_bower.sh: line 8: 25886 Segmentation fault      bower --force update
GDO/TinyMCE/
bower tinymce#^4.6.6           resolve https://github.com/tinymce/tinymce-dist.git#^4.6.6
bower tinymce#^4.6.6          download https://github.com/tinymce/tinymce-dist/archive/4.9.11.tar.gz
bower tinymce#^4.6.6           extract archive.tar.gz
bower tinymce#^4.6.6          resolved https://github.com/tinymce/tinymce-dist.git#4.9.11
bower tinymce#^4.6.6           install tinymce#4.9.11

tinymce#4.9.11 bower_components/tinymce
tehron@h2149196:~/gdo6/GDO/JQueryUI$ bower --force --verbose update
bower jquery-ui.combobox#^1.0.7          resolve https://github.com/asleepwalker/jquery-ui.combobox.git#^1.0.7
bower jquery-ui#^1.12.1                  resolve https://github.com/components/jqueryui.git#^1.12.1
bower ddslick#*                          resolve https://github.com/prashantchaudhary/ddslick.git#*
bower jquery-ui.combobox#^1.0.7         download https://github.com/asleepwalker/jquery-ui.combobox/archive/1.0.7.tar.gz
bower jquery-ui#^1.12.1                 download https://github.com/components/jqueryui/archive/1.12.1.tar.gz
bower ddslick#*                         download https://github.com/prashantchaudhary/ddslick/archive/master.tar.gz
bower jquery-ui.combobox#^1.0.7          extract archive.tar.gz
Segmentation fault
tehron@h2149196:~/gdo6/GDO/JQueryUI$ bower --version
1.8.12

Not sure if this is a gdo6 or bower issue, so feel free to close :)

Seems to be related to Node.js on Debian i386 (used with OpenVZ). Node.js itself dropped x86 support long ago, it seems, and no one cared to fix this (and other) bug(s).