Your message dated Sat, 17 May 2008 09:02:26 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#481499: fixed in soci 2.2.0-4
has caused the Debian Bug report #481499,
regarding soci FTBFS on mips
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.)


-- 
481499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481499
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: soci
Version: 2.2.0-3
Severity: serious
Tags: patch

Soci fails to build on mips, mipsel, armel and presumably arm because
it tries to use std::snprintf. This is, however, a function in the
global namespace, and only retained as an alias in std:: for backward
compatibility purposes on other architectures.

The appended patch fixes this (and was tested on mips).


Thiemo


diff -urpN soci-2.2.0.old/src/backends/postgresql/standard-use-type.cpp 
soci-2.2.0/src/backends/postgresql/standard-use-type.cpp
--- soci-2.2.0.old/src/backends/postgresql/standard-use-type.cpp        
2006-11-08 14:01:51.000000000 +0000
+++ soci-2.2.0/src/backends/postgresql/standard-use-type.cpp    2008-05-16 
14:02:51.000000000 +0100
@@ -24,7 +24,7 @@
 #pragma warning(disable:4355 4996)
 #define snprintf _snprintf
 #else
-using std::snprintf;
+using ::snprintf;
 #endif
 
 using namespace SOCI;
diff -urpN soci-2.2.0.old/src/backends/postgresql/vector-use-type.cpp 
soci-2.2.0/src/backends/postgresql/vector-use-type.cpp
--- soci-2.2.0.old/src/backends/postgresql/vector-use-type.cpp  2006-11-08 
14:01:51.000000000 +0000
+++ soci-2.2.0/src/backends/postgresql/vector-use-type.cpp      2008-05-16 
14:22:01.000000000 +0100
@@ -25,7 +25,7 @@
 #pragma warning(disable:4355 4996)
 #define snprintf _snprintf
 #else
-using std::snprintf;
+using ::snprintf;
 #endif
 
 using namespace SOCI;



--- End Message ---
--- Begin Message ---
Source: soci
Source-Version: 2.2.0-4

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

libsoci-core-gcc-dbg_2.2.0-4_amd64.deb
  to pool/main/s/soci/libsoci-core-gcc-dbg_2.2.0-4_amd64.deb
libsoci-core-gcc-dev_2.2.0-4_amd64.deb
  to pool/main/s/soci/libsoci-core-gcc-dev_2.2.0-4_amd64.deb
libsoci-core-gcc_2.2.0-4_amd64.deb
  to pool/main/s/soci/libsoci-core-gcc_2.2.0-4_amd64.deb
libsoci-mysql-gcc_2.2.0-4_amd64.deb
  to pool/main/s/soci/libsoci-mysql-gcc_2.2.0-4_amd64.deb
libsoci-postgresql-gcc_2.2.0-4_amd64.deb
  to pool/main/s/soci/libsoci-postgresql-gcc_2.2.0-4_amd64.deb
libsoci-sqlite3-gcc_2.2.0-4_amd64.deb
  to pool/main/s/soci/libsoci-sqlite3-gcc_2.2.0-4_amd64.deb
soci_2.2.0-4.diff.gz
  to pool/main/s/soci/soci_2.2.0-4.diff.gz
soci_2.2.0-4.dsc
  to pool/main/s/soci/soci_2.2.0-4.dsc



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.
Neil Williams <[EMAIL PROTECTED]> (supplier of updated soci 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: Sat, 17 May 2008 08:23:41 +0100
Source: soci
Binary: libsoci-core-gcc libsoci-core-gcc-dev libsoci-core-gcc-dbg 
libsoci-mysql-gcc libsoci-sqlite3-gcc libsoci-postgresql-gcc
Architecture: source amd64
Version: 2.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Neil Williams <[EMAIL PROTECTED]>
Changed-By: Neil Williams <[EMAIL PROTECTED]>
Description: 
 libsoci-core-gcc - C++ Database Access Library (core)
 libsoci-core-gcc-dbg - C++ Database Access Library (debug symbols)
 libsoci-core-gcc-dev - C++ Database Access Library (devel)
 libsoci-mysql-gcc - C++ Database Access Library (MySQL backend)
 libsoci-postgresql-gcc - C++ Database Access Library (PostgreSQL backend)
 libsoci-sqlite3-gcc - C++ Database Access Library (SQLite3 backend)
Closes: 481499
Changes: 
 soci (2.2.0-4) unstable; urgency=low
 .
   * Fix soci FTBFS on mips (Closes: #481499)
   Thanks to Thiemo Seufer for the patch.
Checksums-Sha1: 
 76ca61e72dfe298bb87a69486f5d5649200b7346 1277 soci_2.2.0-4.dsc
 784cde050e1a0dc67025269d8e67e569edfbc214 3528 soci_2.2.0-4.diff.gz
 24cb9f29aff51a03bc2ab318f5480ab3fd0edcbb 37316 
libsoci-core-gcc_2.2.0-4_amd64.deb
 39a62ebc01510b2fabd5edeecd8cbf70c4376b56 213962 
libsoci-core-gcc-dev_2.2.0-4_amd64.deb
 03c553e07adb83c7b4ab43993f0b20b47e67e3a1 851590 
libsoci-core-gcc-dbg_2.2.0-4_amd64.deb
 9b754dc2abbd776f3af50e4548d6273a33ba30f2 37944 
libsoci-mysql-gcc_2.2.0-4_amd64.deb
 835e1388ee12e7e91174c9cfc086ffd56ca4681d 41052 
libsoci-sqlite3-gcc_2.2.0-4_amd64.deb
 d716c24dba0dd5271cb22091b3a001bc12904bc2 37216 
libsoci-postgresql-gcc_2.2.0-4_amd64.deb
Checksums-Sha256: 
 c7fb75fd21c7c93363683592dcb1b1811ba0b641e77d9fee7c8656f094af22da 1277 
soci_2.2.0-4.dsc
 ab14d469c2d859166cf6897db54c369c914c7089a0fddf8c43f6aa144cbea2b7 3528 
soci_2.2.0-4.diff.gz
 6000dc4bfa9bd0df75be7552dbbcc739f1dfc4a952deddec260c9a251c922d07 37316 
libsoci-core-gcc_2.2.0-4_amd64.deb
 f91db8e68ef57de4d2b6b295e8258c932d221667a00d3468074eb72045cf3fe6 213962 
libsoci-core-gcc-dev_2.2.0-4_amd64.deb
 2ee72e6f1f6ca7f0a695b65eafc005dc08c53efae29d0bb2f880bd21d8341e13 851590 
libsoci-core-gcc-dbg_2.2.0-4_amd64.deb
 e84eb9c4c082e9977b7b2c1abc418462bc285658a25b140dd1ed8c2b79d70596 37944 
libsoci-mysql-gcc_2.2.0-4_amd64.deb
 753fc27e1df5caf0a27cf36df22f30883dea34eda02f35975036865ad91d8e21 41052 
libsoci-sqlite3-gcc_2.2.0-4_amd64.deb
 fd4ff5bdbf6d63b57e379a72b0d0419cebfe172b5bf8e7495a7d725e52213ec4 37216 
libsoci-postgresql-gcc_2.2.0-4_amd64.deb
Files: 
 5274a61f06bc1d86c31e0c018d897db4 1277 libs optional soci_2.2.0-4.dsc
 3a51fb19afc49585e0c710c43569acdc 3528 libs optional soci_2.2.0-4.diff.gz
 16ad46434b0beae1c51b5c42e5a29e2f 37316 libs optional 
libsoci-core-gcc_2.2.0-4_amd64.deb
 2c7601a9270075df6c67f7ae37538b36 213962 libdevel optional 
libsoci-core-gcc-dev_2.2.0-4_amd64.deb
 6724f47531b810c7d6dfa0b7cc192562 851590 libs extra 
libsoci-core-gcc-dbg_2.2.0-4_amd64.deb
 dceeec8025dcb2e864512c4f2382b573 37944 libs optional 
libsoci-mysql-gcc_2.2.0-4_amd64.deb
 f9ead079a77a2a6627ea93858b6770a3 41052 libs optional 
libsoci-sqlite3-gcc_2.2.0-4_amd64.deb
 8c0dc618ad3ccb3cb7b8078fb2dc992d 37216 libs optional 
libsoci-postgresql-gcc_2.2.0-4_amd64.deb

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

iD8DBQFILpldiAEJSii8s+MRAtrDAJ46ZvMbRBJRnolFnGmkNesTdeMrBwCgqRw8
Vo1HXgwyTqfx5XjDHaeKXkc=
=s9ac
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to