http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9400 Bug ID: 9400 Summary: On a multi-arch debian system, parts of the INSTALL.debian fail Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: PC OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: gmcharlt@gmail.com Reporter: hugh@davenport.net.nz I have a multiarch debian wheezy (current testing) setup, using http://wiki.debian.org/Multiarch/HOWTO I was following the instructions at http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.debian;hb=... and came into some errors at the sudo dpkg --set-selections < install_misc/debian.packages on line 73 The error I get is hugh@hugh-desktop:~/code/koha (master)$ sudo dpkg --set-selections < install_misc/debian.packages <snip> dpkg: error: illegal package name at line 25: ambiguous package name 'libgcrypt11' with more than one installed instance hugh@hugh-desktop:~/code/koha (master)$ Below is some diagnostics, showing that their are indeed two instances installed. The debian.packages file will need to be altered to be able to operate on multi-arch systems. hugh@hugh-desktop:~/code/koha (master)$ apt-cache policy libgcrypt11:i386 libgcrypt11:i386: Installed: 1.5.0-3 Candidate: 1.5.0-3 Version table: *** 1.5.0-3 0 500 http://ftp.nz.debian.org/debian/ wheezy/main i386 Packages 500 http://ftp.nz.debian.org/debian/ sid/main i386 Packages 100 /var/lib/dpkg/status 1.4.5-2 0 500 http://ftp.nz.debian.org/debian/ squeeze/main i386 Packages hugh@hugh-desktop:~/code/koha (master)$ apt-cache policy libgcrypt11:amd64 libgcrypt11: Installed: 1.5.0-3 Candidate: 1.5.0-3 Version table: *** 1.5.0-3 0 500 http://ftp.nz.debian.org/debian/ wheezy/main amd64 Packages 500 http://ftp.nz.debian.org/debian/ sid/main amd64 Packages 100 /var/lib/dpkg/status 1.4.5-2 0 500 http://ftp.nz.debian.org/debian/ squeeze/main amd64 Packages hugh@hugh-desktop:~/code/koha (master)$ -- You are receiving this mail because: You are watching all bug changes.