Package: lib32readline5-dev
Version: 5.1-8
Followup-For: Bug #386345
i think there is a small typo in debian/rules for amd64. ARCH32 is
defined as amd64 but it should be i386. this patch:
--- rules.orig 2006-09-21 12:54:19.000000000 -0700
+++ rules 2006-09-21 12:47:36.000000000 -0700
@@ -44,7 +44,7 @@
'-Vlibxx:Depends=libc6-$(ARCH32)' \
'-Vdevxx:Depends=libc6-dev-$(ARCH32)'
ifeq ($(DEB_HOST_ARCH),amd64)
- ARCH32 = amd64
+ ARCH32 = i386
HOST32 = i486-linux-gnu
ifeq ($(distribution),Debian)
lib32dir = emul/ia32-linux/lib
lets me build lib32 packages on amd64 with correct dependencies.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages lib32readline5-dev depends on:
ii lib32ncurses5-dev 5.5-3 Developer's libraries for ncurses
ii lib32readline5 5.1-8 GNU readline and history libraries
ii libc6-dev-i386 2.3.6.ds1-4 GNU C Library: 32bit development l
lib32readline5-dev recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]