Bug#332774: marked as done (mklibs: Improved debugging output)
Your message dated Mon, 24 Oct 2005 03:26:49 +0200
with message-id <200510240326.50511.aragorn@tiscali.nl>
and subject line mklibs: Improved debugging output
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; 8 Oct 2005 13:59:46 +0000
>From aragorn@tiscali.nl Sat Oct 08 06:59:46 2005
Return-path: <aragorn@tiscali.nl>
Received: from smtp-out3.tiscali.nl [195.241.79.178]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EOFEo-0005O0-00; Sat, 08 Oct 2005 06:59:46 -0700
Received: from [195.240.184.66] (helo=strider.fjphome.nl)
by smtp-out3.tiscali.nl with esmtp (Tiscali http://www.tiscali.nl)
id 1EOFEn-0004pw-LM
for <submit@bugs.debian.org>; Sat, 08 Oct 2005 15:59:45 +0200
From: Frans Pop <aragorn@tiscali.nl>
To: submit@bugs.debian.org
Subject: mklibs: Improved debugging output
Date: Sat, 8 Oct 2005 15:59:47 +0200
User-Agent: KMail/1.7.2
MIME-Version: 1.0
Content-Type: multipart/signed;
boundary="nextPart1328925.qSQUS7cIj0";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <[🔎] 200510081559.47978.aragorn@tiscali.nl>
Delivered-To: submit@bugs.debian.org
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-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--nextPart1328925.qSQUS7cIj0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Package: mklibs
Version: 0.1.16
Severity: wishlist
The patch below also shows what symbols are added to the list of undefined=
=20
symbols when processing a library, similar to existing debugging output=20
for provided_symbols.
This was very useful to me when debugging #330831.
=2D-- /usr/bin/mklibs.orig 2005-09-12 15:37:01.000000000 +0200
+++ /usr/bin/mklibs 2005-10-08 15:46:09.261466080 +0200
@@ -157,6 +157,7 @@
if match:
bind, ndx, name =3D match.groups()
if bind !=3D "LOCAL" and ndx =3D=3D "UND":
+ debug(DEBUG_SPAM, "undefined_symbols adding", `name`)
result.add((name, bind =3D=3D "WEAK"))
return result
--nextPart1328925.qSQUS7cIj0
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBDR9DTgm/Kwh6ICoQRAq1HAKDDzbZQ2D4wZkIk18NvFkfNn6UOdACcDUeH
P0oomzXKrKiTP9v5xJ0Kygg=
=H1O7
-----END PGP SIGNATURE-----
--nextPart1328925.qSQUS7cIj0--
---------------------------------------
Received: (at 332774-done) by bugs.debian.org; 24 Oct 2005 01:26:33 +0000
>From aragorn@tiscali.nl Sun Oct 23 18:26:32 2005
Return-path: <aragorn@tiscali.nl>
Received: from smtp-out0.tiscali.nl [195.241.79.175]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ETr6e-0004os-00; Sun, 23 Oct 2005 18:26:32 -0700
Received: from [195.240.184.66] (helo=strider.fjphome.nl)
by smtp-out0.tiscali.nl with esmtp (Tiscali http://www.tiscali.nl)
id 1ETr6d-00047v-9Z
for <332774-done@bugs.debian.org>; Mon, 24 Oct 2005 03:26:31 +0200
From: Frans Pop <aragorn@tiscali.nl>
To: 332774-done@bugs.debian.org
Subject: mklibs: Improved debugging output
Date: Mon, 24 Oct 2005 03:26:49 +0200
User-Agent: KMail/1.7.2
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200510240326.50511.aragorn@tiscali.nl>
Delivered-To: 332774-done@bugs.debian.org
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-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Version: 0.1.18
Fixed in mklibs 0.1.18, but not closed because of typo in changelog.
Reply to: