Your message dated Tue, 20 Jun 2006 18:06:59 -0300
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in previous release
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 0.97-10
I already applied the fix in our previous upload and forgot to close
this there.
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: [EMAIL PROTECTED] UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://www.freedom.ind.br/otavio
---------------------------------------------
"Microsoft gives you Windows ... Linux gives
you the whole house."
--- End Message ---