Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Stefan Farfeleder
On Tue, Jan 31, 2006 at 01:57:34PM -0700, M. Warner Losh wrote: Confirmed. RELENG_5 - RELENG_6 upgrades are now broken. === usr.bin/gencat (obj,depend,all,install) In file included from /u2/imp/FreeBSD/6x/src/usr.bin/gencat/gencat.c:88:

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Ruslan Ermilov
On Wed, Feb 01, 2006 at 09:02:58AM +0100, Stefan Farfeleder wrote: On Tue, Jan 31, 2006 at 01:57:34PM -0700, M. Warner Losh wrote: Confirmed. RELENG_5 - RELENG_6 upgrades are now broken. === usr.bin/gencat (obj,depend,all,install) In file included from

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Stefan Farfeleder
On Tue, Jan 31, 2006 at 01:57:34PM -0700, M. Warner Losh wrote: Index: nl_types.h === RCS file: /u/home/ncvs/src/include/nl_types.h,v retrieving revision 1.12 diff -u -r1.12 nl_types.h --- nl_types.h 26 Jan 2006 20:53:40 -

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Steve Kargl
On Wed, Feb 01, 2006 at 01:25:13PM +0200, Ruslan Ermilov wrote: Commit what Warner sent you, but only to RELENG_6. What abour -current? This problem with format_arg has totally hosed those people who are having panics with kernels that are newer than 2006-01-25. -- Steve

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Stefan Farfeleder
On Wed, Feb 01, 2006 at 07:06:02AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 01:25:13PM +0200, Ruslan Ermilov wrote: Commit what Warner sent you, but only to RELENG_6. What abour -current? This problem with format_arg has totally hosed those people who are having panics with

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Steve Kargl
On Wed, Feb 01, 2006 at 04:26:06PM +0100, Stefan Farfeleder wrote: On Wed, Feb 01, 2006 at 07:06:02AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 01:25:13PM +0200, Ruslan Ermilov wrote: Commit what Warner sent you, but only to RELENG_6. What abour -current? This problem

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Kris Kennaway
On Wed, Feb 01, 2006 at 09:31:36AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 04:26:06PM +0100, Stefan Farfeleder wrote: On Wed, Feb 01, 2006 at 07:06:02AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 01:25:13PM +0200, Ruslan Ermilov wrote: Commit what Warner sent you,

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Steve Kargl
On Wed, Feb 01, 2006 at 12:35:27PM -0500, Kris Kennaway wrote: Didn't we go through this the other week? 'make buildworld' is the only safe way to build your world. If you try some shortcut method, and it fails, then don't complain until you've done 'buildworld' and it's also failed in the

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Kris Kennaway
On Wed, Feb 01, 2006 at 09:37:58AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 12:35:27PM -0500, Kris Kennaway wrote: Didn't we go through this the other week? 'make buildworld' is the only safe way to build your world. If you try some shortcut method, and it fails, then don't

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Steve Kargl
On Wed, Feb 01, 2006 at 12:40:34PM -0500, Kris Kennaway wrote: On Wed, Feb 01, 2006 at 09:37:58AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 12:35:27PM -0500, Kris Kennaway wrote: Didn't we go through this the other week? 'make buildworld' is the only safe way to build your

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Stefan Farfeleder
On Wed, Feb 01, 2006 at 09:31:36AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 04:26:06PM +0100, Stefan Farfeleder wrote: On Wed, Feb 01, 2006 at 07:06:02AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 01:25:13PM +0200, Ruslan Ermilov wrote: Commit what Warner sent you,

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Warner Losh
From: Steve Kargl [EMAIL PROTECTED] Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h Date: Wed, 1 Feb 2006 09:58:04 -0800 On Wed, Feb 01, 2006 at 12:40:34PM -0500, Kris Kennaway wrote: On Wed, Feb 01, 2006 at 09:37:58AM -0800, Steve Kargl wrote: On Wed, Feb 01

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Warner Losh
I'm actually surprised that make includes doesn't install the sys directory as well, which would pick up the new sys/cdefs.h. Does 'make -f Makefile.inc _includes' also exhibit the same problem? Sorry to followup my own message. I just did a make includes and it does seem to install

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Bakul Shah
I'm actually surprised that make includes doesn't install the sys directory as well, which would pick up the new sys/cdefs.h. Does 'make -f Makefile.inc _includes' also exhibit the same problem? The bigger question is *why* does buildworld depend on /usr/include. Why depend on something that

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Warner Losh
From: Stefan Farfeleder [EMAIL PROTECTED] Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h Date: Wed, 1 Feb 2006 19:05:43 +0100 On Wed, Feb 01, 2006 at 09:31:36AM -0800, Steve Kargl wrote: On Wed, Feb 01, 2006 at 04:26:06PM +0100, Stefan Farfeleder wrote: On Wed

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Steve Kargl
On Wed, Feb 01, 2006 at 11:21:49AM -0700, Warner Losh wrote: I'm actually surprised that make includes doesn't install the sys directory as well, which would pick up the new sys/cdefs.h. Does 'make -f Makefile.inc _includes' also exhibit the same problem? Sorry to followup my own

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Warner Losh
From: Steve Kargl [EMAIL PROTECTED] Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h Date: Wed, 1 Feb 2006 10:36:52 -0800 On Wed, Feb 01, 2006 at 11:21:49AM -0700, Warner Losh wrote: I'm actually surprised that make includes doesn't install the sys directory

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Bakul Shah
On Wed, Feb 01, 2006 at 10:25:28AM -0800, Bakul Shah wrote: I'm actually surprised that make includes doesn't install the sys directory as well, which would pick up the new sys/cdefs.h. Does 'make -f Makefile.inc _includes' also exhibit the same problem? =20 The bigger question is

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Kris Kennaway
On Wed, Feb 01, 2006 at 10:25:28AM -0800, Bakul Shah wrote: I'm actually surprised that make includes doesn't install the sys directory as well, which would pick up the new sys/cdefs.h. Does 'make -f Makefile.inc _includes' also exhibit the same problem? The bigger question is *why* does

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Kris Kennaway
On Wed, Feb 01, 2006 at 10:51:08AM -0800, Bakul Shah wrote: On Wed, Feb 01, 2006 at 10:25:28AM -0800, Bakul Shah wrote: I'm actually surprised that make includes doesn't install the sys directory as well, which would pick up the new sys/cdefs.h. Does 'make -f Makefile.inc _includes'

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Warner Losh
From: Bakul Shah [EMAIL PROTECTED] Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h Date: Wed, 01 Feb 2006 10:51:08 -0800 On Wed, Feb 01, 2006 at 10:25:28AM -0800, Bakul Shah wrote: I'm actually surprised that make includes doesn't install the sys directory

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Dag-Erling Smørgrav
Steve Kargl [EMAIL PROTECTED] writes: Build world and kernel of amd64. Watch kernl panic and take out parts of /usr/include and /usr/src. Do make includes to restore /usr/include, so one can build a new kernel. Watch the fun begin. === games/fortune/strfile (obj,depend,all,install) cc

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-02-01 Thread Dag-Erling Smørgrav
Stefan Farfeleder [EMAIL PROTECTED] writes: Unless I'm mistaken make includes does not install /usr/include/sys, It does. It would be useless if it didn't. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list

cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-01-31 Thread Stefan Farfeleder
stefanf 2006-01-31 17:57:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys cdefs.h include nl_types.h stdio.h Log: MFC: Add the macro __format_arg which expands to the format_arg attribute if supported.

Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

2006-01-31 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Stefan Farfeleder [EMAIL PROTECTED] writes: : stefanf 2006-01-31 17:57:17 UTC : : FreeBSD src repository : : Modified files:(Branch: RELENG_6) : sys/sys cdefs.h : include nl_types.h stdio.h : Log: :