Your message dated Fri, 06 Apr 2007 08:47:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387276: fixed in binutils 2.17.20070406cvs-1
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: binutils
Version: 2.17-2
Severity: wishlist
Tags: patch

Hello,

the alsa-lib package currently FTBFS on ppc64 because some necessary
32-bit libraries in (/usr)/lib32 are not found by the linker.

The problem is the same as the one which is described in #369052 for amd64.
The amd64 case was solved by introducing the debian specific patch 
debian/patches/127_x86_64_i386_biarch.dpatch.

The attached patch does a similar thing for the ppc64 case.

Regards
Andreas Jochens

diff -urN ../tmp-orig/binutils-2.17/debian/patches/00list.ppc64 
./debian/patches/00list.ppc64
--- ../tmp-orig/binutils-2.17/debian/patches/00list.ppc64       1970-01-01 
00:00:00.000000000 +0000
+++ ./debian/patches/00list.ppc64       2006-09-13 07:50:10.000000000 +0000
@@ -0,0 +1,1 @@
+128_powerpc64_biarch
diff -urN ../tmp-orig/binutils-2.17/debian/patches/128_powerpc64_biarch.dpatch 
./debian/patches/128_powerpc64_biarch.dpatch
--- ../tmp-orig/binutils-2.17/debian/patches/128_powerpc64_biarch.dpatch        
1970-01-01 00:00:00.000000000 +0000
+++ ./debian/patches/128_powerpc64_biarch.dpatch        2006-09-13 
07:03:52.000000000 +0000
@@ -0,0 +1,35 @@
+#!/bin/sh -e
+## 128_powerpc64_biarch.dpatch
+##
+## DP: Description: Add (/usr)/lib32 to the search paths on powerpc64.
+## DP: Author: Andreas Jochens <[EMAIL PROTECTED]>
+## DP: Upstream status: Debian specific
+
+if [ $# -ne 1 ]; then
+    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+    exit 1
+fi
+
+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
+patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
+
+case "$1" in
+       -patch) patch $patch_opts -p1 < $0;;
+       -unpatch) patch $patch_opts -p1 -R < $0;;
+        *)
+                echo >&2 "`basename $0`: script expects -patch|-unpatch as 
argument"
+                exit 1;;
+esac
+
+exit 0
+
[EMAIL PROTECTED]@
++++ binutils/ld/emulparams/elf32ppccommon.sh   2006-03-02 08:50:04.000000000 
+0000
+--- binutils/ld/emulparams/elf32ppccommon.sh   2006-09-13 06:59:26.000000000 
+0000
+@@ -45,5 +45,6 @@
+ 
+ # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first.
+ case "$EMULATION_NAME" in
++  *32*) LIBPATH_SUFFIX=32 ;;
+   *64*) LIBPATH_SUFFIX=64 ;;
+ esac


--- End Message ---
--- Begin Message ---
Source: binutils
Source-Version: 2.17.20070406cvs-1

We believe that the bug you reported is fixed in the latest version of
binutils, which is due to be installed in the Debian FTP archive:

binutils-dev_2.17.20070406cvs-1_i386.deb
  to pool/main/b/binutils/binutils-dev_2.17.20070406cvs-1_i386.deb
binutils-dev_2.17.20070406cvs-1_powerpc.deb
  to pool/main/b/binutils/binutils-dev_2.17.20070406cvs-1_powerpc.deb
binutils-doc_2.17.20070406cvs-1_all.deb
  to pool/main/b/binutils/binutils-doc_2.17.20070406cvs-1_all.deb
binutils-multiarch_2.17.20070406cvs-1_i386.deb
  to pool/main/b/binutils/binutils-multiarch_2.17.20070406cvs-1_i386.deb
binutils-multiarch_2.17.20070406cvs-1_powerpc.deb
  to pool/main/b/binutils/binutils-multiarch_2.17.20070406cvs-1_powerpc.deb
binutils-source_2.17.20070406cvs-1_all.deb
  to pool/main/b/binutils/binutils-source_2.17.20070406cvs-1_all.deb
