I’m running YunoHost on a Raspberry pi 2B
It started with an authentication problem on owncloud. As I couldn’t log as admin anymore I decided to uninstall and reinstall owncloud but installation failed as it requested a more recent version of moulinette.
I first followed the update instructions here (automatic then manual): YunoHost 2.4 released, then I searched many other pages like http://avignu.wiki.tuxfamily.org/doku.php?id=documentation:yunohost-jessie but update still failed. I event removed moulinette but it didn’t change anything.
Somme error messages:
root@raspberrypi:/tmp/install_script# apt-get update && apt-get install yunohost
Get:1 http://repo.yunohost.org jessie Release.gpg [490 B]
Get:2 http://repo.yunohost.org jessie Release [18.5 kB]
Hit http://repo.yunohost.org jessie/stable armhf Packages
Ign http://repo.yunohost.org jessie/stable Translation-en_GB
Ign http://repo.yunohost.org jessie/stable Translation-en
Fetched 19.0 kB in 0s (20.9 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
yunohost : Depends: python:any (>= 2.7~) but it is not installable
Depends: moulinette (>= 2.3.5.1) but it is not going to be installed
Depends: python-miniupnpc but it is not installable
Depends: netcat-openbsd but it is not installable
Depends: procmail but it is not installable
Depends: avahi-daemon but it is not installable
Depends: rspamd (>= 1.2.0) but it is not going to be installed
Depends: rmilter (>= 1.7.0) but it is not going to be installed
Depends: redis-server but it is not installable
Depends: opendkim-tools but it is not installable
Recommends: yunohost-admin but it is not going to be installed
Recommends: etckeeper but it is not installable
E: Unable to correct problems, you have held broken packages.
root@raspberrypi:/tmp/install_script# apt-get install moulinette
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
moulinette : Depends: python:any (< 2.8) but it is not installable
Depends: python:any (>= 2.7.5-5~) but it is not installable
Depends: python-argcomplete but it is not installable
E: Unable to correct problems, you have held broken packages.
Following the error message I installed python 2.7.11 (I had to remove the old version then download and compile python) but it didn't change anything.
Does anyone have any idea what could be wrong or in which direction I could search?
Nicolas