Koha install on squeeze unmet deps
Hi, Is this a known issue ?? using the squeeze-dev repo Indicates unmet deps " koha-common : Depends: libchi-driver-memcached-perl but it is not going to be installed Depends: libchi-perl but it is not going to be installed E: Broken packages " Rgrds. Harry
Harry Lachanas schreef op do 25-10-2012 om 18:22 [+0300]:
Is this a known issue ??
using the squeeze-dev repo Indicates unmet deps
" koha-common : Depends: libchi-driver-memcached-perl but it is not going to be installed Depends: libchi-perl but it is not going to be installed E: Broken packages "
Curious, is there more information? What command are you running that produces that? These packages are definitely in the repository: $ reprepro list squeeze-dev | grep chi squeeze-dev|main|i386: libchi-driver-memcached-perl 0.14-1 squeeze-dev|main|i386: libchi-perl 0.55-1 squeeze-dev|main|amd64: libchi-driver-memcached-perl 0.14-1 squeeze-dev|main|amd64: libchi-perl 0.55-1 squeeze-dev|main|source: libchi-driver-memcached-perl 0.14-1 squeeze-dev|main|source: libchi-perl 0.55-1 Ohh! If you're just doing an apt-get upgrade, apt won't pull in new dependencies by default (which is why I hate it when we add requirements in the middle of a release series.) To make it do that, you need to do apt-get dist-upgrade. Perhaps that's the issue. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
participants (2)
-
Harry Lachanas -
Robin Sheat