Your message dated Wed, 01 Jan 2014 23:48:32 +0000
with message-id <[email protected]>
and subject line Bug#726404: fixed in libtool 2.4.2-1.4
has caused the Debian Bug report #726404,
regarding libtool: Backport a new architecture (ppc64le) to Debian
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
726404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726404
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libtool
Version: 2.4.2-1.3
Severity: wishlist
Tags: patch

Dear Maintainer,


Upstream libtool/config received a patch that adds a new ppc64le architecture. 
Debian is a target operating system to support this new architecture, so, we 
need 
that patch as part of Debian.

I'd like to have this patch on Debian, because libtool will not have a newer 
version soon,
so, I suggest keeping the backport on Debian until there is a newer release. 

The upstream patch can be found at the following link:

http://git.savannah.gnu.org/cgit/config.git/commit/?id=29900d3bff1ce445087ece5cb2cac425df1c2f74

And the following commits on libtool:
 * 75ffb257f0af50111ffe3a2ba4a5855c44d11774
 * 056889b838c7f7ce42281f095921b34973321e25
 * 429d40a020348c7cd8e8af75c7cb29a64cf9708d
diff -uNpr libtool-2.4.2.old/libltdl/config/config.guess libtool-2.4.2/libltdl/config/config.guess
--- libtool-2.4.2.old/libltdl/config/config.guess	2011-10-17 09:49:28.000000000 +0000
+++ libtool-2.4.2/libltdl/config/config.guess	2013-10-11 13:57:47.000000000 +0000
@@ -967,6 +967,12 @@ EOF
     ppc:Linux:*:*)
 	echo powerpc-unknown-linux-gnu
 	exit ;;
+    ppc64el:Linux:*:*)
+	echo powerpc64le-unknown-linux-gnu
+	exit ;;
+    ppcle:Linux:*:*)
+	echo powerpcle-unknown-linux-gnu
+	exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
 	echo ${UNAME_MACHINE}-ibm-linux
 	exit ;;
diff -uNpr libtool-2.4.2.old/libltdl/m4/libtool.m4 libtool-2.4.2/libltdl/m4/libtool.m4
--- libtool-2.4.2.old/libltdl/m4/libtool.m4	2013-10-11 13:28:23.000000000 +0000
+++ libtool-2.4.2/libltdl/m4/libtool.m4	2013-10-11 14:06:07.000000000 +0000
@@ -1312,7 +1312,7 @@ ia64-*-hpux*)
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1333,7 +1333,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
 		;;
 	    esac
 	    ;;
-	  ppc64-*linux*|powerpc64-*linux*)
+	  powerpc64le-*linux*)
+	    LD="${LD-ld} -m elf32lppclinux"
+	    ;;
+	  powerpc64-*linux*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -1352,9 +1355,12 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  ppc*-*linux*|powerpc*-*linux*)
-	    LD="${LD-ld} -m elf64ppc"
-	    ;;
+	  powerpc64le-*linux*)
+	    LD="${LD-ld} -m elf64lppclinux"
+	    ;;
+	  powerpc64-*linux*)
+	    LD="${LD-ld} -m elf64ppclinux"
+	    ;;
 	  s390*-*linux*|s390*-*tpf*)
 	    LD="${LD-ld} -m elf64_s390"
 	    ;;

--- End Message ---
--- Begin Message ---
Source: libtool
Source-Version: 2.4.2-1.4

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

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 libtool 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: Wed, 01 Jan 2014 22:03:26 +0100
Source: libtool
Binary: libtool libtool-doc libltdl7 libltdl-dev
Architecture: source all i386
Version: 2.4.2-1.4
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description: 
 libltdl-dev - A system independent dlopen wrapper for GNU libtool
 libltdl7   - A system independent dlopen wrapper for GNU libtool
 libtool    - Generic library support script
 libtool-doc - Generic library support script
Closes: 726404
Changes: 
 libtool (2.4.2-1.4) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer's permission.
   * Add powerpc little endian updates. Closes: #726404.
   * Build-conflict with and suggest gcj-jdk instead of gcj.
Checksums-Sha1: 
 bd1fdd7d0e2f2cc41968644d3bf53ce607f9e2db 1381 libtool_2.4.2-1.4.dsc
 4f2b916d8445806068f940220361e546a87123b6 17692 libtool_2.4.2-1.4.debian.tar.gz
 d2c9c9674d8be7ed3348192744bdc0d8cfdb82cd 580682 libtool-doc_2.4.2-1.4_all.deb
 609e973f5c4975e97fa872358b4c0d0681926b57 504942 libtool_2.4.2-1.4_i386.deb
 6005a847091d131612171685666535d0698f70b7 352008 libltdl7_2.4.2-1.4_i386.deb
 6d597073134b5147dd0f5eab516c87584f69bf27 156344 libltdl-dev_2.4.2-1.4_i386.deb
Checksums-Sha256: 
 9f575f67eccb431a39cea7d15c79450636513ecf6688bb3a353568db29e3403a 1381 
libtool_2.4.2-1.4.dsc
 7e8c309086a8c8b3415985bf44cbc3bf34651fb20bb2ddd25b20c72f178c50dc 17692 
libtool_2.4.2-1.4.debian.tar.gz
 c77d18fc0063924dabe1cee7a87ab71a9bce1270e24b3d73cc523d826958fc9d 580682 
libtool-doc_2.4.2-1.4_all.deb
 927f990f8857004b53808f18015d67c37f1ee9267f16387dcbd15518ae8cb88d 504942 
libtool_2.4.2-1.4_i386.deb
 8c2ce662addbbbc076136557337c885aefba07e616e0d0c86dc296f4c6fc7080 352008 
libltdl7_2.4.2-1.4_i386.deb
 35b477738bb155bccf917da916ba19a6a16bd5a99d9e09a8c7cc34f1ef08f262 156344 
libltdl-dev_2.4.2-1.4_i386.deb
Files: 
 d4f3297ddd1ad32db86b90825a42cb75 1381 devel optional libtool_2.4.2-1.4.dsc
 f865c83a9037c23652d27e50c8d5b2be 17692 devel optional 
libtool_2.4.2-1.4.debian.tar.gz
 9228eef2175f38fbad3ce908da3345b7 580682 doc optional 
libtool-doc_2.4.2-1.4_all.deb
 5dbb225ce695b752bb9c87e1e52fed41 504942 devel optional 
libtool_2.4.2-1.4_i386.deb
 7f5bf2f3fef391ea61f1d41c0e6eb2f3 352008 libs optional 
libltdl7_2.4.2-1.4_i386.deb
 6a87462eeafd293aebb4eb283b27990e 156344 libdevel optional 
libltdl-dev_2.4.2-1.4_i386.deb

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

iEYEARECAAYFAlLEpmUACgkQStlRaw+TLJyuoACfWxY4cfqO+23ANgynNPGpH/Rw
F34An1nSICyZGxOwfiiphZL2FhwTfz78
=Wq03
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to