Re: World is broken

2002-06-11 Thread Maxim Sobolev
Ruslan Ermilov wrote: > > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: > > Finally I have decided to give post gcc-3.1 perless world a > > try, but found that world doesn't build. :(( The system in > > question is 5-CURRENT makeworlded about a month ago. > > > > Any ideas? > > >

Re: World is broken

2002-05-28 Thread Bernd Walter
On Mon, May 27, 2002 at 11:48:05PM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > "Greg 'groggy' Lehey" <[EMAIL PROTECTED]> writes: > : On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote: > : > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote:

Re: World is broken

2002-05-27 Thread Ruslan Ermilov
On Tue, May 28, 2002 at 10:04:29AM +0930, Greg 'groggy' Lehey wrote: > On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote: > > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: > >> Finally I have decided to give post gcc-3.1 perless world a > >> try, but found that world

Re: World is broken

2002-05-27 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Greg 'groggy' Lehey" <[EMAIL PROTECTED]> writes: : On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote: : > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: : >> Finally I have decided to give post gcc-3.1 perless world a : >> t

Re: World is broken

2002-05-27 Thread Greg 'groggy' Lehey
On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote: > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: >> Finally I have decided to give post gcc-3.1 perless world a >> try, but found that world doesn't build. :(( The system in >> question is 5-CURRENT makeworlded about a

Re: World is broken

2002-05-27 Thread Ruslan Ermilov
On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: > Finally I have decided to give post gcc-3.1 perless world a > try, but found that world doesn't build. :(( The system in > question is 5-CURRENT makeworlded about a month ago. > > Any ideas? > Your /usr/include is hosed, well, actu

Re: World is broken

2002-05-27 Thread Andrew Kenneth Milton
+---[ Maxim Sobolev ]-- | Finally I have decided to give post gcc-3.1 perless world a | try, but found that world doesn't build. :(( The system in | question is 5-CURRENT makeworlded about a month ago. | | Any ideas? I had to do a make includes, and then world built fine

Re: World is broken...

2001-04-29 Thread Michael Harnois
On Sun, 29 Apr 2001 12:00:56 -0700 (PDT), John Polstra <[EMAIL PROTECTED]> said: > I imagine adding something like this to would fix it: > #define isalnum(c) (isalpha(c) || isdigit(c)) This suggestion was posted this morning in cvs-all; The file 'sys/boot/ficl/words.c' contai

Re: World is broken...

2001-04-29 Thread Bruce Evans
On Sun, 29 Apr 2001, John Polstra wrote: > It's because words.c uses instead of , and > is missing the #define for isalnum(). I imagine adding > something like this to would fix it: > > #define isalnum(c) (isalpha(c) || isdigit(c)) That would be broken, since it would make isalnu

Re: World is broken...

2001-04-29 Thread Mike Smith
> > The only reference to isalnum() I see is in boot/ficl/words.c:274, and > > appears to replace a couple of references, one to isdigit() and the > > other to isalpha(). > > > > Perhaps something was omitted in the upgrade to ficl 2.05? > > It's because words.c uses instead of , and > is miss

Re: World is broken...

2001-04-29 Thread John Polstra
In article <[EMAIL PROTECTED]>, David Wolfskill <[EMAIL PROTECTED]> wrote: > >From: Poul-Henning Kamp <[EMAIL PROTECTED]> > >Date: Sun, 29 Apr 2001 19:10:36 +0200 > > > /usr/obj/flat/src/sys/boot/i386/loader/../../ficl/libficl.a >/usr/obj/flat/src/sys/boot/i386/loader/../libi386/libi386.a >/us

Re: World is broken...

2001-04-29 Thread David Wolfskill
>From: Poul-Henning Kamp <[EMAIL PROTECTED]> >Date: Sun, 29 Apr 2001 19:10:36 +0200 > /usr/obj/flat/src/sys/boot/i386/loader/../../ficl/libficl.a >/usr/obj/flat/src/sys/boot/i386/loader/../libi386/libi386.a >/usr/obj/flat/src/sys/boot/ >i386/loader/../../../../lib/libstand/libstand.a >/usr/obj/

Re: world is broken?

2001-04-22 Thread Kris Kennaway
On Sun, Apr 22, 2001 at 06:11:25PM +0400, Ilya Naumov wrote: > Hello, > > 'make buildworld' fails with the following symptoms: > > ===> usr.sbin/rpc.lockd > cc -pipe -march=k6 -I. -I/usr/obj/garbage/src/i386/usr/include/rpcsvc -g >-I/usr/obj/garbage/src/i386/usr/include -c /garbage/src/usr.sb

Re: World is broken in sendmail if crypto sources is not installed

2000-10-12 Thread Gregory Neil Shapiro
sobomax> Please fix breakage (see attached logs). I've removed STARTTLS support for time being. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message