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

Bug#165790: marked as done (Glibc 2.3.1-2 in unstable broken)



Your message dated Tue, 05 Nov 2002 18:21:11 +0900
with message-id <80ela09xtk.wl@oris.opensource.jp>
and subject line Glibc 2.3.1-2 in unstable broken
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; 21 Oct 2002 19:40:53 +0000
>From jasonmc@sympatico.ca Mon Oct 21 14:40:53 2002
Return-path: <jasonmc@sympatico.ca>
Received: from tomts7.bellnexxia.net (tomts7-srv.bellnexxia.net) [209.226.175.40] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 183iQ0-0002y0-00; Mon, 21 Oct 2002 14:40:53 -0500
Received: from devnull ([64.231.20.37]) by tomts7-srv.bellnexxia.net
          (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP
          id <20021021194041.KWBN12836.tomts7-srv.bellnexxia.net@devnull>
          for <submit@bugs.debian.org>; Mon, 21 Oct 2002 15:40:41 -0400
Content-Type: text/plain;
  charset="us-ascii"
From: jason mclaughlin <jasonmc@sympatico.ca>
To: submit@bugs.debian.org
Subject: Glibc 2.3.1-2 in unstable broken
Date: Mon, 21 Oct 2002 15:40:39 -0400
User-Agent: KMail/1.4.3
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-Id: <200210211540.39667.jasonmc@sympatico.ca>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=1.1 required=5.0
	tests=SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_KMAIL
	version=2.41
X-Spam-Level: *

Package: libc6
Severity: grave

Glibc (libc6 2.3.1-2) in unstable appears to be missing symbols for several functions prototyped in ctype.h; the following trivial piece of code fails to compile:


#include <stdio.h>
#include <ctype.h>

int main() {
        if (isprint('A'))
                printf("%c", toupper('a'));
}

with this error from ld:

/tmp/ccqkNPiO.o(.text+0x7): In function `main':
: undefined reference to `__ctype_b'
collect2: ld returned 1 exit status

This problem only starting occuring after my most recent apt-get upgrade.



---------------------------------------
Received: (at 165790-done) by bugs.debian.org; 5 Nov 2002 09:21:14 +0000
>From gotom@debian.or.jp Tue Nov 05 03:21:14 2002
Return-path: <gotom@debian.or.jp>
Received: from oris.opensource.jp (oris.opensource.gr.jp) [218.44.239.73] ([JwHn2i/9FCbkB6sg4zUzaU8Fop9uxvsC])
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 188ztY-0008Nm-00; Tue, 05 Nov 2002 03:21:13 -0600
Received: from oris.opensource.jp (oris.opensource.jp [218.44.239.73])
	by oris.opensource.gr.jp (Postfix) with ESMTP id 69F6BC33C1
	for <165790-done@bugs.debian.org>; Tue,  5 Nov 2002 18:21:11 +0900 (JST)
Date: Tue, 05 Nov 2002 18:21:11 +0900
Message-ID: <80ela09xtk.wl@oris.opensource.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: 165790-done@bugs.debian.org
Subject: Glibc 2.3.1-2 in unstable broken
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: 165790-done@bugs.debian.org
X-Spam-Status: No, hits=-0.5 required=5.0
	tests=SPAM_PHRASE_00_01,USER_AGENT
	version=2.41
X-Spam-Level: 

glibc 2.3.1-3 fixed __ctype_b problem.

Regards,
-- gotom



Reply to: