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

Bug#34721: marked as done (libc6: glibcbug requires emacs)



Your message dated Tue, 21 Sep 1999 21:25:56 -0700
with message-id <v04205515b40e0a81d63f@[206.163.71.146]>
and subject line libc6: glibcbug requires emacs
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; 17 Mar 1999 17:38:14 +0000
Received: (qmail 1902 invoked from network); 17 Mar 1999 17:38:13 -0000
Received: from rn082110.mrs.umn.edu (146.57.82.110)
  by master.debian.org with SMTP; 17 Mar 1999 17:38:13 -0000
Received: from dan by rn082110.mrs.umn.edu with local (Exim 2.11 #1 (Debian))
	id 10NKGi-0003KI-00; Wed, 17 Mar 1999 11:38:12 -0600
From:  <dan@rn082110.mrs.umn.edu>
Subject: libc6: glibcbug requires emacs
To: submit@bugs.debian.org
X-Mailer: bug 3.1.7
Message-Id: <E10NKGi-0003KI-00@rn082110.mrs.umn.edu>
Date: Wed, 17 Mar 1999 11:38:12 -0600

Package: libc6
Version: 2.1.1-0pre1.3

The script /usr/bin/glibcbug has emacs hard coded into it on line 46.

Currently, it checks for the EDITOR environment variable, and if that is not
set, then it uses emacs.

This should be changed so that if EDITOR is not set, it checks
/usr/bin/editor before going to a predefined editor.

Something like

if [ "$EDITOR" = "" ]; then
	EDITOR="$VISUAL"
	if [ "$EDITOR" = "" ]; then
		if [ -x /usr/bin/editor ]; then
			EDITOR="$($REALPATH /usr/bin/editor)"
		else
			if [ ! -x /bin/ae ]; then
				echo $"$0: Cannot locate a texteditor." >&2
				exit 1
			fi
			EDITOR="ae"
		fi
	fi
fi

(stolen from /usr/bin/bug) should do the trick.

-- System Information
Debian Release: potato
Kernel Version: Linux glibcboy 2.2.3 #11 Fri Mar 12 16:49:42 CST 1999 i686 unknown

Versions of the packages libc6 depends on:
ii  ldso            1.9.10-1.1     The Linux dynamic linker, library and utilit
---------------------------------------
Received: (at 34721-done) by bugs.debian.org; 23 Sep 1999 02:45:20 +0000
Received: (qmail 30380 invoked from network); 23 Sep 1999 02:45:20 -0000
Received: from cerberus.espy.org (mail@206.163.71.145)
  by master.debian.org with SMTP; 23 Sep 1999 02:45:20 -0000
Received: from hercules.espy.org [206.163.71.146] 
	by cerberus.espy.org with esmtp (Exim 3.03 #1 (Debian GNU/Linux))
	id 11Tynq-00081S-01; Wed, 22 Sep 1999 19:40:10 -0700
Mime-Version: 1.0
X-Sender: jk@mail.espy.org
Message-Id: <v04205515b40e0a81d63f@[206.163.71.146]>
Date: Tue, 21 Sep 1999 21:25:56 -0700
To: 34721-done@bugs.debian.org
From: Joel Klecker <jk@espy.org>
Subject: Re: libc6: glibcbug requires emacs
Content-Type: text/plain; charset="us-ascii" ; format="flowed"

I fixed this by using sensible-editor instead of emacs.
-- 
Joel Klecker (aka Espy)       <URL:mailto:espy@debian.org>
Debian Package Maintainer for the GNU C Library.


Reply to: