Re: BSD Newbie - install VIM?
From: jose nazario (jose_at_monkey.org)
Date: 08/17/04
- Next message: jose nazario: "Re: System wont boot after install"
- Previous message: jose nazario: "Re: System wont boot after install"
- In reply to: Noozer: "BSD Newbie - install VIM?"
- Next in thread: jose nazario: "Re: BSD Newbie - install VIM?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Aug 2004 08:52:20 -0700
"Noozer" <dontspam@me.here> wrote in message news:<NRaUc.126657$gE.102812@pd7tw3no>...
> I downloaded the latest ports and unpacked them (tar -xvzf ports.tar.gz). I
> then went to the /usr/ports/editors/vim directory and executed "make install
> clean". Partway through the installation there was an error and it failed.
> Unfortunately with a 25 line terminal screen I can't figure out where the
> error started happening - all the info on the screen is basically error
> messages... (If it matters, I do have support for X installed.)
why not use a package from the corresponding version of openbsd that
you have instaled (ie 3.5-release)? much faster ...
also, you can capture ports build output with the tool "portslogger",
which is included in the base ports infrastructure system. use it as
such:
cd /usr/ports/editors/vim
make | /usr/ports/infrastructure/build/portslogger /tmp
that will store the build log in /tmp for each port that was built.
portslogger is an intelligent "tee(1)" that knows how to log
individual ports builds to individual build logs. then you can browse
the output using more (or less) and scroll back and forth.
> - How can I get OpenBSD 3.5 to boot to an 80x50 line display? What config
> file is responsible for defining the colours used on the display?
i think you'll want to look at wsconsctl(8) and the associated files.
however, this isn't well documented. maybe peek at the NetBSD version
of wsconsctl(8) (from which the OpenBSD version was derived) and see
if it doesn't yield more information.
hope this helps,
----------------
jose nazario, co-author, "Secure Architectures with OpenBSD"
hope this helps.
----------------
jose nazario, co-author, "Secure Architectures with OpenBSD"
- Next message: jose nazario: "Re: System wont boot after install"
- Previous message: jose nazario: "Re: System wont boot after install"
- In reply to: Noozer: "BSD Newbie - install VIM?"
- Next in thread: jose nazario: "Re: BSD Newbie - install VIM?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|