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

World is broken

2002-05-27 Thread 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? -Maxim Script started on Mon May 27 12:28:52 2002 root@notebook# make buildworld --

world is broken in tcpdump

2001-05-06 Thread Maxim Sobolev
It seems that the world cvsup'ed several hours ago is broken in tcpdump. Please fix. -Maxim cc -pipe -O -mpreferred-stack-boundary=2 -march=k6 -I/usr/src/usr.sbin/tcpdump/t cpdump -I/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/lbl -DHAVE_C ONFIG_H -I/shares/UF/obj/usr/src/i386/us

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: dirpref: a new form of rm -rf * (was: World is broken...)

2001-04-29 Thread David Wolfskill
>Date: Sun, 29 Apr 2001 13:23:52 -0700 (PDT) >From: John Polstra <[EMAIL PROTECTED]> >In article <[EMAIL PROTECTED]>, >Mike Smith <[EMAIL PROTECTED]> wrote: >> > #defineisalnum(c) (isalpha(c) || isdigit(c)) Actually, following the lead of the definition of isalpha(), the version I used

dirpref: a new form of rm -rf * (was: World is broken...)

2001-04-29 Thread John Polstra
In article <[EMAIL PROTECTED]>, Mike Smith <[EMAIL PROTECTED]> wrote: > > #define isalnum(c) (isalpha(c) || isdigit(c)) > > Just FWIW, you can't use in the loader; it's too incestuously > entangled with the rest of libc. I suspect that Daniel forgot to update > libstand. > > I've s

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/

World is broken...

2001-04-29 Thread Poul-Henning Kamp
make buildworld: gzip -cn /flat/src/sys/boot/i386/loader/../../common/loader.8 > loader.8.gz sh /flat/src/sys/boot/i386/loader/../../common/newvers.sh /flat/src/sys/boot/i386/loader/version "bootstrap loader" i386 cc -c vers.c /flat/src/sys/boot/i386/loader/../../common/interp_forth.c: In funct

Re[2]: world is broken?

2001-04-23 Thread Ilya Naumov
Hello Kris, Monday, April 23, 2001, 2:50:48 AM, you wrote: >> 'make buildworld' fails with the following symptoms: >> ===> usr.sbin/rpc.lockd [skipped] >> Stop in /garbage/src/usr.sbin/rpc.lockd. >> *** Error code 1 KK> Looks like you're building with -j, no, i read about potential problems

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

world is broken?

2001-04-22 Thread Ilya Naumov
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.sbin/rpc.lockd/kern.c cc -pipe -march=k6 -I. -I/usr/obj/garbage/src/i386/usr

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

World is broken in sendmail if crypto sources is not installed

2000-10-12 Thread Maxim Sobolev
Please fix breakage (see attached logs). -Maxim breaklog.gz

make -DWANT_AOUT world is broken on -current

1999-12-05 Thread Motoyuki Konno
Hi, For a week or so, AOUT library of -current is broken. "make -DWANT_AOUT world" fails at the following point: log starts here -- >>> Building legacy libraries -

Re: my make world is broken !

1999-10-05 Thread John Hay
> > > > > > 3: *always* build (or try to) and install a new kernel before a > > > >make world as that's a lot easier to back out of. > > > > > > This badly bites the bum of anyone who uses KLD's regularly. > > > > 4: Don't use modules in -current unless you know what you are doing. > > This

Re: my make world is broken !

1999-10-05 Thread Daniel C. Sobral
Bruce Evans wrote: > > > > 3: *always* build (or try to) and install a new kernel before a > > >make world as that's a lot easier to back out of. > > > > This badly bites the bum of anyone who uses KLD's regularly. > > 4: Don't use modules in -current unless you know what you are doing. > Th

Re: my make world is broken !

1999-10-04 Thread Mark Murray
> > > 3: *always* build (or try to) and install a new kernel before a > > >make world as that's a lot easier to back out of. > > > > This badly bites the bum of anyone who uses KLD's regularly. > > 4: Don't use modules in -current unless you know what you are doing. > This normally means not

Re: my make world is broken !

1999-10-04 Thread Bruce Evans
> > 3: *always* build (or try to) and install a new kernel before a > >make world as that's a lot easier to back out of. > > This badly bites the bum of anyone who uses KLD's regularly. 4: Don't use modules in -current unless you know what you are doing. This normally means not using modules

Re: my make world is broken !

1999-10-04 Thread Bill Fumerola
On Thu, 30 Sep 1999, Juan Amado Becerril Castillo wrote: > Suggestions ??? Not mail the list 3 f'ing times, to start. -- - bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp - - ph:(800) 252-2421 - [EMAIL PROTECTED] - [EMAIL PROTECTED] - To Unsubscribe: send mail to [EM

Re: my make world is broken !

1999-10-04 Thread Peter Wemm
Mark Murray wrote: > > 3: *always* build (or try to) and install a new kernel before a > >make world as that's a lot easier to back out of. > > This badly bites the bum of anyone who uses KLD's regularly. > > I suspect that _now_ is the time to try to make thes build at > kernel build time,

Re: my make world is broken !

1999-10-04 Thread Daniel C. Sobral
Juan Amado Becerril Castillo wrote: > > Suggestions ??? Sure. Read the mailing list you are posting to. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] Rule 69: Do unto other's code as you'd have it done unto yours To Unsubscribe: send mail to

Re: my make world is broken !

1999-10-04 Thread Mark Murray
> 3: *always* build (or try to) and install a new kernel before a >make world as that's a lot easier to back out of. This badly bites the bum of anyone who uses KLD's regularly. I suspect that _now_ is the time to try to make thes build at kernel build time, and also move to some subdirector

Re: my make world is broken !

1999-10-04 Thread Peter Wemm
And *don't* post the same thing three times to the lists unless you want to find yourself filtered out! Juan Amado Becerril Castillo wrote: > Suggestions ??? > > -- > >>> elf make world started on Thu Sep 30 09:23:09 CDT 1999 >

Re: my make world is broken !

1999-10-04 Thread Peter Wemm
Juan Amado Becerril Castillo wrote: > Suggestions ??? 1: Read freebsd-current and it would have told you! 2: Build a new kernel first before 'make world'. 3: *always* build (or try to) and install a new kernel before a make world as that's a lot easier to back out of. [..] > echo '#include "i

my make world is broken !

1999-10-04 Thread Juan Amado Becerril Castillo
Suggestions ??? -- >>> elf make world started on Thu Sep 30 09:23:09 CDT 1999 -- -- >>> Cleaning up the temporary el

my make world is broken !

1999-10-04 Thread Juan Amado Becerril Castillo
Suggestions ??? -- >>> elf make world started on Thu Sep 30 09:23:09 CDT 1999 -- -- >>> Cleaning up the temporary el

Re: _my_ world is broken

1999-04-22 Thread Glenn Johnson
>On Thu, 22 Apr 1999, Alexander Leidinger wrote: > > >unsetenv CXXFLAGS > >I don't know if you're supposed to be able to make world with this >variable set, but it screws up several things at present. I tripped >over this myself a few weeks back. > >Kris > Look in /usr/share/mk/sys.mk and you will

Re: _my_ world is broken

1999-04-22 Thread Kris Kennaway
On Thu, 22 Apr 1999, Alexander Leidinger wrote: > c++ -Os -march=pentium -pipe -Wall -fexpensive-optimizations > -fomit-frame-pointer -funroll-loops -I/ > usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -c > /usr/src/gnu/lib/libgcc/../.. > /../contrib/egcs/gcc/cp/exception.cc

_my_ world is broken

1999-04-22 Thread Alexander Leidinger
Hi, _my_ world breaks with: c++ -Os -march=pentium -pipe -Wall -fexpensive-optimizations -fomit-frame-pointer -funroll-loops -I/ usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -c /usr/src/gnu/lib/libgcc/../.. /../contrib/egcs/gcc/cp/exception.cc -o exception.o /usr/src/gnu/

Re: Make world is broken for days now... :(

1999-04-09 Thread David O'Brien
> > I have *NO* idea where you are getting this from. > > I bet he ran ./configure in contrib/egcs at some point in the past. I think I'll commit a change to ./configure so that it tells the person the right thing to do. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscri

Re: Make world is broken for days now... :(

1999-04-09 Thread John Polstra
In article <19990409111621.a24...@nuxi.com>, David O'Brien wrote: > > Everytime I try to make world, I get the following: > ..snip.. > > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3: > > linux.h: No such file or directory > > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../con

Re: Make world is broken for days now... :(

1999-04-09 Thread John Polstra
In article <370df25c.9ae69...@ein-hashofet.co.il>, Gilad Rom wrote: > Hello, > > For the past week, I've been trying to build world, in order to > get then new egcs up and running. > > Everytime I try to make world, I get the following: > > ===> cc_tools > cc -O > -I/usr/src/gnu/usr.bin/cc/cc_

Re: Make world is broken for days now... :(

1999-04-09 Thread David O'Brien
> Everytime I try to make world, I get the following: ..snip.. > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3: > linux.h: No such file or directory > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:4: > i386/freebsd-elf.h: No such file or directory Someth

Make world is broken for days now... :(

1999-04-09 Thread Gilad Rom
Hello, For the past week, I've been trying to build world, in order to get then new egcs up and running. Everytime I try to make world, I get the following: ===> cc_tools cc -O -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/objc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../con

make world is broken ...

1999-04-03 Thread Gianmarco Giovannelli
The make world (4.0-current) broke yesterday and after a day of cvsupping is still broke ... I can't send the output but it stopped in the libc I presume ... Please check... Happy Easter to everybody (also to whom broke world :-)) Thanks for attention Best Regards, Gianmarco Giovannelli , "