Your message dated Tue, 19 Aug 2014 13:18:57 +0000
with message-id <[email protected]>
and subject line Bug#758627: fixed in db 5.1.29-9
has caused the Debian Bug report #758627,
regarding db: Fix for FTBFS on ppc64el
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.)


-- 
758627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758627
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:db
Version: 5.1.29-8
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el

Dear Maintainer,
some configure and .m4 are not up to date for ppc64el architecture.
Here is a patch from Ubuntu that patched those file for now.
Thanks,

F.


-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (450, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- a/debian/patches/libtool-update.diff	1969-12-31 21:00:00.000000000 -0300
+++ b/debian/patches/libtool-update.diff	2014-08-19 08:36:10.000000000 -0300
@@ -0,0 +1,141 @@
+Index: b/dist/aclocal/libtool.m4
+===================================================================
+--- a/dist/aclocal/libtool.m4
++++ b/dist/aclocal/libtool.m4
+@@ -1268,7 +1268,7 @@
+   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
+@@ -1280,9 +1280,19 @@
+ 	    LD="${LD-ld} -m elf_i386_fbsd"
+ 	    ;;
+ 	  x86_64-*linux*)
+-	    LD="${LD-ld} -m elf_i386"
++	    case `/usr/bin/file conftest.o` in
++	      *x86-64*)
++		LD="${LD-ld} -m elf32_x86_64"
++		;;
++	      *)
++		LD="${LD-ld} -m elf_i386"
++		;;
++	    esac
+ 	    ;;
+-	  ppc64-*linux*|powerpc64-*linux*)
++	  powerpc64le-*)
++	    LD="${LD-ld} -m elf32lppclinux"
++	    ;;
++	  powerpc64-*)
+ 	    LD="${LD-ld} -m elf32ppclinux"
+ 	    ;;
+ 	  s390x-*linux*)
+@@ -1301,7 +1311,10 @@
+ 	  x86_64-*linux*)
+ 	    LD="${LD-ld} -m elf_x86_64"
+ 	    ;;
+-	  ppc*-*linux*|powerpc*-*linux*)
++	  powerpcle-*)
++	    LD="${LD-ld} -m elf64lppc"
++	    ;;
++	  powerpc-*)
+ 	    LD="${LD-ld} -m elf64ppc"
+ 	    ;;
+ 	  s390*-*linux*|s390*-*tpf*)
+Index: b/dist/configure
+===================================================================
+--- a/dist/configure
++++ b/dist/configure
+@@ -9293,7 +9293,7 @@
+   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
+@@ -9309,9 +9309,19 @@
+ 	    LD="${LD-ld} -m elf_i386_fbsd"
+ 	    ;;
+ 	  x86_64-*linux*)
+-	    LD="${LD-ld} -m elf_i386"
++	    case `/usr/bin/file conftest.o` in
++	      *x86-64*)
++		LD="${LD-ld} -m elf32_x86_64"
++		;;
++	      *)
++		LD="${LD-ld} -m elf_i386"
++		;;
++	    esac
+ 	    ;;
+-	  ppc64-*linux*|powerpc64-*linux*)
++	  powerpc64le-*)
++	    LD="${LD-ld} -m elf32lppclinux"
++	    ;;
++	  powerpc64-*)
+ 	    LD="${LD-ld} -m elf32ppclinux"
+ 	    ;;
+ 	  s390x-*linux*)
+@@ -9330,7 +9340,10 @@
+ 	  x86_64-*linux*)
+ 	    LD="${LD-ld} -m elf_x86_64"
+ 	    ;;
+-	  ppc*-*linux*|powerpc*-*linux*)
++	  powerpcle-*)
++	    LD="${LD-ld} -m elf64lppc"
++	    ;;
++	  powerpc-*)
+ 	    LD="${LD-ld} -m elf64ppc"
+ 	    ;;
+ 	  s390*-*linux*|s390*-*tpf*)
+Index: b/lang/sql/sqlite/configure
+===================================================================
+--- a/lang/sql/sqlite/configure
++++ b/lang/sql/sqlite/configure
+@@ -4998,7 +4998,7 @@
+   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
+@@ -5014,9 +5014,19 @@
+ 	    LD="${LD-ld} -m elf_i386_fbsd"
+ 	    ;;
+ 	  x86_64-*linux*)
+-	    LD="${LD-ld} -m elf_i386"
++	    case `/usr/bin/file conftest.o` in
++	      *x86-64*)
++		LD="${LD-ld} -m elf32_x86_64"
++		;;
++	      *)
++		LD="${LD-ld} -m elf_i386"
++		;;
++	    esac
+ 	    ;;
+-	  ppc64-*linux*|powerpc64-*linux*)
++	  powerpc64le-*)
++	    LD="${LD-ld} -m elf32lppclinux"
++	    ;;
++	  powerpc64-*)
+ 	    LD="${LD-ld} -m elf32ppclinux"
+ 	    ;;
+ 	  s390x-*linux*)
+@@ -5035,7 +5045,10 @@
+ 	  x86_64-*linux*)
+ 	    LD="${LD-ld} -m elf_x86_64"
+ 	    ;;
+-	  ppc*-*linux*|powerpc*-*linux*)
++	  powerpcle-*)
++	    LD="${LD-ld} -m elf64lppc"
++	    ;;
++	  powerpc-*)
+ 	    LD="${LD-ld} -m elf64ppc"
+ 	    ;;
+ 	  s390*-*linux*|s390*-*tpf*)
--- a/debian/patches/series	2014-02-19 11:43:28.000000000 -0300
+++ b/debian/patches/series	2014-08-19 08:36:10.000000000 -0300
@@ -5,3 +5,4 @@
 005-pg_crypt_size.patch
 006-mutex_alignment.patch
 007-link-sql-libs.patch
+libtool-update.diff

--- End Message ---
--- Begin Message ---
Source: db
Source-Version: 5.1.29-9

We believe that the bug you reported is fixed in the latest version of
db, 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.
Ondřej Surý <[email protected]> (supplier of updated db 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: SHA256

Format: 1.8
Date: Tue, 19 Aug 2014 14:48:59 +0200
Source: db
Binary: db5.1-util
Architecture: source amd64
Version: 5.1.29-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Berkeley DB Group <[email protected]>
Changed-By: Ondřej Surý <[email protected]>
Description:
 db5.1-util - Berkeley v5.1 Database Utilities
Closes: 758627
Changes:
 db (5.1.29-9) unstable; urgency=medium
 .
   * Fix for FTBFS on ppc64el (Courtesy of Matthias Klose/Ubuntu)
     (Closes: #758627)
   * Update d/control to have correct Vcs-*: fields
   * Set Priority: optional for db5.1-util as we keep it only for
     upgrade purposes
Checksums-Sha1:
 0b94916020600a3f00764ecc27533d19b8edc7b7 1988 db_5.1.29-9.dsc
 4184e36cdc6a07167394e2cd3ef4230101c1a5c2 23468 db_5.1.29-9.debian.tar.xz
 2aff4197467087ef4fc710867d6a7c0a9ba0e4dc 673612 db5.1-util_5.1.29-9_amd64.deb
Checksums-Sha256:
 9d3e5118f088b4459d114a0443c133c4e8d96ce7de7f66c0da9ef3a47cc1c6cb 1988 
db_5.1.29-9.dsc
 f17688494ef7d5348e6ec93cb8b824ba8cb8d7972f881cee991d10bc34af16dc 23468 
db_5.1.29-9.debian.tar.xz
 7b905bd90f4d6b8d9e8929e7f988bb68c0b25b0d90523ba2e51ed997d5e4c54c 673612 
db5.1-util_5.1.29-9_amd64.deb
Files:
 acd4f3234f909e0e12532a766be760d5 673612 oldlibs optional 
db5.1-util_5.1.29-9_amd64.deb
 6725532486cd4844834f6365b631444c 1988 oldlibs extra db_5.1.29-9.dsc
 c4dee30f7d0576ba63ff28cb9bc083d2 23468 oldlibs extra db_5.1.29-9.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT80m8AAoJEAyZtw70/LsHfu0QAOGoKnRBQUcN5pTz6VYd7XkB
KqtNnUCExpiRPN2WkWPkZ1HKwH9PQu6HwC5vt+/hBDijeozWKbH7HRIxlcmQhw/1
NdpSzdBGaLIT0i2I+rnPWrU3gcWHHruD2qdB1uTU4NJBawJOG3X8b4RjxKC6r+Qv
aZ9v09LLrYt9/VstA0L0LzJal/adsP0XN/JSJWfhW6VN4owdkp05DPyTQViHd8gc
+dNCgVny3q5pnmVia3fNmDca6cIPnB3Vi8h1QprTOIDsIGeaHxV7zdI4yVb8w/+2
hTSUyifj1RncrDgRWUGzeaNwJ1UxbC86zzsYs3cqyOYlfEb/SnQY2Ilo4A/52Ak3
mCigMSidufWefltpTRyksFSkHm+9g6T/jI/IxheoBnJhhFmYkaSpm1yuQL0d6LgR
G79aZ8OIXcPjxxIIzpohhgMMR8O49M1cFW8ChY4mf1yo9xJTYIFqqXwaB0giy4Hf
TtSaAfcrf7iVFXfUfGpkhP2B4wO3m8NJ6ymbUaAu3FnMpSEThwLM+P47XihlS5Is
YpUNyZkvBkLSpqzVW7JDfH46SN/iLL8NtaiG8+/GgFdkpP5LWMiDBDpsOasLpkDF
GDvBOepoTPnsnCtYMu50z+chbVnCBkFN/OmUT/nQI2+UAtEuFNWXRurFYMZsOcxL
4yzBq+VhgzmP9e61lLiB
=SNHe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to