URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/installer-scratch-sur-debian Title: Installer scratch sur debian Authors: François GUÉRIN Date: 2016年08月21日T16:42:27+02:00 License: CC By-SA Tags: scratch et debian Score: 0 Salut ter'tous, Avec la réforme du collège en cours, les enfants vont apprendre à coder... Super nouvelle ! Pour ça, je dois installer scratch 2 sur la machine qu'elles vont utiliser au quotidien. J'ai une machine / debian (x86_64) qui est destinée à cette utilisation, donc tout va bien de ce côté. J'ai commencé à regarder comment installer cette application, mais la c'est plus compliqué. Une version de Scratch, le 1.6 est dispo dans les dépots de la distrib, tout va bien de ce côté, mais il existe une version 2.0 qui se base sur "AdobeAir" pour s'installer et s'executer. J'ai suivi plusieurs tutos pour faire l'install... mais il n'y a rien qui marche. J'ai installé les dépendances "i386" qui vont bien avant de me lancer : ```sh sudo apt-get install libxt6:i386 libnspr4-0d:i386 libgtk2.0-0:i386 libstdc++6:i386 libnss3-1d:i386 libxml2:i386 libxslt1.1:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 ``` puis lancé l'installer : ```sh ./AdobeAIRInstaller.bin ``` Il me dit qu'il ne trouve pas `dpkg-deb` et `ar`, qui sont pourtant des commandes installées sur le système. Finalement, je trouve qqpart sur le net un fichier adobeair.deb, que j'installe, ça a l'air bon. J'essaie ensuite d'installer Scratch : Je télécharge le packet Scratch-488.air, et je double-clique dessus, air se lance, mais l'installation plante ; même erreur que plus haut ! Sur le site d'Adobe, je trouve une référence au fichier de logs, dont je vous joint une copie : ```sh [Adobe AIR Application Installer:4870][INFO] Application Installer begin with version 2.6.0.19170 on Linux x86 [Adobe AIR Application Installer:4870][INFO] Commandline is: /opt/scratch/Scratch-448.air [Adobe AIR Application Installer:4870][INFO] Installed runtime (2.6.0.19170) located at /opt/Adobe AIR [Adobe AIR Application Installer:4870][INFO] Unpackaging file:///opt/scratch/Scratch-448.air to /tmp/FlashTmp.gjzcyb [Adobe AIR Application Installer:4870][INFO] Application signature verified [Adobe AIR Application Installer:4870][INFO] Unpackaging/validation complete [Adobe AIR Application Installer:4870][INFO] No app located for appID 'edu.media.mit.Scratch2Editor' and pubID '' [Adobe AIR Application Installer:4870][INFO] Converting unpackaged application to a native installation package in /tmp/FlashTmp.RHI9A8 [Adobe AIR Application Installer:4870][ERR] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error creating the package Could not run the command : ar" errorID=5031] [Adobe AIR Application Installer:4870][ERR] Application Installer end with exit code 7 [Adobe AIR Application Installer:5053][INFO] Application Installer begin with version 2.6.0.19170 on Linux x86 [Adobe AIR Application Installer:5053][INFO] Commandline is: /opt/scratch/Scratch-448.air [Adobe AIR Application Installer:5053][INFO] Installed runtime (2.6.0.19170) located at /opt/Adobe AIR [Adobe AIR Application Installer:5053][INFO] Unpackaging file:///opt/scratch/Scratch-448.air to /tmp/FlashTmp.dD7fsI [Adobe AIR Application Installer:5053][INFO] Application signature verified [Adobe AIR Application Installer:5053][INFO] Unpackaging/validation complete [Adobe AIR Application Installer:5053][INFO] No app located for appID 'edu.media.mit.Scratch2Editor' and pubID '' [Adobe AIR Application Installer:5053][INFO] Cancel request received [Adobe AIR Application Installer:5053][INFO] Application Installer end with exit code 6 [Adobe AIR Application Installer:5273][INFO] Application Installer begin with version 2.6.0.19170 on Linux x86 [Adobe AIR Application Installer:5273][INFO] Commandline is: /opt/scratch/Scratch-448.air [Adobe AIR Application Installer:5273][INFO] Installed runtime (2.6.0.19170) located at /opt/Adobe AIR [Adobe AIR Application Installer:5273][INFO] Unpackaging file:///opt/scratch/Scratch-448.air to /tmp/FlashTmp.BgmH1d [Adobe AIR Application Installer:5273][INFO] Application signature verified [Adobe AIR Application Installer:5273][INFO] Unpackaging/validation complete [Adobe AIR Application Installer:5273][INFO] No app located for appID 'edu.media.mit.Scratch2Editor' and pubID '' [Adobe AIR Application Installer:5273][INFO] Converting unpackaged application to a native installation package in /tmp/FlashTmp.EL9o1R [Adobe AIR Application Installer:5273][ERR] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error creating the package Could not run the command : ar" errorID=5031] [Adobe AIR Application Installer:5273][ERR] Application Installer end with exit code 7 ``` Quelqu'un a déja essayé d'installer Scratch 2 sur une debian ? Avez-vous des pistes ? Merci d'avance !

AltStyle によって変換されたページ (->オリジナル) /