ubuntu packages Installation - broken?
Hello, I am attempting to install Koha on Ubuntu 12.04 LTS as per the installation instructions on the wiki pages. On Friday this was working no problems. But today when installing it on a production machine it fails. alex@ubuntu:~$ echo deb http://debian.koha-community.org/koha squeeze main | sudo tee /etc/apt/sources.list.d/koha.list deb http://debian.koha-community.org/koha squeeze main alex@ubuntu:~$ sudo apt-get install koha-common Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package koha-common alex@ubuntu:~$ echo deb http://debian.koha-community.org/koha oldstable main | sudo tee /etc/apt/sources.list.d/koha.list deb http://debian.koha-community.org/koha oldstable main alex@ubuntu:~$ sudo apt-get install koha-common Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package koha-common The machine is a fresh install of 12.04 LTS 32-bit sudo apt-get upgrade was run before the attempt to install koha. Has the release of 3.10 broken something in installs? -- Alex Kowalenko mailto:alex.kowalenko@gmail.com
Alex Kowalenko schreef op di 27-11-2012 om 00:03 [+0000]:
The machine is a fresh install of 12.04 LTS 32-bit sudo apt-get upgrade was run before the attempt to install koha.
Has the release of 3.10 broken something in installs?
I hope not, but I do note that you're not running apt-get update when you change the sources.list.d/koha.list file. This would cause those symptoms. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
This seemed to work for 3.8 which is now oldstable, but for squeeze, which I assume is 3.10, it gives the following (after running apt-get update). alex@ubuntu:~$ sudo apt-get install koha-common 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: 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: Unable to correct problems, you have held broken packages. The problem seems to be libdigest-jhash-perl alex@ubuntu:~$ sudo apt-get install libdigest-jhash-perl 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: libdigest-jhash-perl : Depends: perlapi-5.10.1 but it is not installable E: Unable to correct problems, you have held broken packages. sudo apt-get install perlapi-5.10.1 Reading package lists... Done Building dependency tree Reading state information... Done Package perlapi-5.10.1 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 'perlapi-5.10.1' has no installation candidate -- Alex Kowalenko mailto:alex.kowalenko@gmail.com On Tuesday, 27 November 2012 at 0:19 , Robin Sheat wrote:
Alex Kowalenko schreef op di 27-11-2012 om 00:03 [+0000]:
The machine is a fresh install of 12.04 LTS 32-bit sudo apt-get upgrade was run before the attempt to install koha.
Has the release of 3.10 broken something in installs?
I hope not, but I do note that you're not running apt-get update when you change the sources.list.d/koha.list file. This would cause those symptoms.
-- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz (mailto:Koha@lists.katipo.co.nz) http://lists.katipo.co.nz/mailman/listinfo/koha
Alex Kowalenko schreef op di 27-11-2012 om 00:46 [+0000]:
The problem seems to be libdigest-jhash-perl
Are you on 32-bit or 64-bit? If 64-bit, try it again, I've just uploaded a fix for that. If 32-bit, then we possibly have a conflict between Ubuntu and Debian's ways of doing things, though it _should_ work. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
I'm using 32-bit. I will try again. Alex -- Alex Kowalenko mailto:alex.kowalenko@gmail.com On Tuesday, 27 November 2012 at 1:15 , Robin Sheat wrote:
Alex Kowalenko schreef op di 27-11-2012 om 00:46 [+0000]:
The problem seems to be libdigest-jhash-perl
Are you on 32-bit or 64-bit?
If 64-bit, try it again, I've just uploaded a fix for that.
If 32-bit, then we possibly have a conflict between Ubuntu and Debian's ways of doing things, though it _should_ work.
-- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz (mailto:Koha@lists.katipo.co.nz) http://lists.katipo.co.nz/mailman/listinfo/koha
I just tried both 64bit and 32bit versions of Ubunutu 12.04.1 server. Both clean installs. On the 64bit version, it installed without a problem, and was able get to the web configuration, and log into a working koha 3.10.0 installation. With the 32bit I got this error, when I did apt-get install koha-common: alex@ubuntu:~$ sudo apt-get install koha-common 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: 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: Unable to correct problems, you have held broken packages. -- Alex Kowalenko mailto:alex.kowalenko@gmail.com On Tuesday, 27 November 2012 at 1:15 , Robin Sheat wrote:
Alex Kowalenko schreef op di 27-11-2012 om 00:46 [+0000]:
The problem seems to be libdigest-jhash-perl
Are you on 32-bit or 64-bit?
If 64-bit, try it again, I've just uploaded a fix for that.
If 32-bit, then we possibly have a conflict between Ubuntu and Debian's ways of doing things, though it _should_ work.
-- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz (mailto:Koha@lists.katipo.co.nz) http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Alex Kowalenko -
Robin Sheat