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

Bug#365227: marked as done (detect libc.so.0.1 (kfreebsd-i386 and kfreebsd-amd64))



Your message dated Fri, 24 Jul 2009 11:02:35 +0000
with message-id <E1MUIXr-00021n-O5@ries.debian.org>
and subject line Bug#365227: fixed in mklibs 0.1.29
has caused the Debian Bug report #365227,
regarding detect libc.so.0.1 (kfreebsd-i386 and kfreebsd-amd64)
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 owner@bugs.debian.org
immediately.)


-- 
365227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365227
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: mklibs
Version: 0.1.20+kbsd
Severity: normal
Tags: patch

Patch attached to detect libc.so.0.1 as well as .6 and .6.1.  This is needed
for GNU/kFreeBSD.

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 6.0-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages mklibs depends on:
ii  binutils             2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  gcc                  4:4.0.2-2           The GNU C compiler
ii  python2.4            2.4.1-4+kbsd        An interactive high-level object-o

Versions of packages mklibs recommends:
ii  libc0.1-pic [glibc-pic]       2.3.6-7    GNU C Library: PIC archive library

-- no debconf information
diff -ur mklibs-0.1.20.old/debian/control mklibs-0.1.20/debian/control
--- mklibs-0.1.20.old/debian/control	2005-11-05 15:30:50.000000000 +0100
+++ mklibs-0.1.20/debian/control	2006-04-28 17:22:26.000000000 +0200
@@ -9,7 +9,7 @@
 Package: mklibs
 Architecture: all
 Depends: python2.4, binutils, gcc
-Recommends: libc6-pic | libc6.1-pic
+Recommends: libc6-pic | glibc-pic
 Description: Shared library reduction script
  mklibs produces cut-down shared libraries that contain only the
  routines required by a particular set of executables.  This is
diff -ur mklibs-0.1.20.old/src/mklibs.py mklibs-0.1.20/src/mklibs.py
--- mklibs-0.1.20.old/src/mklibs.py	2006-01-10 19:27:17.000000000 +0100
+++ mklibs-0.1.20/src/mklibs.py	2006-04-28 17:24:21.000000000 +0200
@@ -481,7 +481,7 @@
                 symbols = []
 
             # libc.so.6 needs its soinit.o and sofini.o as well as the pic
-            if (soname == "libc.so.6" or soname == "libc.so.6.1"):
+            if (soname == "libc.so.6" or soname == "libc.so.6.1" or soname == "libc.so.0.1"):
                 # force dso_handle.os to be included, otherwise reduced libc
                 # may segfault in ptmalloc_init due to undefined weak reference
                 extra_flags = find_lib(ldlib)

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

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

Debian distribution maintenance software
pp.
Aurelien Jarno <aurel32@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.8
Date: Fri, 24 Jul 2009 11:59:23 +0200
Source: mklibs
Binary: mklibs mklibs-copy
Architecture: source kfreebsd-i386 all
Version: 0.1.29
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <aurel32@debian.org>
Changed-By: Aurelien Jarno <aurel32@debian.org>
Description: 
 mklibs     - Shared library reduction script
 mklibs-copy - Shared library reduction script
Closes: 365227
Changes: 
 mklibs (0.1.29) unstable; urgency=low
 .
   [ Aurelien Jarno ]
   * mklibs: detect libc.so.0.1 (GNU/kFreeBSD) and libc.so.0.3 (GNU Hurd) as
     well. (closes: #365227)
   * debian/control: also recommend libc0.1-pic (GNU/kFreeBSD) and libc0.3-pic
     (GNU Hurd).
Checksums-Sha1: 
 f9a44234f9c37b1c663a9878752e56e492e5296b 966 mklibs_0.1.29.dsc
 6442b646a9747fa92e8c7ca1aed49b014b6c4487 114608 mklibs_0.1.29.tar.gz
 ac435b0588558083d4fc54d38db0788f5b527e68 45084 mklibs-copy_0.1.29_kfreebsd-i386.deb
 aefe3160f25c48198dab13934127ac058f4f25ce 13296 mklibs_0.1.29_all.deb
Checksums-Sha256: 
 de153d919c9480a8bc538064aeaeca6fb63b31b346d3bdf8d7c3f26e0b711477 966 mklibs_0.1.29.dsc
 4fa849f461797c21b033e9aff1025a003b01015f2398f19d60a689e89f474056 114608 mklibs_0.1.29.tar.gz
 2e4e4aa06a52c50472452434de06c5f84d4d6186d5125bb2e0a5c46d9c88e200 45084 mklibs-copy_0.1.29_kfreebsd-i386.deb
 fd1f3c6a879359e233c2f7f90059ef618499fcc2821a8f233ed8bef819ca8f44 13296 mklibs_0.1.29_all.deb
Files: 
 b218f791521bb566f30549bb06a0c592 966 devel optional mklibs_0.1.29.dsc
 7f35dfdbde249a090199829c1a1222d8 114608 devel optional mklibs_0.1.29.tar.gz
 d7ce0ee731493b6f2ec1d4f26d2697d6 45084 devel optional mklibs-copy_0.1.29_kfreebsd-i386.deb
 38ae0211c83e3f37421e90f53dc5b37d 13296 devel optional mklibs_0.1.29_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/kFreeBSD)

iD8DBQFKaYuEw3ao2vG823MRAmLGAJ0fc9tPBfxC6T7YrIaXoFntX9JhHgCgiIE2
DdHZP4owf+gUq7krWIQOoZ8=
=KRsm
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: