Bug 5468

Summary: libyaz3 debian dependency
Product: Koha Reporter: András Kardos <k.andris>
Component: PackagingAssignee: MJ Ray (software.coop) <mjr>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, f.demians, k.andris, koha.sekjal, mjr, paul.poulain, robin
Version: 3.4   
Hardware: PC   
OS: Linux   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted INSTALL.debian: updated to use debian.packages instead and cite more related docs
install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted
Bug 5468: install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted INSTALL.debian: updated to use debian.packages instead and cite more related docs
proposed patch (passed QA)
Follow up patch for HEAD/3.4.4
Follow up patch for HEAD/3.4.4
Follow up patch for HEAD/3.4.4

Description András Kardos 2010-12-03 13:46:21 UTC
The koha package depends on libyaz3, which depends on libicu42 which was removed from Debian Squeeze, so koha can't be installed. Could you use libyaz4? Or use it as an alternative?
Comment 1 Robin Sheat 2010-12-05 22:01:54 UTC
Can you provide a bit more detail? The koha-common package depends on 'yaz', which in turn depends on libyaz4.
Comment 2 András Kardos 2010-12-05 23:13:37 UTC
I'll investigate - it might be my mistake.
Comment 3 MJ Ray (software.coop) 2011-06-15 23:24:59 UTC
install_misc/apt-get-debian-lenny.sh says libyaz3.  Is it OK if we rm that file (telling people to run downloaded shell scripts as root is not best practice IMO) and change INSTALL.debian to using debian.packages instead?
Comment 4 Robin Sheat 2011-06-15 23:27:42 UTC
This works for me.
Comment 5 MJ Ray (software.coop) 2011-06-19 17:06:54 UTC Comment hidden (obsolete)
Comment 6 Robin Sheat 2011-06-19 23:17:58 UTC
There's an error in the patch:

 $ sudo dpkg --set-selections < installer_misc/debian.packages

should be:

 $ sudo dpkg --set-selections < install_misc/debian.packages
Comment 7 MJ Ray (software.coop) 2011-06-20 08:39:20 UTC Comment hidden (obsolete)
Comment 8 Chris Cormack 2011-07-28 22:50:20 UTC Comment hidden (obsolete)
Comment 9 Paul Poulain 2011-08-03 15:25:16 UTC Comment hidden (obsolete)
Comment 10 Paul Poulain 2011-08-03 15:30:41 UTC
oups, ian, forgot to put you in the cc list, pls read the previous comment, it's for you
Comment 11 Chris Cormack 2011-08-04 01:40:44 UTC
Pushed
Comment 12 Frédéric Demians 2011-09-25 08:04:29 UTC Comment hidden (obsolete)
Comment 13 Frédéric Demians 2011-09-25 08:46:54 UTC Comment hidden (obsolete)
Comment 14 Frédéric Demians 2011-09-25 09:30:12 UTC Comment hidden (obsolete)
Comment 15 Chris Cormack 2011-12-02 08:00:25 UTC
Lots conflicts on current master
Comment 16 Chris Cormack 2012-06-09 11:05:33 UTC
This is now all fixed in master