[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#433388: marked as done (mklibs-readelf: Add support for STT_NOTYPE as needed for alpha)



Your message dated Mon, 16 Jul 2007 21:17:04 +0000
with message-id <E1IAXwG-0003KZ-Th@ries.debian.org>
and subject line Bug#433388: fixed in mklibs 0.1.24
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)

--- Begin Message ---
Package: mklibs
Version: 0.1.23
Severity: important
Tags: patch

Please apply attach patch soonest.
I understand this is the change needed to get mklibs working again for 
alpha so we will finally have working daily images again.

diff -Nru /tmp/ovTrMS7aP7/mklibs-0.1.23/debian/changelog /tmp/nNr4BdcWrq/mklibs-0.1.24/debian/changelog
--- /tmp/ovTrMS7aP7/mklibs-0.1.23/debian/changelog	2007-06-11 09:58:05.000000000 +0200
+++ /tmp/nNr4BdcWrq/mklibs-0.1.24/debian/changelog	2007-07-16 21:59:13.000000000 +0200
@@ -1,3 +1,9 @@
+mklibs (0.1.24) UNRELEASED; urgency=low
+
+  * mklibs-readelf: add support for STT_NOTYPE as required for alpha.
+
+ -- Frans Pop <fjp@debian.org>  Mon, 16 Jul 2007 21:58:23 +0200
+
 mklibs (0.1.23) unstable; urgency=low
 
   * Fix ld name detection.
diff -Nru /tmp/ovTrMS7aP7/mklibs-0.1.23/src/mklibs-readelf/main.cpp /tmp/nNr4BdcWrq/mklibs-0.1.24/src/mklibs-readelf/main.cpp
--- /tmp/ovTrMS7aP7/mklibs-0.1.23/src/mklibs-readelf/main.cpp	2007-06-06 09:56:43.000000000 +0200
+++ /tmp/nNr4BdcWrq/mklibs-0.1.24/src/mklibs-readelf/main.cpp	2007-07-16 21:58:14.000000000 +0200
@@ -72,7 +72,7 @@
     uint8_t type = symbol->get_type ();
     if (shndx == SHN_UNDEF || shndx == SHN_ABS)
       continue;
-    if (type == STT_OBJECT || type == STT_FUNC || type == STT_COMMON || type == STT_TLS)
+    if (type == STT_OBJECT || type == STT_FUNC || type == STT_COMMON || type == STT_TLS || type == STT_NOTYPE)
       std::cout << symbol->get_name_string () << ' ' << (bind == STB_WEAK ? "True" : "False") << '\n';
   }
 }

Attachment: pgpmCTdVXTwt6.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: mklibs
Source-Version: 0.1.24

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-copy_0.1.24_amd64.deb
  to pool/main/m/mklibs/mklibs-copy_0.1.24_amd64.deb
mklibs_0.1.24.dsc
  to pool/main/m/mklibs/mklibs_0.1.24.dsc
mklibs_0.1.24.tar.gz
  to pool/main/m/mklibs/mklibs_0.1.24.tar.gz
mklibs_0.1.24_all.deb
  to pool/main/m/mklibs/mklibs_0.1.24_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 433388@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 16 Jul 2007 21:01:07 +0000
Source: mklibs
Binary: mklibs mklibs-copy
Architecture: source all amd64
Version: 0.1.24
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description: 
 mklibs     - Shared library reduction script
 mklibs-copy - Shared library reduction script
Closes: 433388
Changes: 
 mklibs (0.1.24) unstable; urgency=low
 .
   * Also check for symboles without type. (closes: #433388)
Files: 
 dd22d52ff5b7528a4d42eddf39de8345 741 devel optional mklibs_0.1.24.dsc
 6d52fc4b900c5eecba979d9add0328b5 111098 devel optional mklibs_0.1.24.tar.gz
 8beed82c2ba6a01ca7b58127255a9e3d 34266 devel optional mklibs-copy_0.1.24_amd64.deb
 341ceab485a64e3cd34eaa25d6e6aed8 11490 devel optional mklibs_0.1.24_all.deb

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

iEYEARECAAYFAkab3TQACgkQLkAIIn9ODhGR7gCeJV5FZG6RbRjfZ4QvErjcUW3K
cHsAn1EW2F3HWBvCv4RJOJ5SSnZZNlVM
=7o62
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: