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

Bug#57577: marked as done (devpts.sh: unexpected end of file (patch included))



Your message dated Wed, 9 Feb 2000 07:36:20 -0800
with message-id <v04220802b4c73957543d@[206.163.71.146]>
and subject line Bug#57577: devpts.sh: unexpected end of file (patch included)
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Feb 2000 17:47:02 +0000
Received: (qmail 20858 invoked from network); 8 Feb 2000 17:47:02 -0000
Received: from mail-gw2.uk.oracle.com (193.128.103.1)
  by master.debian.org with SMTP; 8 Feb 2000 17:47:02 -0000
Received: from mail-relay1.uk.oracle.com (gatekeeper2.uk.oracle.com [193.128.102.3])
	by mail-gw2.uk.oracle.com (8.9.3/8.9.3) with ESMTP id RAA11818
	for <submit@bugs.debian.org>; Tue, 8 Feb 2000 17:46:56 GMT
Received: from mailm1 (mailm1.de.oracle.com [140.84.4.204])
	by mail-relay1.uk.oracle.com (8.9.3/8.9.3) with ESMTP id RAA28298
	for <submit@bugs.debian.org>; Tue, 8 Feb 2000 17:46:54 GMT
Received: from de.oracle.com by mailm1 (8.8.8+Sun/SMI-SVR4)
	id SAA08668; Tue, 8 Feb 2000 18:45:18 +0100 (MET)
Sender: weigo@de.oracle.com
Message-ID: <38A0642B.5D66E7CC@de.oracle.com>
Date: Tue, 08 Feb 2000 18:44:59 +0000
From: Dirk Weigenand <dweigena@de.oracle.com>
Reply-To: dweigena@de.oracle.com
Organization: Oracle Deutschland GmbH
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: devpts.sh: unexpected end of file (patch included)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: libc6
Version: 2.1.3

When upgrading libc6 while doing an 'apt-get update && apt-get
dist-upgrade' there is an error when dpkg configures libc6 (i.e. in the
post-install stage).

The culprit is in /etc/init.d/devpts.sh in line 16 at the end of the
function make_devpts. The curly opening brace should really be a closing
one.

This bug is present in the last three versions of the libc6 package.

Below is a unified diff that fixes the problem.


regards,
                Dirk
Libc6 version:

dweigena:/tmp# dpkg --list libc6
Desired=Unknown/Install/Remove/Purge
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================

ii  libc6          2.1.3-1        GNU C Library: Shared libraries and
Timezone

--- devpts.sh.orig      Tue Feb  8 19:30:44 2000
+++ devpts.sh   Tue Feb  8 19:30:27 2000
@@ -13,7 +13,7 @@
 make_devpts()
 {
     [ -d /dev/pts ] || mkdir --mode=755 /dev/pts
-{
+}

 mount_devpts_fs()
 {

PS: It fixes bug report #57195.

---------------------------------------
Received: (at 57577-done) by bugs.debian.org; 9 Feb 2000 22:39:14 +0000
Received: (qmail 28184 invoked from network); 9 Feb 2000 22:39:14 -0000
Received: from cerberus.espy.org (mail@206.163.71.145)
  by master.debian.org with SMTP; 9 Feb 2000 22:39:14 -0000
Received: from hercules.espy.org ([206.163.71.146]) [::ffff:206.163.71.146] 
	by cerberus.espy.org with esmtp (Exim 3.12 #1 (Debian GNU/Linux))
	id 12IflM-0001Nn-00; Wed, 09 Feb 2000 14:39:08 -0800
Mime-Version: 1.0
X-Sender: jk@mail.espy.org
Message-Id: <v04220802b4c73957543d@[206.163.71.146]>
In-Reply-To: <38A0642B.5D66E7CC@de.oracle.com>
References: <38A0642B.5D66E7CC@de.oracle.com>
Date: Wed, 9 Feb 2000 07:36:20 -0800
To: 57577-done@bugs.debian.org
From: Joel Klecker <jk@espy.org>
Subject: Re: Bug#57577: devpts.sh: unexpected end of file (patch included)
Content-Type: text/plain; charset="us-ascii"

>Package: libc6
>Version: 2.1.3
>
>When upgrading libc6 while doing an 'apt-get update && apt-get
>dist-upgrade' there is an error when dpkg configures libc6 (i.e. in the
>post-install stage).
>
>The culprit is in /etc/init.d/devpts.sh in line 16 at the end of the
>function make_devpts. The curly opening brace should really be a closing
>one.
>
>This bug is present in the last three versions of the libc6 package.

Actually, it isn't. You didn't say I to the dpkg conffile prompt. cp
/etc/init.d/devpts.sh.dpkg-dist /etc/init.d/devpts.sh.
-- 
Joel Klecker (aka Espy)                    Debian GNU/Linux Developer
<URL:mailto:jk@espy.org>                 <URL:mailto:espy@debian.org>
<URL:http://web.espy.org/>               <URL:http://www.debian.org/>


Reply to: