severity 360434 serious
retitle 360434 fakechroot: FTBFS (amd64): Failed to satisfy Build-Depends 
dependency for fakechroot: ia32-libs-dev
tags 360434 +patch
thanks

Hello,

when building 'fakechroot' in a clean amd64/unstable chroot,
I now get the following error:

Building fakechroot on unstable/amd64...
dpkg-source: extracting fakechroot in fakechroot-2.5
dpkg-source: unpacking fakechroot_2.5.orig.tar.gz
dpkg-source: applying ./fakechroot_2.5-1.diff.gz
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 lib32bz2-dev
E: Package ia32-libs-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for fakechroot: ia32-libs-dev

With the attached patch, which replaces the Build-Depends on the removed
'ia32-libs-dev' by 'libc6-dev-i386', the 'fakechroot' package can be
built on unstable/amd64 again.

Regards
Andreas Jochens

diff -urN ../tmp-orig/fakechroot-2.5/debian/control ./debian/control
--- ../tmp-orig/fakechroot-2.5/debian/control   2006-09-14 05:45:45.000000000 
+0000
+++ ./debian/control    2006-09-14 05:45:47.000000000 +0000
@@ -3,7 +3,7 @@
 Section: utils
 Priority: optional
 Standards-Version: 3.6.2
-Build-Depends: libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], 
ia32-libs-dev [amd64], yada (>= 0.48)
+Build-Depends: libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], 
libc6-dev-i386 [amd64], yada (>= 0.48)
 
 Package: fakechroot
 Architecture: any
diff -urN ../tmp-orig/fakechroot-2.5/debian/packages ./debian/packages
--- ../tmp-orig/fakechroot-2.5/debian/packages  2006-09-14 05:45:45.000000000 
+0000
+++ ./debian/packages   2006-09-14 05:43:22.000000000 +0000
@@ -24,7 +24,7 @@
  (c) 2003-2005 Piotr Roszatycki <[EMAIL PROTECTED]>, LGPL
 Build-Depends: libc6-dev-s390x [s390]
 Build-Depends: libc6-dev-sparc64 [sparc]
-Build-Depends: ia32-libs-dev [amd64]
+Build-Depends: libc6-dev-i386 [amd64]
 Build: bash
  CC=${CC:-gcc}
  CFLAGS=${CFLAGS:--Wall -pedantic -g}


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

Reply via email to