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

Bug#154169: marked as done (mklibs: bug re-introduces (symlinks))



Your message dated Wed, 16 Oct 2002 23:02:08 -0400
with message-id <E1820vI-00032Y-00@auric.debian.org>
and subject line Bug#154169: 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; 24 Jul 2002 17:42:34 +0000
>From tpoindessous@meditrans.fr Wed Jul 24 12:42:34 2002
Return-path: <tpoindessous@meditrans.fr>
Received: from (mail.meditrans.fr) [212.208.234.123] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17XQ9h-0005QY-00; Wed, 24 Jul 2002 12:42:34 -0500
Received: from thomas (ns.meditrans.fr [10.3.100.2])
	by mail.meditrans.fr (8.11.6/8.11.6) with ESMTP id g6OHgSn23766;
	Wed, 24 Jul 2002 19:42:28 +0200
Received: from tpoindessous by thomas with local (Exim 3.35 #1 (Debian))
	id 17XQ9Z-0006la-00; Wed, 24 Jul 2002 19:42:25 +0200
Subject: mklibs: bug re-introduces (symlinks)
Reply-To: thomas@poindessous.com
From: "Thomas Poindessous" <thomas@poindessous.com>
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
X-Mailer: reportbug 1.99.49
Date: Wed, 24 Jul 2002 19:42:24 +0200
Message-Id: <E17XQ9Z-0006la-00@thomas>
Sender: <tpoindessous@meditrans.fr>
Delivered-To: submit@bugs.debian.org

Package: mklibs
Version: 0.1.4
Severity: important

Hi, I tried to rebuild d-i and I looked that symlinks of /lib/ld-2.2.5 to
/lib/ld-linux.so.2 (and others) was missing.

It was removed of mklibs during the last update.

The missing part is :

@@ -427,6 +426,16 @@
 for lib in regexpfilter(os.listdir(dest_path), "(.*-so)$").elems():
     os.remove(dest_path + "/" + lib)
 
+for lib in regexpfilter(os.listdir(dest_path), "(.*so[.\d]*)$").elems():
+    print soname
+    print dest_path + "/" + lib
+    soname = regexpfilter(command("readelf", "--all", dest_path + "/" +
lib),
+                          ".*SONAME.*\[(.*)\].*").elems()[0]
+    try:
+        os.symlink(lib, dest_path + "/" + soname)
+    except OSError:
+        pass
+


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thomas 2.4.18-686 #1 Sun Apr 14 11:32:47 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages mklibs depends on:
ii  python                        2.1.3-3    An interactive object-oriented scr

-- no debconf information


---------------------------------------
Received: (at 154169-close) by bugs.debian.org; 17 Oct 2002 03:08:38 +0000
>From katie@auric.debian.org Wed Oct 16 22:08:38 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18211Z-0006EF-00; Wed, 16 Oct 2002 22:08:37 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1820vI-00032Y-00; Wed, 16 Oct 2002 23:02:08 -0400
From: Tollef Fog Heen <tfheen@debian.org>
To: 154169-close@bugs.debian.org
X-Katie: $Revision: 1.26 $
Subject: Bug#154169: fixed in mklibs 0.1.6
Message-Id: <E1820vI-00032Y-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Wed, 16 Oct 2002 23:02:08 -0400
Delivered-To: 154169-close@bugs.debian.org
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 154169@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tollef Fog Heen <tfheen@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: 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 <debian-boot@lists.debian.org>
Changed-By: Tollef Fog Heen <tfheen@debian.org>
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-----



Reply to: