Date: Sun, 22 Nov 1998 13:17:14 -0500 From: Randall Hopper <aa8vb@pagesz.net> To: Joel Ray Holveck <joelh@gnu.org> Cc: current@FreeBSD.ORG Subject: Re: 3.0-RELEASE Feedback Message-ID: <19981122131714.A632@pagesz.net> In-Reply-To: <861zmvpqd3.fsf@detlev.UUCP>; from Joel Ray Holveck on Sun, Nov 22, 1998 at 11:52:08AM -0600 References: <19981122100830.A7061@pagesz.net> <861zmvpqd3.fsf@detlev.UUCP>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981122131714.A632>
