Re: `make buildworld' failed

2003-03-19 Thread Doug Barton
On Tue, 18 Mar 2003, Mark Murray wrote: Ruslan Ermilov writes: KerberosIV support was recently dropped from HEAD, but Mark forgot to remove some vestiges. I've sent him a patch on March 14, but he seems off-line for a moment. I'm on-line, just busy with other things. Please do NOT make

Re: `make buildworld' failed

2003-03-19 Thread Mark Murray
Doug Barton writes: For you, the easiest way to jump is to remove MAKE_KERBEROS4 from /etc/make.conf. Yes. You should not be using that; it is well broken now. Is it worth putting an #ifdef in /usr/src/Makefile to stop this in its tracks? Not everyone running -current is on top of

Re: `make buildworld' failed

2003-03-18 Thread Ruslan Ermilov
KerberosIV support was recently dropped from HEAD, but Mark forgot to remove some vestiges. I've sent him a patch on March 14, but he seems off-line for a moment. For you, the easiest way to jump is to remove MAKE_KERBEROS4 from /etc/make.conf. The patch is available here:

Re: `make buildworld' failed

2003-03-18 Thread Mark Murray
Ruslan Ermilov writes: KerberosIV support was recently dropped from HEAD, but Mark forgot to remove some vestiges. I've sent him a patch on March 14, but he seems off-line for a moment. I'm on-line, just busy with other things. Please do NOT make that commit. Those KerbIV remains are markers

Re: make buildworld failed

2002-12-11 Thread Kris Kennaway
On Wed, Dec 11, 2002 at 11:07:52AM +0200, Andriy Podanenko wrote: ===sbin/gbde dont know how to make rijndael-alg-fst.c Stop... [end...] Help, what wrong? You're missing the crypto sources..check your supfile against the examples and add the missing collection(s). Kris

Re: make buildworld failed

2000-08-21 Thread BoB KoT
I'll chime in here with a "me too". My make buildworld(s) failed with the *identical* error as originally posted by daniel [EMAIL PROTECTED] on 16-Aug-2000. I tried #make -j4 buildworld and another attempt of #make buildworld. Both attempts failed with the same error. I tried this on a

Re: make buildworld failed...

2000-07-02 Thread Ollivier Robert
According to Sergey Osokin: cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings -I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/thw.c Don't use "-O2" please. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.fr 5.0-CURRENT #80:

Re: make buildworld failed...

2000-07-02 Thread David O'Brien
On Mon, Jul 03, 2000 at 01:09:25AM +0400, Sergey Osokin wrote: cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings -I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/thw.c You are adding to the long list of people that are about to make totally remove -02+ from GCC. FreeBSD only

Re: make buildworld failed...

2000-07-02 Thread Doug Barton
Sergey Osokin wrote: Hello! After CVSuped my sources i try make buildworld it failed: As you've already noticed, you will get better responses in general to help requests if you change your CFLAGS options in /etc/make.conf to "-O -pipe" (or just comment out CFLAGS, which has the

Re: make buildworld failed...

2000-06-22 Thread Vadim Belman
On Wed, Jun 21, 2000 at 02:39:55AM +0200, Mikko Tyolajarvi wrote: Same for me (fresh cvsup)... From the FAQ : "You can try to config OpenSSL so as not to use IDEA by using './config no-idea'". But i've no idea (what's a joke...) on how to do that with 'make buildworld'. Me too. I

Re: make buildworld failed...

2000-06-20 Thread Marc Schneiders
On 19 Jun 2000, Eric Jacoboni wrote: "Sergey" == Sergey Osokin [EMAIL PROTECTED] writes: Sergey Hello! Sergey After CVSuped my source, i try to buildworld and it failed... Sergey === libssh (...) Sergey /usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such file

Re: make buildworld failed...

2000-06-20 Thread Mikko Tyolajarvi
In local.freebsd-current you write: On 19 Jun 2000, Eric Jacoboni wrote: "Sergey" == Sergey Osokin [EMAIL PROTECTED] writes: Sergey Hello! Sergey After CVSuped my source, i try to buildworld and it failed... Sergey === libssh (...) Sergey

Re: make buildworld failed...

2000-06-19 Thread Eric Jacoboni
"Sergey" == Sergey Osokin [EMAIL PROTECTED] writes: Sergey Hello! Sergey After CVSuped my source, i try to buildworld and it failed... Sergey === libssh (...) Sergey /usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such file or directory Sergey mkdep: compile failed

Re: make buildworld failed...

