-current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
I have an error for a week and cannot make buildworld. Where can I find panic other than real panic? === sbin/gbde : : : : cc -O -pipe -mcpu=pentiumpro -I/usr/src/sbin/gbde/../../sys -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c template.c cc1: warnings being treated as errors

Re: -current buildworld breakage

2002-10-26 Thread walt
Yamada Ken Takeshi wrote: I have an error for a week and cannot make buildworld. Where can I find panic other than real panic? === sbin/gbde : : : : cc -O -pipe -mcpu=pentiumpro -I/usr/src/sbin/gbde/../../sys -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c template.c cc1: warnings

Re: -current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
Thank you for your prompt reply. From: walt [EMAIL PROTECTED] : :: I can't see how line 222 includes an implicit declaration of 'panic'. Is your file different? I do not know why compiler says line 222, but it is below 222 and my latest source says; # cat

Re: -current buildworld breakage

2002-10-26 Thread Craig Rodrigues
On Sat, Oct 26, 2002 at 10:13:02PM +0900, Yamada Ken Takeshi wrote: # cat rijndael/rijndael-api-fst.c :::: switch (cipher-mode) { case MODE_ECB: for (i = numBlocks; i 0; i--) { rijndaelEncrypt(input,

Re: -current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
Thank you! From: Craig Rodrigues [EMAIL PROTECTED] You don't have the latest sources. Did you use cvsup it update your sources? If you used cvsup, then you need to add src-sys-crypto to your cvsup file. It was my cvsup prroblem. Fixed!! msg45379/pgp0.pgp Description: PGP

5-current buildworld breakage?

2002-04-17 Thread Makoto Matsushita
Using 5-current code as of Apr/17/2002 15:00:00 GMT: # pwd /usr/src/gnu/usr.bin/groff/src/preproc/eqn # ident Makefile Makefile: $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.3 2002/04/11 11:06:03 ru Exp $ # make -n neqn make: don't know how to make neqn. Stop #

Re: 5-current buildworld breakage?

2002-04-17 Thread David W. Chapman Jr.
On Thu, Apr 18, 2002 at 10:29:23AM +0900, Makoto Matsushita wrote: Using 5-current code as of Apr/17/2002 15:00:00 GMT: # pwd /usr/src/gnu/usr.bin/groff/src/preproc/eqn # ident Makefile Makefile: $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.3 2002/04/11

Re: 5-current buildworld breakage?

2002-04-17 Thread Makoto Matsushita
dwcjr Yeah, your make is broken, try rebuilding make by itself and dwcjr install it then try the buildworld again Ah, sorry. I've missed what src/usr.bin/make/str.c rev 1.19 said. I just rebuilt make(1) and confirmed that it works again. Thanks. -- - Makoto `MAR' Matsushita To Unsubscribe:

Re: -current buildworld breakage

2000-05-18 Thread Shigeyuki Fukushima
Is my system environment broken? I think so. Thank you. /usr/src tree on my system seemd to be broken. I removed entire src tree and re-cvsuped it, then I got no compile error at that point. Thanks. --- shige [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

-current buildworld breakage

2000-05-17 Thread Shigeyuki Fukushima
My system is 4.0-CURRENT at Jan 31. I try to upgrade it to -current (5-current), but I get the following breakage. Is my system environment broken? Thanks! -- stage 2: build tools

Re: -current buildworld breakage

2000-05-17 Thread David O'Brien
On Thu, May 18, 2000 at 12:51:42AM +0900, Shigeyuki Fukushima wrote: My system is 4.0-CURRENT at Jan 31. I try to upgrade it to -current (5-current), but I get the following breakage. Is my system environment broken? I think so. -- -- David ([EMAIL PROTECTED]) Disclaimer: Not

-CURRENT buildworld breakage in openssl

2000-04-20 Thread Alexander N. Kabaev
make -j8 buildworld fails with these messages for a second day in a row: cd /usr/src/secure/lib/libssl; make _EXTRADEPEND === librsausa mkdir: openssl: File exists *** Error code 1 cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h \ openssl/opensslconf.h 1 error *** Error code 2 1

Re: -CURRENT buildworld breakage in openssl

2000-04-20 Thread Hasan Diwan
rm -f /usr/include/openssl* and rebuild. * Alexander N. Kabaev ([EMAIL PROTECTED]) [000420 09:59]: make -j8 buildworld fails with these messages for a second day in a row: cd /usr/src/secure/lib/libssl; make _EXTRADEPEND === librsausa mkdir: openssl: File exists *** Error code 1 cp

Re: -CURRENT buildworld breakage in openssl

2000-04-20 Thread Kris Kennaway
On Thu, 20 Apr 2000, Alexander N. Kabaev wrote: make -j8 buildworld fails with these messages for a second day in a row: cd /usr/src/secure/lib/libssl; make _EXTRADEPEND === librsausa mkdir: openssl: File exists There is a dependency problem which is only biting some people here..for