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

Bug#197668: marked as done (libc6: __ctype_b_loc is not properly exported)



Your message dated Mon, 16 Jun 2003 22:26:02 -0400
with message-id <20030617022602.GB22569@nevyn.them.org>
and subject line Bug#197668: libc6: __ctype_b_loc is not properly exported
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; 16 Jun 2003 18:56:09 +0000
>From eric@lnxi.com Mon Jun 16 13:56:08 2003
Return-path: <eric@lnxi.com>
Received: from (ash.lnxi.com) [208.177.141.226] 
	by master.debian.org with smtp (Exim 3.35 1 (Debian))
	id 19Rz9D-0006aH-00; Mon, 16 Jun 2003 13:56:07 -0500
Received: (qmail 23223 invoked from network); 16 Jun 2003 18:55:28 -0000
Received: from unknown (HELO maxwell.lnxi.com) (192.168.20.129)
  by ash.lnxi.com with SMTP; 16 Jun 2003 18:55:28 -0000
Received: from eric by maxwell.lnxi.com with local (Exim 3.35 #1 (Debian))
	id 19Rz9u-0005sV-00; Mon, 16 Jun 2003 12:56:50 -0600
From: Eric W. Biederman <eric@maxwell.lnxi.com>
Subject: libc6: __ctype_b_loc is not properly exported
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10.1
Message-Id: <[🔎] E19Rz9u-0005sV-00@maxwell.lnxi.com>
Sender: "Eric W. Biederman" <eric@lnxi.com>
Date: Mon, 16 Jun 2003 12:56:50 -0600
X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/)
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_10,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_06_10
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_10 (1.174.2.15-2003-03-30-exp)

Package: libc6
Version: 2.3.1-17
Severity: important

Programs using <ctype.h> cannot be compiles against 2.3.1-16 or 2.3.1-17 because
__ctype_b_loc is not properly exported from glibc.  It only shows up as 
__ctype_b_loc@@GLIBC_2.3.  I think that is the problem but I am not familiar 
enough with symbol versioning to be certain.

A temporary work around is to revert to the libc6-dev 2.2.5-11.5 but it certainly
not satifying.

-- System Information
Debian Release: 3.0
Kernel Version: Linux maxwell.lnxi.com 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown

Versions of the packages libc6 depends on:
ri  libdb1-compat  2.1.3-7        The Berkeley database routines [glibc 2.0/2.


---------------------------------------
Received: (at 197668-done) by bugs.debian.org; 17 Jun 2003 02:26:14 +0000
>From drow@false.org Mon Jun 16 21:26:10 2003
Return-path: <drow@false.org>
Received: from crack.them.org [146.82.138.56] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19S6Ak-00083Q-00; Mon, 16 Jun 2003 21:26:10 -0500
Received: from dsl093-172-017.pit1.dsl.speakeasy.net
	([66.93.172.17] helo=nevyn.them.org ident=mail)
	by crack.them.org with asmtp (Exim 3.12 #1 (Debian))
	id 19S6BW-0004Aj-00
	for <197668-done@bugs.debian.org>; Mon, 16 Jun 2003 21:26:58 -0500
Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian))
	id 19S6Ac-0005tU-00
	for <197668-done@bugs.debian.org>; Mon, 16 Jun 2003 22:26:02 -0400
Date: Mon, 16 Jun 2003 22:26:02 -0400
From: Daniel Jacobowitz <dan@debian.org>
To: 197668-done@bugs.debian.org
Subject: Re: Bug#197668: libc6: __ctype_b_loc is not properly exported
Message-ID: <20030617022602.GB22569@nevyn.them.org>
References: <[🔎] E19Rz9u-0005sV-00@maxwell.lnxi.com> <[🔎] 20030616191702.GA9098@nevyn.them.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20030616191702.GA9098@nevyn.them.org>
User-Agent: Mutt/1.5.1i
Delivered-To: 197668-done@bugs.debian.org
X-Spam-Status: No, hits=-21.8 required=4.0
	tests=BAYES_20,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,
	      REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT
	autolearn=ham version=2.53-bugs.debian.org_2003_06_10
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_10 (1.174.2.15-2003-03-30-exp)

On Mon, Jun 16, 2003 at 03:17:02PM -0400, Daniel Jacobowitz wrote:
> On Mon, Jun 16, 2003 at 12:56:50PM -0600, Eric W. Biederman wrote:
> > Package: libc6
> > Version: 2.3.1-17
> > Severity: important
> > 
> > Programs using <ctype.h> cannot be compiles against 2.3.1-16 or 2.3.1-17 because
> > __ctype_b_loc is not properly exported from glibc.  It only shows up as 
> > __ctype_b_loc@@GLIBC_2.3.  I think that is the problem but I am not familiar 
> > enough with symbol versioning to be certain.
> > 
> > A temporary work around is to revert to the libc6-dev 2.2.5-11.5 but it certainly
> > not satifying.
> 
> This is not enough information.  Please provide a small test case.
> 
> Probably you have an old static library lying around somewhere.

Closing this since Eric opened another copy with a better email
address.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: