From owner-freebsd-current Sun Nov 22 10:17:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28350 for freebsd-current-outgoing; Sun, 22 Nov 1998 10:17:14 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from nina.pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28345 for ; Sun, 22 Nov 1998 10:17:11 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-8.pagesz.net [208.213.126.8]) by nina.pagesz.net (8.8.7/8.8.7) with ESMTP id NAA04911; Sun, 22 Nov 1998 13:16:39 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id NAA01163; Sun, 22 Nov 1998 13:17:14 -0500 (EST) (envelope-from rhh) Message-ID: <19981122131714.A632@pagesz.net> Date: Sun, 22 Nov 1998 13:17:14 -0500 From: Randall Hopper To: Joel Ray Holveck Cc: current@FreeBSD.ORG Subject: Re: 3.0-RELEASE Feedback Mail-Followup-To: Joel Ray Holveck , current@FreeBSD.ORG References: <19981122100830.A7061@pagesz.net> <861zmvpqd3.fsf@detlev.UUCP> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <861zmvpqd3.fsf@detlev.UUCP>; from Joel Ray Holveck on Sun, Nov 22, 1998 at 11:52:08AM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joel Ray Holveck: |> 2) MAKEDEV doesn't seem to support cd1 |> stealth : /dev # sh MAKEDEV rcd1c |> rcd1c - no such device name |> stealth : /dev # sh MAKEDEV cd1c |> [: 1c: trailing non-numeric characters |> [: 1c: trailing non-numeric characters |> cd1c is invalid -- can't have more than 32 cd devices |> stealth : /dev sh MAKEDEV cd1 |> stealth : /dev # ls -l rcd1* |> /opt/bin/colorls: No match. | |Don't try to make rcd1, cd1c, etc, using MAKEDEV. Use only the basic |device name, and MAKEDEV will create all the raw devices and slices |that are needed. | stealth : /dev # ./MAKEDEV cd1 No dice: stealth : /dev > ls -l *cd1* brw-r----- 1 root wheel 6, 10 Nov 20 19:19 cd1c crw-r--r-- 1 root wheel 15, 8 Nov 20 20:19 rcd1a crw-r--r-- 1 root wheel 15, 10 Nov 20 20:19 rcd1c stealth : /dev # cd /dev stealth : /dev # rm *cd1* stealth : /dev # sh MAKEDEV cd1 stealth : /dev # ls -l *cd1* /opt/bin/colorls: No match. |> 7) Emacs 20.3 package is broken |> emacs 20.3 complains about |> Warning: Lisp directory `/usr/local/share/emacs/20.3/leim' does |> not exist. |> and ediff is unusable: |> Symbol's function definition is void: |> ediff-convert-standard-filename | |Both of these are working fine here. Even though I build Emacs from |source instead of the port, I don't see anywhere in the port (as of |-current or 3.0-release) that should cause these problems. Was this |message before or after installation? Do you have a copy of any ediff |files in /usr/local/share/emacs/site-lisp? No. I haven't modified anything in /usr/local. Just a pkg_add emacs-20.3*. Thanks for the reply. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message