From owner-freebsd-current Sun Nov 22 10:39:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00307 for freebsd-current-outgoing; Sun, 22 Nov 1998 10:39:19 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from detlev.UUCP (29-sweet.camalott.com [208.239.153.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00301 for ; Sun, 22 Nov 1998 10:39:14 -0800 (PST) (envelope-from joelh@gnu.org) Received: (from joelh@localhost) by detlev.UUCP (8.9.1/8.9.1) id MAA20590; Sun, 22 Nov 1998 12:38:30 -0600 (CST) (envelope-from joelh) To: Randall Hopper Cc: current@FreeBSD.ORG Subject: Re: 3.0-RELEASE Feedback References: <19981122100830.A7061@pagesz.net> <861zmvpqd3.fsf@detlev.UUCP> <19981122131714.A632@pagesz.net> From: Joel Ray Holveck Date: 22 Nov 1998 12:38:27 -0600 In-Reply-To: Randall Hopper's message of "Sun, 22 Nov 1998 13:17:14 -0500" Message-ID: <86ww4no9ng.fsf@detlev.UUCP> Lines: 40 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>> 2) MAKEDEV doesn't seem to support cd1 >> 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. > 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. Sorry, I omitted one minor detail. MAKEDEV syntax means that you use the number of devices. If you want to create cd0 and cd1's stuff, you must MAKEDEV cd2 (ie, 2 devices). >>> 7) Emacs 20.3 package is broken >> 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. I'll investigate this. I'm not sure about the ediff; the leim I suspect may be a bug in pkg_add. Happy hacking, joelh -- Joel Ray Holveck - joelh@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message