Package: etherboot
Version: 5.4.1-1
Severity: serious
Tags: patch

When building 'etherboot' on unstable, I get the following error:

96 extents written (0 MB)
bash util/genliso bin/undi.liso bin/undi.zlilo
Mtools version 3.9.9 or later is required
make[1]: *** [bin/undi.liso] Error 1


On amd64/unstable, I there is also the following problem:

Building etherboot 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 etherboot: ia32-libs-dev


The attached patch fixes both problems.

Regards
Andreas Jochens

diff -urN ../tmp-orig/etherboot-5.4.1/debian/control ./debian/control
--- ../tmp-orig/etherboot-5.4.1/debian/control  2006-04-07 09:01:40.000000000 
+0000
+++ ./debian/control    2006-04-07 08:46:52.000000000 +0000
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: RISKO Gergely <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), mkisofs, mtools, syslinux, ia32-libs-dev 
[amd64]
+Build-Depends: debhelper (>> 4.0.0), mkisofs, mtools, syslinux, libc6-dev-i386 
[amd64]
 Standards-Version: 3.6.2.1
 
 Package: etherboot
diff -urN ../tmp-orig/etherboot-5.4.1/src/util/genliso ./src/util/genliso
--- ../tmp-orig/etherboot-5.4.1/src/util/genliso        2005-04-02 
10:48:35.000000000 +0000
+++ ./src/util/genliso  2006-04-07 09:01:28.000000000 +0000
@@ -21,7 +21,7 @@
        ;;
 esac
 case "`mtools -V`" in
-Mtools\ version\ 3.9.9*|Mtools\ version\ 4.*)
+Mtools\ version\ 3.9.9*|Mtools\ version\ 3.9.10*|Mtools\ version\ 4.*)
        ;;
 *)
        echo Mtools version 3.9.9 or later is required


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to