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

Bug#169784: marked as done (Problem while installing libc6 2.3.1-4)



Your message dated Thu, 02 Jan 2003 18:35:18 +0900
with message-id <[🔎] 80hecr6gix.wl@oris.opensource.jp>
and subject line Processed: reassign 169784 to libc6
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; 19 Nov 2002 18:35:32 +0000
>From pellein@nerim.fr Tue Nov 19 12:35:32 2002
Return-path: <pellein@nerim.fr>
Received: from mallaury.noc.nerim.net [62.4.17.82] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18EDDf-0005WP-00; Tue, 19 Nov 2002 12:35:32 -0600
Received: from frodon (pellerin.net1.nerim.net [62.212.114.233])
	by mallaury.noc.nerim.net (Postfix) with ESMTP id E980A62E25
	for <submit@bugs.debian.org>; Tue, 19 Nov 2002 19:35:28 +0100 (CET)
From: pellein@nerim.fr
To: submit@bugs.debian.org
Date: Tue, 19 Nov 2002 19:38:49 +0100
MIME-Version: 1.0
Subject: Problem while installing libc6 2.3.1-4
Message-ID: <3DDA9349.27078.1A74F16@localhost>
Priority: normal
X-mailer: Pegasus Mail for Windows (v4.01)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=NO_REAL_NAME,SPAM_PHRASE_02_03
	version=2.41
X-Spam-Level: 

Package: libc6-2.3.1-4

While post-installing this package, an error occurs if apache2 is not installed.
In post-inst script line 176, initial line is :
check=$(sed 's/apache2-common/apache2/ $check) which causes script to exit in case 
sed can't find apache2-common in $check
so, just replace this line by 
check=$(echo $check|sed 's/apache2-common/apache2/)
and everything goes well.
Little problem, big effects...

Thanks for your work.

Cedric Pellerin

---------------------------------------
Received: (at 169784-done) by bugs.debian.org; 2 Jan 2003 09:35:20 +0000
>From gotom@debian.or.jp Thu Jan 02 03:35:19 2003
Return-path: <gotom@debian.or.jp>
Received: from oris.opensource.jp (oris.opensource.gr.jp) [218.44.239.73] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18U1l1-0006G9-00; Thu, 02 Jan 2003 03:35:19 -0600
Received: from oris.opensource.jp (oris.opensource.jp [218.44.239.73])
	by oris.opensource.gr.jp (Postfix) with ESMTP
	id 28063C351C; Thu,  2 Jan 2003 18:35:18 +0900 (JST)
Date: Thu, 02 Jan 2003 18:35:18 +0900
Message-ID: <[🔎] 80hecr6gix.wl@oris.opensource.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: 169784-done@bugs.debian.org
Cc: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Subject: Re: Processed: reassign 169784 to libc6
In-Reply-To: <handler.s.C.103773236130027.transcript@bugs.debian.org>
References: <E18EDad-0005TC-00@riva.lab.dotat.at>
	<handler.s.C.103773236130027.transcript@bugs.debian.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: 169784-done@bugs.debian.org
X-Spam-Status: No, hits=-5.8 required=5.0
	tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT
	version=2.41
X-Spam-Level: 

At Tue, 19 Nov 2002 13:03:26 -0600,
Debian Bug Tracking System wrote:
> > reassign 169784 libc6
> Bug#169784: Problem while installing libc6 2.3.1-4
> Bug reassigned from package `libc6-2.3.1-4' to `libc6'.

> While post-installing this package, an error occurs if apache2 is not installed.
> In post-inst script line 176, initial line is :
> check=$(sed 's/apache2-common/apache2/ $check) which causes script to exit in case 
> sed can't find apache2-common in $check
> so, just replace this line by 
> check=$(echo $check|sed 's/apache2-common/apache2/)
> and everything goes well.
> Little problem, big effects...

It's already fixed in 2.3.1-8.  I close this bug.

Regards,
-- gotom



Reply to: