[EN COURS]raspberry pi3 Zspin

Vous avez des soucis avec votre Rpi?

Modérateurs : Porko, Modérateurs

Répondre
Avatar de l’utilisateur
lankou910
Gourou
Gourou
Messages : 724
Inscription : 16 mai 2013 - 01:00
Localisation : Bordeaux
A remercié : 76 fois
A été remercié : 107 fois

raspberry pi3 Zspin

Message par lankou910 » 04 mars 2017 - 18:34

bonjour

après un petite heure de recherche je ne trouve pas mon bonheur y as a boire et a manger

sur raspberry 3, zspin possible ou pas?

si possible comment le compiler sous raspbian? quelle dépendance?
Image

Avatar de l’utilisateur
Antipode
Connaisseur
Connaisseur
Messages : 499
Inscription : 20 nov. 2012 - 00:00
Localisation : Rouen
A remercié : 60 fois
A été remercié : 21 fois
Contact :

Re: raspberry pi3 Zspin

Message par Antipode » 04 mars 2017 - 19:19

Après 2 petite minute de recherche, tutorials-f116/compilation-sur-linux-t7959.html" onclick="window.open(this.href);return false; !
De plus j'avais dais un script pour tous automatisé dans ce topic.
Jamais testé sur raspbian, tu nous fera un retour ! Mais sur le github je crois que tu a déjà une version près compilé pour ARM.

Avatar de l’utilisateur
lankou910
Gourou
Gourou
Messages : 724
Inscription : 16 mai 2013 - 01:00
Localisation : Bordeaux
A remercié : 76 fois
A été remercié : 107 fois

Re: raspberry pi3 Zspin

Message par lankou910 » 04 mars 2017 - 19:47

désolé mais pas trouver sur le github mais je suis pas alaise avec cette outils

oui j'avais vu ce topic mais les compilations on échouer d’après ce que je peut comprendre (compil raspberry).

les compil on été pour windows ou linux ou osx , effectivement il y as une compile raspberry mais en 2.0.x je sais plus

d'ou ma question.
Image

Avatar de l’utilisateur
Antipode
Connaisseur
Connaisseur
Messages : 499
Inscription : 20 nov. 2012 - 00:00
Localisation : Rouen
A remercié : 60 fois
A été remercié : 21 fois
Contact :

Re: raspberry pi3 Zspin

Message par Antipode » 04 mars 2017 - 20:33

Essais sa ma poule :

#!/bin/bash

#Installation de node nodejs gi bul-essential

echo "Telechargement des dependence"
curl -sL https://deb.nodesource.com/setup_0.12" onclick="window.open(this.href);return false; | sudo bash -
sudo apt-get install npm git nodejs git build-essential

#Telechargement des source Zspin

echo "Telechargement de Zspin"
git clone https://github.com/HFScode/zspin.git" onclick="window.open(this.href);return false;

#Deplacement dans le dossier Zspin

cd zspin

#Compilation de Zspin pour Linux ARM

echo "Compilation pour Linux ARM "
make install
PLATFORM=linuxarm make release

#Fin

echo "Felicitation Zspin pour linux est installer, vous trouverez l'executable dans le dossier /home/zspin/releases/zspin-linux-arm"

Avatar de l’utilisateur
lankou910
Gourou
Gourou
Messages : 724
Inscription : 16 mai 2013 - 01:00
Localisation : Bordeaux
A remercié : 76 fois
A été remercié : 107 fois

Re: raspberry pi3 Zspin

Message par lankou910 » 04 mars 2017 - 21:01

merci @antipode je ferais un retour des que fais.
erreur
Clonage dans 'zspin'...
remote: Counting objects: 2702, done.
remote: Total 2702 (delta 0), reused 0 (delta 0), pack-reused 2702
Réception d'objets: 100% (2702/2702), 679.05 KiB | 817.00 KiB/s, fait.
Résolution des deltas: 100% (1692/1692), fait.
Vérification de la connectivité... fait.
Compilation pour Linux ARM
npm install
make: npm: commande introuvable
Makefile:11: recipe for target 'install' failed
make: *** [install] Error 127
./node_modules/.bin/gulp release -p linuxarm
make: ./node_modules/.bin/gulp: commande introuvable
Makefile:27: recipe for target 'release' failed
make: *** [release] Error 127
Felicitation Zspin pour linux est installer, vous trouverez l'executable dans le dossier /home/zspin/releases/zspin-linux-arm
install npm
avec la ligne sudo apt-get npm
l'operation npm n'est pas valable
idem avec la ligne sudo apt-get nodejs npm
l'operation nodejs n'est pas valable
trouve pourquoi
manque install
donc la ligne correcte est sudo apt-get install nodejs npm
Image

Avatar de l’utilisateur
Antipode
Connaisseur
Connaisseur
Messages : 499
Inscription : 20 nov. 2012 - 00:00
Localisation : Rouen
A remercié : 60 fois
A été remercié : 21 fois
Contact :

Re: raspberry pi3 Zspin

Message par Antipode » 04 mars 2017 - 23:43

Mon script est bon, tu l'as mal recopier, donne un retour svp sur zspin !

Avatar de l’utilisateur
lankou910
Gourou
Gourou
Messages : 724
Inscription : 16 mai 2013 - 01:00
Localisation : Bordeaux
A remercié : 76 fois
A été remercié : 107 fois

Re: raspberry pi3 Zspin

Message par lankou910 » 05 mars 2017 - 11:09

bon bas non sous raspberry il y as un conflit entre nodejs et npm ????

sous ubuntu lts la derniere version
sous ubuntu
Clonage dans 'zspin'...
remote: Counting objects: 2702, done.
remote: Total 2702 (delta 0), reused 0 (delta 0), pack-reused 2702
Réception d'objets: 100% (2702/2702), 679.05 KiB | 817.00 KiB/s, fait.
Résolution des deltas: 100% (1692/1692), fait.
Vérification de la connectivité... fait.
Compilation pour Linux ARM
npm install
make: npm: commande introuvable
Makefile:11: recipe for target 'install' failed
make: *** [install] Error 127
./node_modules/.bin/gulp release -p linuxarm
make: ./node_modules/.bin/gulp: commande introuvable
Makefile:27: recipe for target 'release' failed
make: *** [release] Error 127
Felicitation Zspin pour linux est installer, vous trouverez l'executable dans le dossier /home/zspin/releases/zspin-linux-arm
Image

Avatar de l’utilisateur
Antipode
Connaisseur
Connaisseur
Messages : 499
Inscription : 20 nov. 2012 - 00:00
Localisation : Rouen
A remercié : 60 fois
A été remercié : 21 fois
Contact :

Re: raspberry pi3 Zspin

Message par Antipode » 05 mars 2017 - 12:06

Le script est fait pour raspbian, j'ai toujours bossé sur debian. Donc je ne serais te dire pour ubuntu si il faut modifié certaine chose.

Avatar de l’utilisateur
lankou910
Gourou
Gourou
Messages : 724
Inscription : 16 mai 2013 - 01:00
Localisation : Bordeaux
A remercié : 76 fois
A été remercié : 107 fois

Re: raspberry pi3 Zspin

Message par lankou910 » 05 mars 2017 - 13:34

le probleme est que sous rasbian pixel trouve sur raspberry france Raspbian Jessie ben il me dit qu'il y a un conflit entre nodejs et npm c 'est la que ça coince.
meme soucis apres avoir fais un sudo apt-get update & upgrade. Donc la je sèche avec mes connaissance très limite sous linux
Dernière modification par lankou910 le 05 mars 2017 - 17:01, modifié 1 fois.
Image

Avatar de l’utilisateur
DarkEagle37
Maître
Maître
Messages : 3318
Inscription : 07 mars 2013 - 00:00
Localisation : Tours (37)
A remercié : 78 fois
A été remercié : 112 fois

Re: raspberry pi3 Zspin

Message par DarkEagle37 » 05 mars 2017 - 14:29

@vik , une idée ?

Avatar de l’utilisateur
Antipode
Connaisseur
Connaisseur
Messages : 499
Inscription : 20 nov. 2012 - 00:00
Localisation : Rouen
A remercié : 60 fois
A été remercié : 21 fois
Contact :

Re: raspberry pi3 Zspin

Message par Antipode » 05 mars 2017 - 16:55

Si j'ai le temps, j'essaierai de compilé sa ce soir.

Avatar de l’utilisateur
lankou910
Gourou
Gourou
Messages : 724
Inscription : 16 mai 2013 - 01:00
Localisation : Bordeaux
A remercié : 76 fois
A été remercié : 107 fois

Re: raspberry pi3 Zspin

Message par lankou910 » 05 mars 2017 - 17:00

je veux bien oui merci @Antipode
Image

Avatar de l’utilisateur
vik
Connaisseur
Connaisseur
Messages : 467
Inscription : 01 janv. 1970 - 03:34
Localisation : Evreux
A remercié : 18 fois
A été remercié : 319 fois
Contact :

Re: raspberry pi3 Zspin

Message par vik » 06 mars 2017 - 18:18

J'avais testé c'est un peu lent sur rpi3

Avatar de l’utilisateur
lankou910
Gourou
Gourou
Messages : 724
Inscription : 16 mai 2013 - 01:00
Localisation : Bordeaux
A remercié : 76 fois
A été remercié : 107 fois

Re: raspberry pi3 Zspin

Message par lankou910 » 07 mars 2017 - 08:56

bonjour
mervi @vik
meme avec le theme de camarade35? je ne mes pas tas parole en doute sois en sur.
tu pourrais partage ton fichier zpin pour rasp stp.
ou peut etre eclaire ma l'anterne sur comment le compille sur rpi3 stp.
Image

Avatar de l’utilisateur
vik
Connaisseur
Connaisseur
Messages : 467
Inscription : 01 janv. 1970 - 03:34
Localisation : Evreux
A remercié : 18 fois
A été remercié : 319 fois
Contact :

Re: raspberry pi3 Zspin

Message par vik » 07 mars 2017 - 11:26

faudrait que je re-fasse une release rpi, l'autre doit etre assez vieille, et je crois que le parametre de make a peut-etre changé
mais sinon c'est genre "PLATFORM=linuxarm make release" ou "gulp release -p linuxarm"

Avatar de l’utilisateur
lankou910
Gourou
Gourou
Messages : 724
Inscription : 16 mai 2013 - 01:00
Localisation : Bordeaux
A remercié : 76 fois
A été remercié : 107 fois

Re: raspberry pi3 Zspin

Message par lankou910 » 12 mars 2017 - 18:06

bon rien afaire je n'y arrive pas
command gulp release -p linuxarm
arcade-linux@ZBox-linux:~/zspin$ gulp release -p linuxarm
[18:04:47] Using gulpfile ~/zspin/gulpfile.js
[18:04:47] Starting 'release:check-platform'...
[18:04:47] Finished 'release:check-platform' after 85 μs
[18:04:47] Starting 'vendors:scripts'...
[18:04:47] Starting 'vendors:styles'...
[18:04:47] Starting 'vendors:fonts'...
[18:04:47] Starting 'app:statics'...
[18:04:47] Starting 'app:scripts'...
[18:04:47] Starting 'app:styles'...
[18:04:47] Starting 'app:flash'...
[18:04:47] Starting 'app:templates'...
[18:04:47] Starting 'themeframe:scripts'...
[18:04:47] Starting 'libraries:download'...
[18:04:47] Finished 'libraries:download' after 89 μs
[18:04:47] Starting 'libraries:unzip'...
[18:04:47] Finished 'libraries:unzip' after 26 μs
[18:04:47] Starting 'libraries:clean'...
[18:04:47] Finished 'libraries:clean' after 60 ms
[18:04:47] Finished 'vendors:fonts' after 161 ms
[18:04:47] Finished 'app:flash' after 148 ms
[18:04:47] Finished 'vendors:styles' after 280 ms
[18:04:47] Finished 'themeframe:scripts' after 257 ms
[18:04:47] Starting 'themeframe'...
[18:04:47] Finished 'themeframe' after 12 μs
[18:04:47] Finished 'app:templates' after 303 ms
[18:04:47] Finished 'app:styles' after 314 ms
[18:04:47] Finished 'app:statics' after 330 ms
[18:04:47] Starting 'app:packagefile'...
[18:04:47] Finished 'vendors:scripts' after 380 ms
[18:04:47] Starting 'vendors'...
[18:04:47] Finished 'vendors' after 13 μs
[18:04:47] Finished 'app:packagefile' after 28 ms
[18:04:47] Finished 'app:scripts' after 357 ms
[18:04:47] Starting 'app'...
[18:04:47] Finished 'app' after 14 μs
[18:04:47] Starting 'release:package'...
[18:04:47] Releasing Zspin (zspin-0.3.2-linuxarm.zip) ...
[18:04:47] 'release:package' errored after 1.61 ms
[18:04:47] Error: Unsupported arch arm; must be one of: ia32, x64
at packager (/home/arcade-linux/zspin/node_modules/electron-packager/index.js:193:40)
at Gulp.<anonymous> (/home/arcade-linux/zspin/gulpfile.js:285:10)
at module.exports (/home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:34:7)
at Gulp.Orchestrator._runTask (/home/arcade-linux/zspin/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/home/arcade-linux/zspin/node_modules/orchestrator/index.js:214:10)
at /home/arcade-linux/zspin/node_modules/orchestrator/index.js:279:18
at finish (/home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:21:8)
at module.exports (/home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:60:3)
at Gulp.Orchestrator._runTask (/home/arcade-linux/zspin/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/home/arcade-linux/zspin/node_modules/orchestrator/index.js:214:10)
at /home/arcade-linux/zspin/node_modules/orchestrator/index.js:279:18
at finish (/home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:21:8)
at /home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:52:4
at f (/home/arcade-linux/zspin/node_modules/end-of-stream/node_modules/once/once.js:17:25)
at DestroyableTransform.onend (/home/arcade-linux/zspin/node_modules/end-of-stream/index.js:31:18)
at emitNone (events.js:72:20)
arcade-linux@ZBox-linux:~/zspin$
command PLATFORM=linux64 make release
│ │ └── lodash@4.17.4
│ └─┬ through2@2.0.3
│ ├─┬ readable-stream@2.2.3
│ │ └── isarray@1.0.0
│ └── xtend@4.0.1
├─┬ gulp-symdest@1.1.0
│ ├─┬ queue@3.1.0
│ │ └── inherits@2.0.3
│ └─┬ vinyl-fs@2.4.4
│ ├─┬ glob-stream@5.3.5
│ │ ├── glob@5.0.15
│ │ ├─┬ glob-parent@3.1.0
│ │ │ ├─┬ is-glob@3.1.0
│ │ │ │ └── is-extglob@2.1.1
│ │ │ └── path-dirname@1.0.2
│ │ ├── ordered-read-streams@0.3.0
│ │ ├─┬ through2@0.6.5
│ │ │ └─┬ readable-stream@1.0.34
│ │ │ └── isarray@0.0.1
│ │ ├─┬ to-absolute-glob@0.1.1
│ │ │ └── extend-shallow@2.0.1
│ │ └── unique-stream@2.2.1
│ ├─┬ gulp-sourcemaps@1.6.0
│ │ ├─┬ through2@2.0.3
│ │ │ ├─┬ readable-stream@2.2.3
│ │ │ │ └── isarray@1.0.0
│ │ │ └── xtend@4.0.1
│ │ └── vinyl@1.2.0
│ ├── is-valid-glob@0.3.0
│ ├─┬ lazystream@1.0.0
│ │ └─┬ readable-stream@2.2.3
│ │ └── isarray@1.0.0
│ ├── lodash.isequal@4.5.0
│ ├─┬ readable-stream@2.2.3
│ │ └── isarray@1.0.0
│ ├── strip-bom@2.0.0
│ ├── strip-bom-stream@1.0.0
│ ├─┬ through2@2.0.3
│ │ └── xtend@4.0.1
│ ├─┬ through2-filter@2.0.0
│ │ ├─┬ through2@2.0.3
│ │ │ └─┬ readable-stream@2.2.3
│ │ │ └── isarray@1.0.0
│ │ └── xtend@4.0.1
│ ├── vali-date@1.0.0
│ └── vinyl@1.2.0
├─┬ gulp-uglify@1.5.4
│ ├── deap@1.0.0
│ ├─┬ isobject@2.1.0
│ │ └── isarray@1.0.0
│ ├─┬ through2@2.0.3
│ │ ├─┬ readable-stream@2.2.3
│ │ │ └── isarray@1.0.0
│ │ └── xtend@4.0.1
│ ├─┬ uglify-js@2.6.4
│ │ ├── async@0.2.10
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │ ├── camelcase@1.2.1
│ │ ├─┬ cliui@2.1.0
│ │ │ ├─┬ center-align@0.1.3
│ │ │ │ ├─┬ align-text@0.1.4
│ │ │ │ │ ├── longest@1.0.1
│ │ │ │ │ └── repeat-string@1.6.1
│ │ │ │ └── lazy-cache@1.0.4
│ │ │ ├── right-align@0.1.3
│ │ │ └── wordwrap@0.0.2
│ │ └── window-size@0.1.0
│ └── uglify-save-license@0.4.1
├─┬ gulp-util@3.0.8
│ ├── array-differ@1.0.0
│ ├── array-uniq@1.0.3
│ ├── beeper@1.1.1
│ ├── dateformat@2.0.0
│ ├─┬ fancy-log@1.3.0
│ │ └── time-stamp@1.0.1
│ ├─┬ gulplog@1.0.0
│ │ └── glogg@1.0.0
│ ├─┬ has-gulplog@0.1.0
│ │ └── sparkles@1.0.0
│ ├── lodash._reescape@3.0.0
│ ├── lodash._reevaluate@3.0.0
│ ├── lodash._reinterpolate@3.0.0
│ ├─┬ lodash.template@3.6.2
│ │ ├── lodash._basecopy@3.0.1
│ │ ├── lodash._basetostring@3.0.1
│ │ ├── lodash._basevalues@3.0.0
│ │ ├── lodash._isiterateecall@3.0.9
│ │ ├─┬ lodash.escape@3.2.0
│ │ │ └── lodash._root@3.0.1
│ │ ├─┬ lodash.keys@3.1.2
│ │ │ ├── lodash._getnative@3.9.1
│ │ │ ├── lodash.isarguments@3.1.0
│ │ │ └── lodash.isarray@3.0.4
│ │ ├── lodash.restparam@3.6.1
│ │ └── lodash.templatesettings@3.1.1
│ ├─┬ multipipe@0.1.2
│ │ └─┬ duplexer2@0.0.2
│ │ └── readable-stream@1.1.14
│ ├── object-assign@3.0.0
│ ├── replace-ext@0.0.1
│ ├─┬ through2@2.0.3
│ │ ├─┬ readable-stream@2.2.3
│ │ │ └── isarray@1.0.0
│ │ └── xtend@4.0.1
│ └─┬ vinyl@0.5.3
│ └── clone-stats@0.0.1
├─┬ gulp-zip@3.2.0
│ ├─┬ concat-stream@1.5.0
│ │ ├─┬ readable-stream@2.0.6
│ │ │ └── isarray@1.0.0
│ │ └── typedarray@0.0.6
│ ├─┬ through2@2.0.3
│ │ ├─┬ readable-stream@2.2.3
│ │ │ └── isarray@1.0.0
│ │ └── xtend@4.0.1
│ └─┬ yazl@2.4.2
│ └── buffer-crc32@0.2.13
├─┬ rimraf@2.6.1
│ └─┬ glob@7.1.1
│ ├── fs.realpath@1.0.0
│ ├─┬ inflight@1.0.6
│ │ └── wrappy@1.0.2
│ └── once@1.4.0
├─┬ swf-reader@1.0.0
│ └─┬ lzma-purejs@0.9.3
│ ├── amdefine@0.1.1
│ └── commander@2.0.0
├─┬ unzip@0.1.11
│ ├─┬ binary@0.3.0
│ │ ├── buffers@0.1.1
│ │ └─┬ chainsaw@0.1.0
│ │ └── traverse@0.3.9
│ ├─┬ fstream@0.1.31
│ │ └── graceful-fs@3.0.11
│ ├─┬ match-stream@0.0.2
│ │ └── readable-stream@1.0.34
│ ├─┬ pullstream@0.4.1
│ │ ├── over@0.0.5
│ │ ├── readable-stream@1.0.34
│ │ └─┬ slice-stream@1.0.0
│ │ └── readable-stream@1.0.34
│ ├─┬ readable-stream@1.0.34
│ │ ├── core-util-is@1.0.2
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── setimmediate@1.0.5
└─┬ yargs@4.8.1
├─┬ cliui@3.2.0
│ └── wrap-ansi@2.1.0
├── decamelize@1.2.0
├── get-caller-file@1.0.2
├── lodash.assign@4.2.0
├─┬ os-locale@1.4.0
│ └─┬ lcid@1.0.0
│ └── invert-kv@1.0.0
├─┬ read-pkg-up@1.0.1
│ ├─┬ find-up@1.1.2
│ │ ├── path-exists@2.1.0
│ │ └─┬ pinkie-promise@2.0.1
│ │ └── pinkie@2.0.4
│ └─┬ read-pkg@1.1.0
│ ├─┬ load-json-file@1.1.0
│ │ ├─┬ parse-json@2.2.0
│ │ │ └─┬ error-ex@1.3.1
│ │ │ └── is-arrayish@0.2.1
│ │ └── pify@2.3.0
│ └── path-type@1.1.0
├── require-directory@2.1.1
├── require-main-filename@1.0.1
├── set-blocking@2.0.0
├─┬ string-width@1.0.2
│ ├── code-point-at@1.1.0
│ └─┬ is-fullwidth-code-point@1.0.0
│ └── number-is-nan@1.0.1
├── which-module@1.0.0
├── window-size@0.2.0
├── y18n@3.2.1
└─┬ yargs-parser@2.4.1
└── camelcase@3.0.0

npm WARN zspin@0.3.2 No repository field.
./node_modules/.bin/bower install
bower not-cached https://github.com/vikbez/jswheel.git#*" onclick="window.open(this.href);return false;
bower resolve https://github.com/vikbez/jswheel.git#*" onclick="window.open(this.href);return false;
bower not-cached https://github.com/ThoughtWorksInc/angu ... cate-calls" onclick="window.open(this.href);return false;
bower resolve https://github.com/ThoughtWorksInc/angu ... cate-calls" onclick="window.open(this.href);return false;
bower cached https://github.com/chieffancypants/angu ... .git#1.4.5" onclick="window.open(this.href);return false;
bower validate 1.4.5 against https://github.com/chieffancypants/angu ... git#~1.4.5" onclick="window.open(this.href);return false;
bower cached https://github.com/angular/bower-angula ... git#1.3.20" onclick="window.open(this.href);return false;
bower validate 1.3.20 against https://github.com/angular/bower-angula ... git#~1.3.6" onclick="window.open(this.href);return false;
bower cached https://github.com/angular/bower-angular.git#1.3.20" onclick="window.open(this.href);return false;
bower validate 1.3.20 against https://github.com/angular/bower-angular.git#~1.3.15" onclick="window.open(this.href);return false;
bower cached https://github.com/greensock/GreenSock-JS.git#1.15.1" onclick="window.open(this.href);return false;
bower validate 1.15.1 against https://github.com/greensock/GreenSock-JS.git#~1.15.0" onclick="window.open(this.href);return false;
bower cached https://github.com/jquery/jquery-dist.git#2.1.4" onclick="window.open(this.href);return false;
bower validate 2.1.4 against https://github.com/jquery/jquery-dist.git#~2.1.3" onclick="window.open(this.href);return false;
bower cached https://github.com/dhgamache/Skeleton.git#2.0.4" onclick="window.open(this.href);return false;
bower validate 2.0.4 against https://github.com/dhgamache/Skeleton.git#~2.0.1" onclick="window.open(this.href);return false;
bower cached https://github.com/andrefarzat/ng-load.git#1.0.2" onclick="window.open(this.href);return false;
bower validate 1.0.2 against https://github.com/andrefarzat/ng-load.git#~1.0.1" onclick="window.open(this.href);return false;
bower cached https://github.com/danmasta/ngResize.git#1.1.0" onclick="window.open(this.href);return false;
bower validate 1.1.0 against https://github.com/danmasta/ngResize.git#~1.1.0" onclick="window.open(this.href);return false;
bower cached https://github.com/angular/bower-angula ... git#1.3.20" onclick="window.open(this.href);return false;
bower validate 1.3.20 against https://github.com/angular/bower-angula ... it#~1.3.15" onclick="window.open(this.href);return false;
bower cached https://github.com/Foxandxss/angular-toastr.git#1.3.1" onclick="window.open(this.href);return false;
bower validate 1.3.1 against https://github.com/Foxandxss/angular-toastr.git#~1.3.1" onclick="window.open(this.href);return false;
bower cached https://github.com/mohsen1/json-formatter.git#0.2.7" onclick="window.open(this.href);return false;
bower validate 0.2.7 against https://github.com/mohsen1/json-formatter.git#~0.2.7" onclick="window.open(this.href);return false;
bower cached https://github.com/PascalPrecht/bower-a ... .git#2.7.2" onclick="window.open(this.href);return false;
bower validate 2.7.2 against https://github.com/PascalPrecht/bower-a ... git#~2.7.2" onclick="window.open(this.href);return false;
bower cached https://github.com/happyworm/jPlayer.git#2.9.2" onclick="window.open(this.href);return false;
bower validate 2.9.2 against https://github.com/happyworm/jPlayer.git#~2.9.2" onclick="window.open(this.href);return false;
bower cached https://github.com/PascalPrecht/bower-a ... .git#2.7.2" onclick="window.open(this.href);return false;
bower validate 2.7.2 against https://github.com/PascalPrecht/bower-a ... git#~2.7.2" onclick="window.open(this.href);return false;
bower download https://github.com/vikbez/jswheel/archive/master.tar.gz" onclick="window.open(this.href);return false;
bower download https://github.com/ThoughtWorksInc/angu ... lls.tar.gz" onclick="window.open(this.href);return false;
bower cached https://github.com/angular/bower-angular.git#1.6.3" onclick="window.open(this.href);return false;
bower validate 1.6.3 against https://github.com/angular/bower-angular.git#*" onclick="window.open(this.href);return false;
bower cached https://github.com/angular/bower-angular.git#1.6.3" onclick="window.open(this.href);return false;
bower validate 1.6.3 against https://github.com/angular/bower-angular.git#" onclick="window.open(this.href);return false;>= 1.0.8
bower cached https://github.com/angular/bower-angular.git#1.4.14" onclick="window.open(this.href);return false;
bower validate 1.4.14 against https://github.com/angular/bower-angular.git#" onclick="window.open(this.href);return false;>=1.2.26 <=1.5
bower extract angular-piwik#duplicate-calls archive.tar.gz
bower resolved https://github.com/ThoughtWorksInc/angu ... 200ae9a2d0" onclick="window.open(this.href);return false;
bower extract jswheel#* archive.tar.gz
bower resolved https://github.com/vikbez/jswheel.git#856b625d58" onclick="window.open(this.href);return false;
bower extra-resolution Unnecessary resolution: angular#1.3.11
bower install angular-hotkeys#1.4.5
bower install jquery#2.1.4
bower install gsap#1.15.1
bower install skeleton#2.0.4
bower install ng-load#1.0.2
bower install ng-resize#1.1.0
bower install json-formatter#0.2.7
bower install angular-toastr#1.3.1
bower install angular-route#1.3.20
bower install angular-translate#2.7.2
bower install jplayer#2.9.2
bower install angular-translate-loader-static-files#2.7.2
bower install angular#1.3.20
bower install angular-animate#1.3.20
bower install angular-piwik#200ae9a2d0
bower install jswheel#856b625d58

angular-hotkeys#1.4.5 bower_components/angular-hotkeys

jquery#2.1.4 bower_components/jquery

gsap#1.15.1 bower_components/gsap

skeleton#2.0.4 bower_components/skeleton

ng-load#1.0.2 bower_components/ng-load
└── angular#1.3.20

ng-resize#1.1.0 bower_components/ng-resize
└── angular#1.3.20

json-formatter#0.2.7 bower_components/json-formatter

angular-toastr#1.3.1 bower_components/angular-toastr
└── angular#1.3.20

angular-route#1.3.20 bower_components/angular-route
└── angular#1.3.20

angular-translate#2.7.2 bower_components/angular-translate
└── angular#1.3.20

jplayer#2.9.2 bower_components/jplayer
└── jquery#2.1.4

angular-translate-loader-static-files#2.7.2 bower_components/angular-translate-loader-static-files
└── angular-translate#2.7.2

angular#1.3.20 bower_components/angular

angular-animate#1.3.20 bower_components/angular-animate
└── angular#1.3.20

angular-piwik#200ae9a2d0 bower_components/angular-piwik

jswheel#856b625d58 bower_components/jswheel
./node_modules/.bin/gulp
[18:10:57] Using gulpfile ~/zspin/gulpfile.js
[18:10:57] Starting 'vendors:scripts'...
[18:10:57] Starting 'vendors:styles'...
[18:10:57] Starting 'vendors:fonts'...
[18:10:57] Starting 'app:statics'...
[18:10:57] Starting 'app:scripts'...
[18:10:57] Starting 'app:styles'...
[18:10:57] Starting 'app:flash'...
[18:10:57] Starting 'app:templates'...
[18:10:57] Starting 'themeframe:scripts'...
[18:10:57] Starting 'libraries:download'...
[18:10:57] Starting 'libraries:clean'...
[18:10:57] Finished 'libraries:clean' after 34 ms
[gulp] Downloading http://zspin.vik.io/libraries/libs-0.3.2.zip.." onclick="window.open(this.href);return false;.[18:10:57] Finished 'app:flash' after 162 ms
[18:10:58] Finished 'vendors:fonts' after 283 ms
[18:10:58] Finished 'vendors:styles' after 294 ms
[18:10:58] Finished 'themeframe:scripts' after 270 ms
[18:10:58] Starting 'themeframe'...
[18:10:58] Finished 'themeframe' after 31 μs
[18:10:58] Finished 'app:templates' after 320 ms
[18:10:58] Finished 'app:styles' after 333 ms
[18:10:58] Finished 'app:statics' after 350 ms
[18:10:58] Starting 'app:packagefile'...
[18:10:58] Finished 'vendors:scripts' after 401 ms
[18:10:58] Starting 'vendors'...
[18:10:58] Finished 'vendors' after 15 μs
[18:10:58] Finished 'app:packagefile' after 32 ms
[18:10:58] Finished 'app:scripts' after 381 ms
[18:10:58] Starting 'app'...
[18:10:58] Finished 'app' after 13 μs
0.2210461898242122% 0.3002893378768653% 0.41756306303074325% 0.5712955369983963% 0.6714325000915409% 0.8186476372575726% 0.8998076490754084% 0.9955358255086327% Done
[18:11:06] Finished 'libraries:download' after 8.26 s
[18:11:06] Starting 'libraries:unzip'...
[18:11:07] Finished 'libraries:unzip' after 1.63 s
[18:11:07] Starting 'libraries:flashplayer'...
[18:11:07] Finished 'libraries:flashplayer' after 52 ms
[18:11:07] Starting 'libraries'...
[18:11:07] Finished 'libraries' after 20 μs
[18:11:07] Starting 'default'...
[18:11:07] Finished 'default' after 8.95 μs
npm --prefix ./build/ install ./build/
zspin@0.3.2 /home/arcade-linux/zspin/build
├── argv@0.0.2
├─┬ express@4.15.2
│ ├─┬ accepts@1.3.3
│ │ ├─┬ mime-types@2.1.14
│ │ │ └── mime-db@1.26.0
│ │ └── negotiator@0.6.1
│ ├── array-flatten@1.1.1
│ ├── content-disposition@0.5.2
│ ├── content-type@1.0.2
│ ├── cookie@0.3.1
│ ├── cookie-signature@1.0.6
│ ├─┬ debug@2.6.1
│ │ └── ms@0.7.2
│ ├── depd@1.1.0
│ ├── encodeurl@1.0.1
│ ├── escape-html@1.0.3
│ ├── etag@1.8.0
│ ├─┬ finalhandler@1.0.0
│ │ └── unpipe@1.0.0
│ ├── fresh@0.5.0
│ ├── merge-descriptors@1.0.1
│ ├── methods@1.1.2
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── parseurl@1.3.1
│ ├── path-to-regexp@0.1.7
│ ├─┬ proxy-addr@1.1.3
│ │ ├── forwarded@0.1.0
│ │ └── ipaddr.js@1.2.0
│ ├── qs@6.4.0
│ ├── range-parser@1.2.0
│ ├─┬ send@0.15.1
│ │ ├── destroy@1.0.4
│ │ ├── http-errors@1.6.1
│ │ └── mime@1.3.4
│ ├── serve-static@1.12.1
│ ├── setprototypeof@1.0.3
│ ├── statuses@1.3.1
│ ├─┬ type-is@1.6.14
│ │ └── media-typer@0.3.0
│ ├── utils-merge@1.0.0
│ └── vary@1.1.0
├─┬ glob@7.1.1
│ ├── fs.realpath@1.0.0
│ ├─┬ inflight@1.0.6
│ │ └── wrappy@1.0.2
│ ├── inherits@2.0.3
│ ├─┬ minimatch@3.0.3
│ │ └─┬ brace-expansion@1.1.6
│ │ ├── balanced-match@0.4.2
│ │ └── concat-map@0.0.1
│ ├── once@1.4.0
│ └── path-is-absolute@1.0.1
├── ini@1.3.4
├─┬ mkdirp@0.5.1
│ └── minimist@0.0.8
├── nw-flash-trust@0.3.0
├── rimraf@2.6.1
├─┬ swf-reader@1.0.0
│ └─┬ lzma-purejs@0.9.3
│ ├── amdefine@0.1.1
│ └── commander@2.0.0
├─┬ tmp@0.0.28
│ └── os-tmpdir@1.0.2
├─┬ unzip@0.1.11
│ ├─┬ binary@0.3.0
│ │ ├── buffers@0.1.1
│ │ └─┬ chainsaw@0.1.0
│ │ └── traverse@0.3.9
│ ├─┬ fstream@0.1.31
│ │ └─┬ graceful-fs@3.0.11
│ │ └── natives@1.1.0
│ ├── match-stream@0.0.2
│ ├─┬ pullstream@0.4.1
│ │ ├── over@0.0.5
│ │ └── slice-stream@1.0.0
│ ├─┬ readable-stream@1.0.34
│ │ ├── core-util-is@1.0.2
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── setimmediate@1.0.5
└─┬ xml2js@0.4.17
├── sax@1.2.2
└─┬ xmlbuilder@4.2.1
└── lodash@4.17.4

npm WARN zspin@0.3.2 No repository field.
# npm --prefix ./build/ install ./app_statics/package.json
arcade-linux@ZBox-linux:~/zspin$ PLATFORM=linuxarm make release
./node_modules/.bin/gulp release -p linuxarm
[18:11:36] Using gulpfile ~/zspin/gulpfile.js
[18:11:36] Starting 'release:check-platform'...
[18:11:36] Finished 'release:check-platform' after 84 μs
[18:11:36] Starting 'vendors:scripts'...
[18:11:36] Starting 'vendors:styles'...
[18:11:36] Starting 'vendors:fonts'...
[18:11:36] Starting 'app:statics'...
[18:11:36] Starting 'app:scripts'...
[18:11:36] Starting 'app:styles'...
[18:11:36] Starting 'app:flash'...
[18:11:36] Starting 'app:templates'...
[18:11:36] Starting 'themeframe:scripts'...
[18:11:36] Starting 'libraries:download'...
[18:11:36] Finished 'libraries:download' after 87 μs
[18:11:36] Starting 'libraries:unzip'...
[18:11:36] Finished 'libraries:unzip' after 52 μs
[18:11:36] Starting 'libraries:clean'...
[18:11:36] Finished 'libraries:clean' after 61 ms
[18:11:36] Finished 'vendors:fonts' after 161 ms
[18:11:36] Finished 'app:flash' after 150 ms
[18:11:36] Finished 'vendors:styles' after 296 ms
[18:11:36] Finished 'themeframe:scripts' after 269 ms
[18:11:36] Starting 'themeframe'...
[18:11:36] Finished 'themeframe' after 11 μs
[18:11:36] Finished 'app:templates' after 321 ms
[18:11:36] Finished 'app:styles' after 329 ms
[18:11:36] Finished 'app:statics' after 344 ms
[18:11:36] Starting 'app:packagefile'...
[18:11:36] Finished 'vendors:scripts' after 395 ms
[18:11:36] Starting 'vendors'...
[18:11:36] Finished 'vendors' after 13 μs
[18:11:36] Finished 'app:packagefile' after 28 ms
[18:11:36] Finished 'app:scripts' after 371 ms
[18:11:36] Starting 'app'...
[18:11:36] Finished 'app' after 13 μs
[18:11:36] Starting 'release:package'...
[18:11:36] Releasing Zspin (zspin-0.3.2-linuxarm.zip) ...
[18:11:36] 'release:package' errored after 572 μs
[18:11:36] Error: Unsupported arch arm; must be one of: ia32, x64
at packager (/home/arcade-linux/zspin/node_modules/electron-packager/index.js:193:40)
at Gulp.<anonymous> (/home/arcade-linux/zspin/gulpfile.js:285:10)
at module.exports (/home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:34:7)
at Gulp.Orchestrator._runTask (/home/arcade-linux/zspin/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/home/arcade-linux/zspin/node_modules/orchestrator/index.js:214:10)
at /home/arcade-linux/zspin/node_modules/orchestrator/index.js:279:18
at finish (/home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:21:8)
at module.exports (/home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:60:3)
at Gulp.Orchestrator._runTask (/home/arcade-linux/zspin/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/home/arcade-linux/zspin/node_modules/orchestrator/index.js:214:10)
at /home/arcade-linux/zspin/node_modules/orchestrator/index.js:279:18
at finish (/home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:21:8)
at /home/arcade-linux/zspin/node_modules/orchestrator/lib/runTask.js:52:4
at f (/home/arcade-linux/zspin/node_modules/end-of-stream/node_modules/once/once.js:17:25)
at DestroyableTransform.onend (/home/arcade-linux/zspin/node_modules/end-of-stream/index.js:31:18)
at emitNone (events.js:72:20)
Makefile:27 : la recette pour la cible « release » a échouée
make: *** [release] Erreur 1
arcade-linux@ZBox-linux:~/zspin$
Image

Avatar de l’utilisateur
vik
Connaisseur
Connaisseur
Messages : 467
Inscription : 01 janv. 1970 - 03:34
Localisation : Evreux
A remercié : 18 fois
A été remercié : 319 fois
Contact :

Re: raspberry pi3 Zspin

Message par vik » 13 mars 2017 - 13:40

Je viens de tester il faut que je fasse quelques changements dans le code pour refaire marcher la build arm
mais pour info il y a une vieille release dispo pour arm pour tester (et pour se rendre compte que c'est pourri)

https://github.com/HFScode/zspin/releas ... uxarm7.zip" onclick="window.open(this.href);return false;

Avatar de l’utilisateur
Antipode
Connaisseur
Connaisseur
Messages : 499
Inscription : 20 nov. 2012 - 00:00
Localisation : Rouen
A remercié : 60 fois
A été remercié : 21 fois
Contact :

Re: raspberry pi3 Zspin

Message par Antipode » 13 mars 2017 - 13:41

@vik de mémoire a l'époque on avais tester sur le pi2. Le trois n'étant pas encore sortie.

Avatar de l’utilisateur
mens59
Mentor
Mentor
Messages : 2310
Inscription : 19 mai 2017 - 21:08
Localisation : 59000
A remercié : 603 fois
A été remercié : 367 fois

Re: raspberry pi3 Zspin

Message par mens59 » 08 janv. 2018 - 12:47

Alors, c'était sur Pi2 ou Pi3 ? :p Personne avec un Raspberry Pi 3 qui pourrait faire un test et nous faire un retour ? :$ <3<3<3<3<3<3<3<3 :D

Répondre

Revenir à « Aide Raspberry pi »