20th Jan, 2017, 05:21 PM
It appears that the apt2 mirror for the XBian sources does not have the proper files to serve packages.
I was able to work around this by changing the URL of the repository in the sources file (/etc/apt/sources.list.d/xbian.list ) from
to
Maybe you guys knew this already, but I wanted to provide this information to anyone else who may encounter this (since I didn't see anything about this in the FAQ or anywhere else).
Terminal
# apt-get update
Hit http://mirrordirector.raspbian.org jessie InRelease
Ign http://apt2.xbian.org stable InRelease
Get:1 http://apt.xbian.org stable Release.gpg [490 B]
Get:2 http://apt.xbian.org stable Release [4,808 B]
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages
Err http://apt.xbian.org stable/main armhf Packages
404 Not Found [Mirror: http://apt2.xbian.org]
Err http://apt.xbian.org stable/rpi-jessie armhf Packages
404 Not Found [Mirror: http://apt2.xbian.org]
# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
libcec3 : Conflicts: libcec2
E: Broken packages
Hit http://mirrordirector.raspbian.org jessie InRelease
Ign http://apt2.xbian.org stable InRelease
Get:1 http://apt.xbian.org stable Release.gpg [490 B]
Get:2 http://apt.xbian.org stable Release [4,808 B]
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages
Err http://apt.xbian.org stable/main armhf Packages
404 Not Found [Mirror: http://apt2.xbian.org]
Err http://apt.xbian.org stable/rpi-jessie armhf Packages
404 Not Found [Mirror: http://apt2.xbian.org]
# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
libcec3 : Conflicts: libcec2
E: Broken packages
I was able to work around this by changing the URL of the repository in the sources file (/etc/apt/sources.list.d/xbian.list ) from
Code:
mirror://apt.xbian.org/mirror.txt
Code:
http://apt.xbian.org/
Maybe you guys knew this already, but I wanted to provide this information to anyone else who may encounter this (since I didn't see anything about this in the FAQ or anywhere else).