Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2000 17:12:09 -0500 (CDT)
From:      Jonathan Lemon <jlemon@flugsvamp.com>
To:        anindya@goonda.org, stable@freebsd.org
Subject:   Re: 4.0-STABLE make buildworld problems with vi??
Message-ID:  <200005052212.RAA03062@prism.flugsvamp.com>
In-Reply-To: <local.mail.freebsd-stable/Pine.BSF.4.21.0005051718570.84481-100000@phat.bastard.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <local.mail.freebsd-stable/Pine.BSF.4.21.0005051718570.84481-100000@phat.bastard.net> you write:
>when it is trying to build /usr/bin/vi and it just stops.
>My last cvsup was may 5th around 2pm or so..
>
>Please let me know if I am doing something incorrect here,
>or whether someone made a boo-boo during checkin.

Okay, I just double checked and indeed there is one small
change to vi that I forgot to bring over from -current as
well, which is causing this to break.

I'll commit it just as soon as freefall comes up from
it's scheduled maintenance.  If you don't want to wait, 
this is the patch to /usr/src/usr.bin/vi/config.h:

 /* Define if you have <sys/select.h> */
-#define HAVE_SYS_SELECT_H 1
+/* #undef HAVE_SYS_SELECT_H 1 */
 
--
Jonathan


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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