Hi,
I’m trying to install YunoHost on a almost fresh install of debian Jessy, on a sheevaplug (plugcomputer).
The install script fails and the yunohost.log file says:
The following packages have unmet dependencies:
yunohost-config : Depends: yunohost-config-metronome but it is not going to be installed
If I try to manually install it, I have:
# apt-get install yunohost-config-metronome
[…] Some packages could not be installed. […]
The following packages have unmet dependencies:
yunohost-config-metronome : Depends: metronome (>= 3.6) but it is not installable
E: Unable to correct problems, you have held broken packages.
And if I try to install metronome, it gives:
# apt-get install metronome
[…]
Package metronome is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'metronome' has no installation candidate
Is it because of Jessy? How can I solve it? Can I download and install a .deb somewere to dpkg it?
Thanks for your answers.
(I asked in english in order to make documentation for international users, but if you prefer to répondre en français, I can réécrire cette question dans le forum «français» )
Ensuite tu peux décompresser ce fichier et aller dans son répertoire.
Lance cette commande : dpkg-buildpackage -rfakeroot -uc -b
C’est possible qu’il manque des dépendance mais on doit normalement te l’indiquer. Il suffit juste de corriger ca en installant ces paquet manquant avec apt-get.
J’ai normalement envoyé ce fichier à kload après je sais pas ce qu’il en a fait.
D’autre part je suis pas certain que ce soit les meilleurs options (dans dpkg-buildpackage) pour créer ce paquet mais ca marche en tout cas chez moi.