Re: [solved] buildworld error

2003-06-11 Thread Gordon Bergling
Hi all, On Tue Jun 10, 2003 at 07:50PM -0400, Garance A Drosihn wrote: At 9:42 PM +0200 6/10/03, Gordon Bergling wrote: Since I disable BDECFLAGS in /etc/make.conf this problem goes away. I don't know if this effects the build process in any other way. I had enable them around 4.5-RELEASE or

BDECFLAGS being added to CFLAGS and CWARNFLAGS ( was Re: [solved]buildworld error)

2003-06-11 Thread Scot W. Hetzel
From: Munehiro Matsuda [EMAIL PROTECTED] I was having the same compile error, until I commeted out the BDECFLAGS definition from /etc/make.conf. Looking into the problematic Makefiles, I've found that following Makefiles do references BDECFLAGS, which matches errors I was getting:

Re: BDECFLAGS being added to CFLAGS and CWARNFLAGS ( was Re:[solved] buildworld error)

2003-06-11 Thread Garance A Drosihn
At 2:29 PM -0500 6/11/03, Scot W. Hetzel wrote: From: Munehiro Matsuda [EMAIL PROTECTED] I was having the same compile error, until I commeted out the BDECFLAGS definition from /etc/make.conf. Looking into the problematic Makefiles, I've found that following Makefiles do references

Re: [solved] buildworld error

2003-06-10 Thread Gordon Bergling
Hi all, On Mon Jun 09, 2003 at 11:09PM +0200, Gordon Bergling wrote: On Mon Jun 09, 2003 at 11:06PM +0300, Ruslan Ermilov wrote: On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: since a few days I getting a curious error when I try to build the world. Iam using -CURRENT,

Re: [solved] buildworld error

2003-06-10 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 09:42:08PM +0200, Gordon Bergling wrote: Hi all, On Mon Jun 09, 2003 at 11:09PM +0200, Gordon Bergling wrote: On Mon Jun 09, 2003 at 11:06PM +0300, Ruslan Ermilov wrote: On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: since a few days I getting

Re: [solved] buildworld error

2003-06-10 Thread Gordon Bergling
On Tue Jun 10, 2003 at 01:17PM -0700, Kris Kennaway wrote: Since I disable BDECFLAGS in /etc/make.conf this problem goes away. I don't know if this effects the build process in any other way. I had enable them around 4.5-RELEASE or so. ;) That's entirely expected. Whatever gave you the

Re: [solved] buildworld error

2003-06-10 Thread Garance A Drosihn
At 9:42 PM +0200 6/10/03, Gordon Bergling wrote: Hi all, Since I disable BDECFLAGS in /etc/make.conf this problem goes away. I don't know if this effects the build process in any other way. I had enable them around 4.5-RELEASE or so. ;) I'm not sure what you mean by that. Did you remove a line

Re: [solved] buildworld error

2003-06-10 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 10:57:19PM +0200, Gordon Bergling wrote: -From /etc/make.conf -- # BDECFLAGS are a set of gcc warning settings that Bruce Evans has # suggested # for use in developing FreeBSD and testing changes. They can be used # by

Re: [solved] buildworld error

2003-06-10 Thread Munehiro Matsuda
Hi all, From: Garance A Drosihn [EMAIL PROTECTED] Date: Tue, 10 Jun 2003 19:50:08 -0400 ::At 9:42 PM +0200 6/10/03, Gordon Bergling wrote: ::Hi all, :: ::Since I disable BDECFLAGS in /etc/make.conf this problem goes ::away. I don't know if this effects the build process in any ::other way. I had