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

Bug#224207: marked as done (libc6-i686: Doesn't work with kernel 2.4 + nptl patch)



Your message dated Thu, 21 Apr 2005 16:25:31 +0900
with message-id <81zmvs382c.wl@omega.webmasters.gr.jp>
and subject line Bug#224248: Setting severity to wishlist, tagging wontfix
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; 17 Dec 2003 01:37:30 +0000
>From dexter@netia.net.pl Tue Dec 16 19:37:30 2003
Return-path: <dexter@netia.net.pl>
Received: from lars.internetia.pl [195.114.173.133] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AWKaV-0002bm-00; Tue, 16 Dec 2003 13:10:31 -0600
Received: from granat.internetia.pl ([195.114.173.177] helo=[10.0.2.2])
	by lars.internetia.pl with esmtp (Exim 3.35)
	envelope-from <dexter@netia.net.pl>
	for <submit@bugs.debian.org>
	id 1AWKaR-00021Y-00; Tue, 16 Dec 2003 20:10:27 +0100
Date: Tue, 16 Dec 2003 20:10:36 +0100 (CET)
From: Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl>
To: Debian Bug Tracking System - Submit <submit@bugs.debian.org>
Subject: libc6-i686: Doesn't work with kernel 2.4 + nptl patch
Message-ID: <Pine.LNX.4.56.0312161959480.16195@ginger.netia.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15
X-Spam-Level: 

Package: libc6-i686
Version: 2.3.2.ds1-10
Severity: important

The libc6-i686 doesn't work with kernel 2.4 with applied nptl patch.

$ /lib/tls/ld-linux.so.2
FATAL: kernel too old
$ uname -a
Linux ginger 2.4.22pre1-redhat-4.0.1.el-pentiumiii #1 Tue Nov 25 15:51:05 CET 2003 i686 GNU/Linux

See http://kernellabo.alioth.debian.org/kernellabo/packages/redhat/ for
kernel package built from RedHat sources.

The linker's message is caused by bad test on kernel version number.

The RedHat provides additional patch. This code checks if it is
implemented __NR_set_tid_address syscall. Additional test is checking of
"ntpl" string in kernel version (which would not correct for other kernel
flavours).

I've extracted this patch and prepared simple test. If you run attached
glibc-nptl-check on kernel with NTPL, you should get '2'. On kernel
without NTPL you should get '1'. It might be a first step to modifing
Debian's libc6 linker.

-- 
Piotr Roszatycki, Netia S.A.                            .''`.
mailto:Piotr_Roszatycki@netia.net.pl                   : :' :
mailto:dexter@debian.org                               `. `'
                                                         `-

---------------------------------------
Received: (at 224207-done) by bugs.debian.org; 21 Apr 2005 07:25:33 +0000
>From gotom@debian.or.jp Thu Apr 21 00:25:32 2005
Return-path: <gotom@debian.or.jp>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DOW44-0004fj-00; Thu, 21 Apr 2005 00:25:32 -0700
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
	by webmasters.gr.jp (Postfix) with ESMTP
	id 63EA0DEB79; Thu, 21 Apr 2005 16:25:31 +0900 (JST)
Date: Thu, 21 Apr 2005 16:25:31 +0900
Message-ID: <81zmvs382c.wl@omega.webmasters.gr.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: 224248-done@bugs.debian.org, 224207-done@bugs.debian.org
Cc: Jeff Bailey <jbailey@nisa.net>
Subject: Re: Bug#224248: Setting severity to wishlist, tagging wontfix
In-Reply-To: <1072034246.1229.29.camel@outpost.dnsalias.org>
References: <1072034246.1229.29.camel@outpost.dnsalias.org>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: 224207-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(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_2005_01_02
X-Spam-Level: 

At Sun, 21 Dec 2003 14:17:26 -0500,
Jeff Bailey wrote:
> The glibc DDs have discussed this a few times - We've chosen not to
> support 2.4 systems patched to support NPTL.
> 
> Some of the reasons for this include:
> 1) Not supported by either upstream (which means that we may wind up
> taking on more aspects of kernel support than we're interested in)
> 
> 2) Not supported by the Debian kernel maintainer.
> 
> 3) 2.6.0 is out now.
> 
> Also, the glibc that supports NPTL has been built with the minimum
> kernel version set as 2.6, which gives us a chance to remove some old
> compatibility code.

As Jeff wrote in the previous mail, this wishlist was marked as
wontfix.  2.6 is widely used, and it has been replaced 2.4 kernel.
Nowadays sarge is mostly freezing, so this decision will not be
changed.

I close this report now.  If you disagree with it, I recommend you to
create or use kernel 2.4 + nptl support.  But I think using 2.6 is
easier than creating/preparing nptl 2.4 kernel.

Regards,
-- gotom




Reply to: