Your message dated Wed, 06 Jul 2005 06:46:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#187366: fixed in libsigc++ 1.0.4-8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Apr 2003 22:27:25 +0000
>From [EMAIL PROTECTED] Wed Apr 02 16:27:24 2003
Return-path: <[EMAIL PROTECTED]>
Received: from attila.bofh.it [213.92.8.2] (postfix)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 190qhY-0006wH-00; Wed, 02 Apr 2003 16:27:24 -0600
Received: by attila.bofh.it (Postfix, from userid 10)
        id C8B405F96B; Thu,  3 Apr 2003 00:26:48 +0200 (CEST)
Received: by wonderland.linux.it (Postfix/Md, from userid 1001)
        id 5571133D29; Thu,  3 Apr 2003 00:27:12 +0200 (CEST)
From: Marco d'Itri <[EMAIL PROTECTED]>
Subject: libsigc++0c102: libraries not correctly linked
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10.2
Message-Id: <[EMAIL PROTECTED]>
Date: Thu,  3 Apr 2003 00:27:12 +0200 (CEST)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-0.2 required=4.0
        tests=HAS_PACKAGE,SPAM_PHRASE_00_01
        version=2.44
X-Spam-Level: 

Package: libsigc++0c102
Version: 1.0.4-5
Severity: normal

[This is a standard text.]

One or more libraries in this package are buggy.
All libraries need to be linked against other libraries which they
reference. You can check this by running this command:

LD_TRACE_LOADED_OBJECTS=1 LD_BIND_NOW=1 LD_TRACE_PRELINKING=t \
  /lib/ld-linux.so.2 /usr/lib/libYOUR-LIBRARY.so | grep ^undefined

Then you will have to find which other libraries contain the undefined
symbols and rebuild your library by explicitly linking it against them
(e.g. -lglib).

The broken libraries are:

/usr/lib/libsigc-1.0.so.0       -lstdc++ -lgcc_s -lpthread


---------------------------------------
Received: (at 187366-close) by bugs.debian.org; 6 Jul 2005 10:52:04 +0000
>From [EMAIL PROTECTED] Wed Jul 06 03:52:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Dq7Vc-0003kw-00; Wed, 06 Jul 2005 03:52:04 -0700
Received: from joerg by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Dq7Pw-0001ih-00; Wed, 06 Jul 2005 06:46:12 -0400
From: Daniel Burrows <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#187366: fixed in libsigc++ 1.0.4-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Wed, 06 Jul 2005 06:46:12 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: libsigc++
Source-Version: 1.0.4-8

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

libsigc++-dev_1.0.4-8_i386.deb
  to pool/main/libs/libsigc++/libsigc++-dev_1.0.4-8_i386.deb
libsigc++0c2_1.0.4-8_i386.deb
  to pool/main/libs/libsigc++/libsigc++0c2_1.0.4-8_i386.deb
libsigc++_1.0.4-8.diff.gz
  to pool/main/libs/libsigc++/libsigc++_1.0.4-8.diff.gz
libsigc++_1.0.4-8.dsc
  to pool/main/libs/libsigc++/libsigc++_1.0.4-8.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.
Daniel Burrows <[EMAIL PROTECTED]> (supplier of updated libsigc++ 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.7
Date: Tue,  5 Jul 2005 16:37:08 -0400
Source: libsigc++
Binary: libsigc++0c2 libsigc++-dev
Architecture: source i386
Version: 1.0.4-8
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows <[EMAIL PROTECTED]>
Changed-By: Daniel Burrows <[EMAIL PROTECTED]>
Description: 
 libsigc++-dev - Type-safe Signal Framework for C++ - development files
 libsigc++0c2 - Type-safe Signal Framework for C++ - runtime
Closes: 187366 260256 284612
Changes: 
 libsigc++ (1.0.4-8) unstable; urgency=low
 .
   * Include fixes from -6.1, which got dropped without any obvious
     problems in the last version but should probably be reinstated.
     (Closes: #187366)
 .
   * Re-run libtoolize.  (Closes: #260256, #284612)
 .
   * DH_COMPAT=4; remove a now-unnecessary explicit ldconfig call.
 .
   * Add "using namespace std" to examples/hello_world.cc so it compiles.
Files: 
 e34af3dce6ef00d6b910746cd77bb66c 612 devel optional libsigc++_1.0.4-8.dsc
 2fcd7cf9d8df0b107835f5bc78f91ec0 203337 devel optional 
libsigc++_1.0.4-8.diff.gz
 df95601acce62e0ae2c4b7a68ebd88dd 19874 libs optional 
libsigc++0c2_1.0.4-8_i386.deb
 6e134e3af7899477d08af752fccc1c0a 70838 devel optional 
libsigc++-dev_1.0.4-8_i386.deb

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

iD8DBQFCywMEch6xsM7kSXgRAs3NAKDh3H6ol5jaiG4UHO3ouhyOOF6fFgCgw3p3
44DnBsdbVbBs9gSFyeYI4vg=
=Ybzz
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to