Your message dated Mon, 17 Feb 2014 13:01:38 +0000 with message-id <[email protected]> and subject line Bug#735559: Removed package(s) from unstable has caused the Debian Bug report #146066, regarding libsigc++ with namespaces but without threads 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.) -- 146066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=146066 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---PACKAGE: libsigc++ version: 1.0.4-3 severity: important tags: sid Hi, libsigc++ currently doesn't compile with c++ namespaces and no pthreads. Here is a small correction for the thread test program. James Morrison --- thread_test.cc.old Mon May 6 17:21:48 2002 +++ thread_test.cc Mon May 6 17:33:10 2002 @@ -1,6 +1,10 @@ #include <iostream> #include <sigc++/thread.h> +#ifdef SIGC_CXX_NAMESPACES +using namespace std; +#endif + #ifndef SIGC_PTHREADS int main() { @@ -9,7 +13,6 @@ #else #ifdef SIGC_CXX_NAMESPACES -using namespace std; using namespace SigC::Threads; #endif __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com
--- End Message ---
--- Begin Message ---Version: 1.0.4-9.4+rm Dear submitter, as the package libsigc++ has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/735559 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---

