Skip site navigation (1)Skip section navigation (2)
Date:      22 Nov 1998 12:38:27 -0600
From:      Joel Ray Holveck <joelh@gnu.org>
To:        Randall Hopper <aa8vb@pagesz.net>
Cc:        current@FreeBSD.ORG
Subject:   Re: 3.0-RELEASE Feedback
Message-ID:  <86ww4no9ng.fsf@detlev.UUCP>
In-Reply-To: Randall Hopper's message of "Sun, 22 Nov 1998 13:17:14 -0500"
References:  <19981122100830.A7061@pagesz.net> <861zmvpqd3.fsf@detlev.UUCP> <19981122131714.A632@pagesz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
>>> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ww4no9ng.fsf>