Your message dated Wed, 16 Oct 2002 23:02:08 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#155779: fixed in mklibs 0.1.6 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; 7 Aug 2002 13:20:02 +0000 >From [EMAIL PROTECTED] Wed Aug 07 08:20:02 2002 Return-path: <[EMAIL PROTECTED]> Received: from ip68-100-129-68.nv.nv.cox.net (mx02.derobert.net) [68.100.129.68] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17cQjJ-0006Hu-00; Wed, 07 Aug 2002 08:20:02 -0500 Received: from bohr.local ([192.168.65.5]) by mx02.derobert.net with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 17cQjJ-0000tg-00; Wed, 07 Aug 2002 09:20:01 -0400 Received: from anthony by bohr.local with local (Exim 3.35 #1 (Debian)) id 17cQjG-00070j-00; Wed, 07 Aug 2002 09:20:01 -0400 From: Anthony DeRobertis <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: TypeError: cannot add type "None" to string X-Mailer: reportbug 1.50 Date: Wed, 07 Aug 2002 09:19:58 -0400 Message-Id: <[EMAIL PROTECTED]> Sender: Anthony DeRobertis <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: mklibs Version: 0.1.4 Severity: normal File: /usr/bin/mklibs -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 anthony@bohr:anthony$ mklibs -d /tmp/newlibs /usr/bin/atftp I: library reduction pass 1 73 symbols, 73 unresolved I: library reduction pass 2 180 symbols, 52 unresolved I: library reduction pass 3 205 symbols, 0 unresolved Traceback (most recent call last): File "/usr/bin/mklibs", line 431, in ? ld_file = find_lib(ldlib) File "/usr/bin/mklibs", line 168, in find_lib if os.access(path + "/" + lib, os.F_OK): TypeError: cannot add type "None" to string (atftp is from the atftp package; this machine is running testing) - -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux bohr 2.4.16 #2 SMP Wed Nov 28 05:25:00 EST 2001 i686 Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages mklibs depends on: ii python 2.1.3-3 An interactive object-oriented scr -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9UR6B+z+IwlXqWf4RAtLZAJ0cYtJkRu61j2TJg0yLOa2ft84nKACeNkWf gNLAAMnPmx0Ik6AgF23/qL0= =OsL1 -----END PGP SIGNATURE----- --------------------------------------- Received: (at 155779-close) by bugs.debian.org; 17 Oct 2002 03:08:40 +0000 >From [EMAIL PROTECTED] Wed Oct 16 22:08:40 2002 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18211a-0006EY-00; Wed, 16 Oct 2002 22:08:38 -0500 Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian)) id 1820vI-00032a-00; Wed, 16 Oct 2002 23:02:08 -0400 From: Tollef Fog Heen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.26 $ Subject: Bug#155779: fixed in mklibs 0.1.6 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 16 Oct 2002 23:02:08 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-1.2 required=5.0 tests=PGP_SIGNATURE,SPAM_PHRASE_02_03 version=2.41 X-Spam-Level: We believe that the bug you reported is fixed in the latest version of mklibs, which is due to be installed in the Debian FTP archive: mklibs_0.1.6.dsc to pool/main/m/mklibs/mklibs_0.1.6.dsc mklibs_0.1.6.tar.gz to pool/main/m/mklibs/mklibs_0.1.6.tar.gz mklibs_0.1.6_all.deb to pool/main/m/mklibs/mklibs_0.1.6_all.deb 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. Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated mklibs 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: Thu, 17 Oct 2002 04:43:33 +0200 Source: mklibs Binary: mklibs Architecture: source all Version: 0.1.6 Distribution: unstable Urgency: low Maintainer: Debian Install System Team <[EMAIL PROTECTED]> Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]> Description: mklibs - Shared library reduction script Closes: 154169 155779 Changes: mklibs (0.1.6) unstable; urgency=low . * add -D, --no-default-libs switch to omit default lib path * find dynamic linker by looking at the INTERP header rather than assuming we can infer it from the libc version number. (closes: #155779) * Ensure that the dynamic linker is installed along with the small libs. In the case of glibc, libc.so has calls into ld-linux.so (glibc dynamic linker) so mklibs will always install ld-linux.so when it resolves external references. However, uClibc's libc doesn't call it's dynamic linker (ld-uClibc.so). In that case we have to copy it in manually. * Make sure we install libs under their soname. (closes: #154169) Files: e7fa9f7e40a66d9eb23f2fbe7bf4d533 594 devel optional mklibs_0.1.6.dsc 5b43a0417b8beebed5a4f5cfde10f996 8152 devel optional mklibs_0.1.6.tar.gz 16cd903b4cc0247e7182755869fd60a5 8622 devel optional mklibs_0.1.6_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9riSpQSseMYF6mWoRAkogAJ0XOzg3VF3S7ognJn1yVyP6CZtfUgCbBTjr Oov7BquE8t5FsoXMU27PL5w= =xz2H -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]