binutils_2.17.20070406cvs-1.diff.gz
  to pool/main/b/binutils/binutils_2.17.20070406cvs-1.diff.gz
binutils_2.17.20070406cvs-1.dsc
  to pool/main/b/binutils/binutils_2.17.20070406cvs-1.dsc
binutils_2.17.20070406cvs-1_i386.deb
  to pool/main/b/binutils/binutils_2.17.20070406cvs-1_i386.deb
binutils_2.17.20070406cvs-1_powerpc.deb
  to pool/main/b/binutils/binutils_2.17.20070406cvs-1_powerpc.deb
binutils_2.17.20070406cvs.orig.tar.gz
  to pool/main/b/binutils/binutils_2.17.20070406cvs.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated binutils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri,  6 Apr 2007 08:43:19 +0200
Source: binutils
Binary: binutils-dev binutils-hppa64 binutils-multiarch binutils 
binutils-source binutils-doc
Architecture: all i386 powerpc source 
Version: 2.17.20070406cvs-1
Distribution: experimental
Urgency: low
Maintainer: Ubuntu Core developers <[email protected]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 binutils   - The GNU assembler, linker and binary utilities
 binutils-dev - The GNU binary utilities (BFD development files)
 binutils-multiarch - Binary utilities that support multi-arch targets
Closes: 387276 411486
Changes: 
 binutils (2.17.20070406cvs-1) experimental; urgency=low
 .
   * CVS snapshot 20070406, taken from the trunk.
   * Merge from Ubuntu:
     - Configure --with-pkgversion to include the distribution name, not
       including the package version, which may break ld version detection
       in configure scripts.
     - debian/patches/000_cvs_version_string.dpatch: Remove.
     - debian/patches/007_binutils_soversion.dpatch: Use date for non-release
       builds in soversion.
     - debian/patches/000_print_{debian,ubuntu}_version.dpatch: Remove.
     - debian/control: Build-depend on lsb-release.
     - Configure --with-pkgversion to include the distribution name.
     - Add patches from the hjl binutils into debian/patches; don't apply.
     - Enable spu target in powerpc, ppc64 builds and in the
       binutils-multiarch build.
   * Don't include embedspu in binutils-multiarch on powerpc, ppc64.
     Closes: #411486.
   * Search libraries in (/usr)/lib32 on ppc64 (Andreas Jochens). Closes: 
#387276.
Files: 
 25caf2fbb8495e51c153445e76c92237 9812694 devel extra 
binutils-multiarch_2.17.20070406cvs-1_powerpc.deb
 305706fa3722102c8e889066a07db3bf 8356646 devel extra 
binutils-multiarch_2.17.20070406cvs-1_i386.deb
 5662a52994349df28afd008a5fb138e6 2870844 devel standard 
binutils_2.17.20070406cvs-1_powerpc.deb
 59926d6492d235643a96f2c33b6a1da8 16863569 devel standard 
binutils_2.17.20070406cvs.orig.tar.gz
 5e998cc12fd5ad0baf19901c8613d67b 68298 devel standard 
binutils_2.17.20070406cvs-1.diff.gz
 a2e23bd76adff8aaee35a1fdd935ae22 3334852 devel extra 
binutils-dev_2.17.20070406cvs-1_powerpc.deb
 bf69ad44fd87947a3df7125516901340 993 devel standard 
binutils_2.17.20070406cvs-1.dsc
 d4c37f062c1d58941e7d9db46405f86a 2718848 devel standard 
binutils_2.17.20070406cvs-1_i386.deb
 e10b817a937f96fdf48c5946b7060bd6 2761902 devel extra 
binutils-dev_2.17.20070406cvs-1_i386.deb
 e1a0f81991ecf5a7568b19089e411b63 12414602 devel optional 
binutils-source_2.17.20070406cvs-1_all.deb
 f2bfa8359093f2b598fdad7e34244081 496552 doc optional 
binutils-doc_2.17.20070406cvs-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGFf9LStlRaw+TLJwRAv70AJ4mOPtpRJk1UEy29ThgWoBXwR0UvACfaaMp
YoHDRGh5uj6B5LWa96CHtzs=
=S37l
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to