2000-05-05 Thread Donn Miller
On Fri, 5 May 2000, Sergey Osokin wrote: Hello! After cvsuped my 5.0-CURRENT (FreeBSD 5.0-CURRENT #0: Mon May 1 02:25:08 MSD 2000) i try to buildworld... # make -DNOCLEAN -j6 buildworld === librsausa mkdir: openssl: File exists cp

Re: make buildworld failed...

2000-05-05 Thread Sergey A. Osokin
On Fri, May 05, 2000 at 02:29:01PM -0400, Donn Miller wrote: On Fri, 5 May 2000, Sergey Osokin wrote: Hello! After cvsuped my 5.0-CURRENT (FreeBSD 5.0-CURRENT #0: Mon May 1 02:25:08 MSD 2000) i try to buildworld... # make -DNOCLEAN -j6 buildworld === librsausa mkdir:

Re: make buildworld failed...

2000-04-26 Thread Kris Kennaway
On Wed, 26 Apr 2000, Vallo Kallaste wrote: I've got this trap for several times and I really want to know what's causing this. The first time was about a year ago and after no answer I've not bothered to send out more questions about it. Anyway, several people report it time-to-time, so it's

RE: make buildworld failed...

2000-04-25 Thread Robert Small
, 2000 1:46 PM To: Sergey Osokin Cc: [EMAIL PROTECTED] Subject: Re: make buildworld failed... On Sat, Apr 22, 2000 at 01:05:24AM +0400, Sergey Osokin wrote: Hello! After CVSup i tryed to rebuild my 5.0... Are you using "-j" with your makes? Please try: cd /usr/src make clea

RE: make buildworld failed...

2000-04-25 Thread Donn Miller
On Tue, 25 Apr 2000, Robert Small wrote: I was using -J8, and I kept getting the same error about 20 minutes into the build, but I did it without the -j and got a perfect build, thanks for the help! One way to automate this would be: cd /usr/src make -j8 buildworld || make -DNOCLEAN

Re: make buildworld failed...

2000-04-25 Thread Alexander Langer
Thus spake Donn Miller ([EMAIL PROTECTED]): cd /usr/src make -j8 buildworld || make -DNOCLEAN buildworld Hmmm. Or make -k -j8 buildworld || make -DNOCLEAN buildworld in order to build as much multithreaded as possible and then the reminding part non-threaded? :-) Alex -- I need a new

RE: make buildworld failed...

2000-04-25 Thread Robert Small
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Langer Sent: Tuesday, April 25, 2000 9:16 AM To: Donn Miller Cc: Robert Small; [EMAIL PROTECTED]; Sergey Osokin; [EMAIL PROTECTED] Subject: Re: make buildworld failed... Thus spake Donn Miller ([EMAIL PROTECTED]): cd

Re: make buildworld failed...

2000-04-24 Thread David O'Brien
On Sat, Apr 22, 2000 at 01:05:24AM +0400, Sergey Osokin wrote: Hello! After CVSup i tryed to rebuild my 5.0... Are you using "-j" with your makes? Please try: cd /usr/src make cleandir make cleandir and try again. Let me know the outcome -- good or bad. *If* the outcome is "good".

Re: make buildworld failed...

2000-04-08 Thread Marc Schneiders
On Sat, 8 Apr 2000, Sergey Osokin wrote: Hello! After CVSup at my FreeBSD 5.0-CURRENT #0: Sun Apr 2 17:54:04 MSD 2000 i try to run make buildworld: /usr/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int' /usr/src/sys/boot/i386/loader/main.c: In function

Re: make buildworld failed...

1999-08-28 Thread Brian F. Feldman
On Fri, 27 Aug 1999, Adam Wight wrote: dd if=/dev/zero of=boot2.ldr bs=512 count=1 2/dev/null *** Error code 1 Probably it consequences of recent dd changes... Sorry about that! Instead of relying on the kernel being newer than the world and haveing the new ioctl FIODTYPE, dd now only

Re: make buildworld failed...

1999-08-28 Thread Adam Wight
On Fri, 27 Aug 1999, Nick Hibma wrote: Let me guess, the kernel panic ends up in a division by zero error when writing to floppy in _qdivrem. Yep, this would be it. On Sat, 28 Aug 1999, Brian F. Feldman wrote: That sounds like it could have just been fixed by phk. If it's not that and is the

Re: make buildworld failed...

1999-08-27 Thread Ollivier Robert
According to Sergey A. Osokin: After cvsup my -current sources, i try to make build world... === sys/boot/i386/boot2 (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) | as -o boot1.o I get a different error: dd if=/dev/zero of=boot2.ldr bs=512 count=1 2/dev/null (cd

Re: make buildworld failed...

1999-08-27 Thread Maxim Sobolev
"Sergey A. Osokin" wrote: After cvsup my -current sources, i try to make build world... ld -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o === sys/boot/i386/boot2 (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) | as -o boot1.o ld -nostdlib -static -N -e start -Ttext 0x7c00

Re: make buildworld failed...

1999-08-27 Thread Adam Wight
dd if=/dev/zero of=boot2.ldr bs=512 count=1 2/dev/null *** Error code 1 Probably it consequences of recent dd changes... So I'm not entirely alone, then. I actually kernel panic quite reliably every time I try to dd onto a floppy. I can dd from one file to another without a problem, and