reopen 635167 found 635167 2.21.53.20110823-1 thanks On Fri, Jul 29, 2011 at 10:47:54PM +0000, Matthias Klose wrote: > Source: binutils > Source-Version: 2.21.53.20110729-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.21.53.20110729-1_amd64.deb > to main/b/binutils/binutils-dev_2.21.53.20110729-1_amd64.deb > binutils-doc_2.21.53.20110729-1_all.deb > to main/b/binutils/binutils-doc_2.21.53.20110729-1_all.deb > binutils-gold_2.21.53.20110729-1_amd64.deb > to main/b/binutils/binutils-gold_2.21.53.20110729-1_amd64.deb > binutils-multiarch_2.21.53.20110729-1_amd64.deb > to main/b/binutils/binutils-multiarch_2.21.53.20110729-1_amd64.deb > binutils-source_2.21.53.20110729-1_all.deb > to main/b/binutils/binutils-source_2.21.53.20110729-1_all.deb > binutils_2.21.53.20110729-1.diff.gz > to main/b/binutils/binutils_2.21.53.20110729-1.diff.gz > binutils_2.21.53.20110729-1.dsc > to main/b/binutils/binutils_2.21.53.20110729-1.dsc > binutils_2.21.53.20110729-1_amd64.deb > to main/b/binutils/binutils_2.21.53.20110729-1_amd64.deb > binutils_2.21.53.20110729.orig.tar.gz > to main/b/binutils/binutils_2.21.53.20110729.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.8 > Date: Fri, 29 Jul 2011 19:04:46 +0200 > Source: binutils > Binary: binutils binutils-dev binutils-multiarch binutils-gold > binutils-hppa64 binutils-spu binutils-doc binutils-source > Architecture: source all amd64 > Version: 2.21.53.20110729-1 > Distribution: unstable > Urgency: low > Maintainer: Matthias Klose <[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-doc - Documentation for the GNU assembler, linker and binary > utilities > binutils-gold - The (experimental) GNU gold linker utility > binutils-hppa64 - The GNU assembler, linker and binary utilities targeted > for hppa6 > binutils-multiarch - Binary utilities that support multi-arch targets > binutils-source - The GNU assembler, linker and binary utilities (source) > binutils-spu - The GNU assembler, linker and binary utilities targeted for > spu-e > Closes: 635167 > Changes: > binutils (2.21.53.20110729-1) unstable; urgency=low > . > * Snapshot, taken from the trunk 20110729. > * Fix s390x build (Aurelian Jarno). Closes: #635167.
Unfortunately this bug has been reintroduced in version 2.21.53.20110823-1. You will find a new patch below to fix this issue. diff -u binutils-2.21.53.20110823/debian/patches/series binutils-2.21.53.20110823/debian/patches/series --- binutils-2.21.53.20110823/debian/patches/series +++ binutils-2.21.53.20110823/debian/patches/series @@ -20,0 +21 @@ +162_fpic_s390x.diff only in patch2: unchanged: --- binutils-2.21.53.20110823.orig/debian/patches/162_fpic_s390x.diff +++ binutils-2.21.53.20110823/debian/patches/162_fpic_s390x.diff @@ -0,0 +1,31 @@ +# DP: Fix s390x build. + +2011-08-24 Aurelien Jarno <[email protected]> + + * config/picflag.m4: use -FPIC on s390x. + * libiberty/configure: regenerate. + +--- binutils-2.21.53.20110823.orig/config/picflag.m4 ++++ binutils-2.21.53.20110823/config/picflag.m4 +@@ -51,6 +51,9 @@ + m68k-*-*) + $1=-fpic + ;; ++ s390x*-*-*) ++ $1=-fPIC ++ ;; + s390*-*-*) + $1=-fpic + ;; +--- binutils-2.21.53.20110823.orig/libiberty/configure ++++ binutils-2.21.53.20110823/libiberty/configure +@@ -4891,6 +4891,9 @@ + m68k-*-*) + PICFLAG=-fpic + ;; ++ s390x*-*-*) ++ PICFLAG=-fPIC ++ ;; + s390*-*-*) + PICFLAG=-fpic + ;; only in patch2: unchanged: --- binutils-2.21.53.20110823.orig/config/picflag.m4 +++ binutils-2.21.53.20110823/config/picflag.m4 @@ -51,6 +51,9 @@ m68k-*-*) $1=-fpic ;; + s390x*-*-*) + $1=-fPIC + ;; s390*-*-*) $1=-fpic ;; only in patch2: unchanged: --- binutils-2.21.53.20110823.orig/libiberty/configure +++ binutils-2.21.53.20110823/libiberty/configure @@ -4891,6 +4891,9 @@ m68k-*-*) PICFLAG=-fpic ;; + s390x*-*-*) + PICFLAG=-fPIC + ;; s390*-*-*) PICFLAG=-fpic ;; -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

