Your message dated Thu, 31 Jul 2008 12:12:44 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug has been closed.
has caused the Debian Bug report #492880,
regarding impossible to link due to missing export in .so
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.)


-- 
492880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492880
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libpqxx
Version: 2.6.9-6

Current libpqxx in Lenny is missing freemem_result_data() in the .so
library, and is unusable due to this. It can be fixed by explicitly
declaring the function as exportable:

--- result.hxx.orig     2007-01-29 20:18:52.000000000 +0100
+++ result.hxx  2008-07-28 10:45:17.000000000 +0200
@@ -60,7 +60,7 @@
   ~result_data();
 };
 
-void freemem_result_data(result_data *) throw ();
+void PQXX_LIBEXPORT freemem_result_data(result_data *) throw ();
 template<> inline
 void PQAlloc<result_data>::freemem() throw ()
{ freemem_result_data(m_Obj); } } // namespace internal

-- 
Jindrich Makovicka



--- End Message ---
--- Begin Message ---
Bug is fixed in version 2.6.9-8.

-- 
Eugene V. Lyubimkin aka JackYF

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to