Package: grub Version: 0.97-6 Severity: serious Tags: patch When building 'grub' on amd64/unstable, I get the following error:
Building grub unstable main amd64... Reading package lists... Building dependency tree... Package ia32-libs-dev 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 However the following packages replace it: lib32z1-dev ia32-libs E: Package ia32-libs-dev has no installation candidate E: Failed to satisfy Build-Depends dependency for grub: ia32-libs-dev With the attached patch, which replaces ia32-libs-dev by libc6-dev-i386 in debian/control, 'grub' can be built on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/grub-0.97/debian/control ./debian/control --- ../tmp-orig/grub-0.97/debian/control 2006-03-30 06:56:22.000000000 +0000 +++ ./debian/control 2006-03-30 06:56:16.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Grub Maintainers <[EMAIL PROTECTED]> Uploaders: Jason Thomas <[EMAIL PROTECTED]>, Otavio Salvador <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), automake1.8, autoconf, texinfo, libncurses5-dev | libncurses-dev, type-handling (>= 0.2.1), ia32-libs-dev [amd64 darwin-amd64 freebsd-amd64 kfreebsd-amd64 knetbsd-amd64 netbsd-amd64 openbsd-amd64 hurd-amd64] +Build-Depends: debhelper (>= 4.0.0), automake1.8, autoconf, texinfo, libncurses5-dev | libncurses-dev, type-handling (>= 0.2.1), libc6-dev-i386 [amd64 darwin-amd64 freebsd-amd64 kfreebsd-amd64 knetbsd-amd64 netbsd-amd64 openbsd-amd64 hurd-amd64] Build-Depends-Indep: texi2html, e2tools, mkisofs Standards-Version: 3.6.2.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]