Installation ROCK Linux
Bonjour à tous,
Alors voici mon problème. Je souhaite construire un projet avec la commande rosmake. Lorsque je fais ceci, le terminal linux me renvoie le message suivant:
[UseOrocos] Generating typekit for kuka_lwr_fri ...
Cannot require 'typelib'
If you are using Rock, the 'typelib' package should have been installed automatically.
First, make sure that you have loaded autoproj's env.sh script before continuing
Second, typelib should be installed in tools/typelib from the root of your Rock installation.
If it is not the case, report this to the rock developers. To workaround, run
amake typelib
and try again.
J'imagine donc qu'il faut que j'installe Rock. Pour cela, je m'aide du site suivant "http://rocklinux.net/" mais lorsque j'arrive à l'étape "./scripts/Config -cfg mydist", le terminal de linux me renvoie le message suivant:
The running bash version is not listed as supported version
You need to update 'bash' to at least version 2.05b.
Et là non plus je ne comprends pas le problème puisque j'ai la version suivante:
"GNU bash, version 3.00.0(1)-release (i686-pc-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc."
Du coup je suis un peu bloqué pour l'installation de Rock .. Quelqu'un aurait une solution à me proposer ? Merci
Alors voici mon problème. Je souhaite construire un projet avec la commande rosmake. Lorsque je fais ceci, le terminal linux me renvoie le message suivant:
[UseOrocos] Generating typekit for kuka_lwr_fri ...
Cannot require 'typelib'
If you are using Rock, the 'typelib' package should have been installed automatically.
First, make sure that you have loaded autoproj's env.sh script before continuing
Second, typelib should be installed in tools/typelib from the root of your Rock installation.
If it is not the case, report this to the rock developers. To workaround, run
amake typelib
and try again.
J'imagine donc qu'il faut que j'installe Rock. Pour cela, je m'aide du site suivant "http://rocklinux.net/" mais lorsque j'arrive à l'étape "./scripts/Config -cfg mydist", le terminal de linux me renvoie le message suivant:
The running bash version is not listed as supported version
You need to update 'bash' to at least version 2.05b.
Et là non plus je ne comprends pas le problème puisque j'ai la version suivante:
"GNU bash, version 3.00.0(1)-release (i686-pc-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc."
Du coup je suis un peu bloqué pour l'installation de Rock .. Quelqu'un aurait une solution à me proposer ? Merci
A voir également:
- Installation ROCK Linux
- Linux reader - Télécharger - Stockage
- Installation windows 10 sans compte microsoft - Guide
- Toutou linux - Télécharger - Systèmes d'exploitation
- Installation chromecast - Guide
- Installation clavier arabe - Télécharger - Divers Web & Internet
1 réponse
Au pire je pense que tu peux trafiquer la variable d'environnement BASH_VERSION pour pipoter le script que tu essayes de lancer :
Exemple :
https://abs.traduc.org/abs-5.0-fr/ch34.html
... puis essaye de lancer ton script dans ce terminal.
Bonne chance
(mando@silk) (~) $ echo $BASH_VERSION 4.2.45(1)-release
Exemple :
https://abs.traduc.org/abs-5.0-fr/ch34.html
export BASH_VERSION="2.05.b.0(1)-release"
... puis essaye de lancer ton script dans ce terminal.
Bonne chance