Your message dated Sat, 13 Nov 2004 16:20:40 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#277972: glibc: Please change the remaining instances of 
'lib64' to 'lib' on amd64
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; 23 Oct 2004 19:49:50 +0000
>From [EMAIL PROTECTED] Sat Oct 23 12:49:50 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c214235.adsl.hansenet.de (localhost.localdomain) 
[213.39.214.235] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CLRte-0003Ql-00; Sat, 23 Oct 2004 12:49:50 -0700
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CLRvv-0005mi-OB; Sat, 23 Oct 2004 21:52:11 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: glibc: Please change the remaining instances of 'lib64' to 'lib' on 
amd64
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 23 Oct 2004 21:52:11 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: glibc
Severity: wishlist
Tags: patch

The attached patch changes the remaining two instances of 'lib64' to 'lib'
on amd64 by patching the files 'sysdeps/unix/sysv/linux/x86_64/ldconfig.h' 
and 'sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed'. 

The two patches are appended to the 'debian/patches/amd64-lib.dpatch' file
which already contains the change of the libdir directory from 'lib64' to 
'lib' on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/glibc-2.3.2.ds1/debian/patches/amd64-lib.dpatch 
./debian/patches/amd64-lib.dpatch
--- ../tmp-orig/glibc-2.3.2.ds1/debian/patches/amd64-lib.dpatch 2004-10-23 
19:31:41.841744664 +0000
+++ ./debian/patches/amd64-lib.dpatch   2004-10-20 12:56:58.000000000 +0000
@@ -6,7 +6,7 @@
 # DP: Patch author: 
 # DP: Upstream status: Debian-Specific
 # DP: Status Details: 
-# DP: Date: 2004-06-07
+# DP: Date: 2004-10-20
 
 if [ $# -ne 2 ]; then
     echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
@@ -44,3 +44,22 @@
    mips/mips64/n64/* )
      libc_cv_slibdir="/lib64"
      if test "$libdir" = '${exec_prefix}/lib'; then
+--- ldconfig.h 2002-04-22 11:51:40.000000000 +0000
++++ glibc-2.3.2/sysdeps/unix/sysv/linux/x86_64/ldconfig.h      2004-10-07 
14:47:52.649686928 +0000
+@@ -20,7 +20,7 @@
+ 
+ #define SYSDEP_KNOWN_INTERPRETER_NAMES \
+   { "/lib/ld-linux.so.2", FLAG_ELF_LIBC6 }, \
+-  { "/lib64/ld-linux-x86-64.so.2", FLAG_ELF_LIBC6 },
++  { "/lib/ld-linux-x86-64.so.2", FLAG_ELF_LIBC6 },
+ #define SYSDEP_KNOWN_LIBRARY_NAMES \
+   { "libc.so.6", FLAG_ELF_LIBC6 },    \
+   { "libm.so.6", FLAG_ELF_LIBC6 },
+
+--- ldd-rewrite.sed    2002-04-09 08:39:14.000000000 +0000
++++ glibc-2.3.2/sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed 2004-10-20 
12:56:17.929716960 +0000
+@@ -1,3 +1,3 @@
+ /LD_TRACE_LOADED_OBJECTS=1/a\
+ add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
+-s_^\(RTLDLIST=\)\(.*lib\)\(\|64\)\(/[^/]*\)\(-x86-64\)\(\.so\.[0-9.]*\)[      
]*$_\1"\2\4\6 \264\4\5\6"_
++s_^\(RTLDLIST=\)\(.*lib\)\(\|64\)\(/[^/]*\)\(-x86-64\)\(\.so\.[0-9.]*\)[      
]*$_\1"\2\4\6 \2\4\5\6"_

---------------------------------------
Received: (at 277972-done) by bugs.debian.org; 13 Nov 2004 21:20:42 +0000
>From [EMAIL PROTECTED] Sat Nov 13 13:20:42 2004
Return-path: <[EMAIL PROTECTED]>
Received: from nevyn.them.org [66.93.172.17] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CT5K5-0000U6-00; Sat, 13 Nov 2004 13:20:42 -0800
Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian))
        id 1CT5K4-0007Xb-MP; Sat, 13 Nov 2004 16:20:40 -0500
Date: Sat, 13 Nov 2004 16:20:40 -0500
From: Daniel Jacobowitz <[EMAIL PROTECTED]>
To: Andreas Jochens <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#277972: glibc: Please change the remaining instances of 
'lib64' to 'lib' on amd64
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

On Sat, Oct 23, 2004 at 09:52:11PM +0200, Andreas Jochens wrote:
> Package: glibc
> Severity: wishlist
> Tags: patch
> 
> The attached patch changes the remaining two instances of 'lib64' to 'lib'
> on amd64 by patching the files 'sysdeps/unix/sysv/linux/x86_64/ldconfig.h' 
> and 'sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed'. 
> 
> The two patches are appended to the 'debian/patches/amd64-lib.dpatch' file
> which already contains the change of the libdir directory from 'lib64' to 
> 'lib' on amd64.

For the same reason as the other bug you filed about this issue
(#277852), this patch will not be applied.  Sorry.

-- 
Daniel Jacobowitz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to