Bug#416408: grub2: FTBFS on kfreebsd-amd64

Aurelien Jarno aurel32 at debian.org
Tue Mar 27 08:06:53 CET 2007


Package: grub2
Version: 1.95-2
Severity: important
Tags: patch

Hi,

grub2 currently fails to build on kfreebsd-amd64 due to a wrong
build-dependency on libc6-dev-i386. The right dependency on this
platform is libc0.1-dev-i386. The patch below fixes the problem. 
It would be nice if you can apply it in the next upload.

Thanks,
Aurelien


diff -u grub2-1.95/debian/control grub2-1.95/debian/control
--- grub2-1.95/debian/control
+++ grub2-1.95/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 
 Maintainer: GRUB Maintainers <pkg-grub-devel at lists.alioth.debian.org>
 Uploaders: Jason Thomas <jason at debian.org>, Otavio Salvador <otavio at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), patchutils (>= 0.2.25), autoconf, liblzo-dev, ruby, libncurses5-dev, bison, dpkg-dev (>= 1.13.12), libc6-dev-i386 [amd64 kfreebsd-amd64], libc6-dev-powerpc [ppc64], lib32ncurses5-dev [ppc64]
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), patchutils (>= 0.2.25), autoconf, liblzo-dev, ruby, libncurses5-dev, bison, dpkg-dev (>= 1.13.12), libc6-dev-i386 [amd64], libc0.1-dev-i386 [kfreebsd-amd64], libc6-dev-powerpc [ppc64], lib32ncurses5-dev [ppc64]
 Build-Conflicts: autoconf2.13
 Standards-Version: 3.7.2
 XS-X-Vcs-Svn: svn://svn.debian.org/svn/pkg-grub/grub2/


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)




More information about the Pkg-grub-devel mailing list