Re: some ports are broken after upgrading GCC 3.3.1

2003-07-18 Thread Terry Lambert
Alexander Kabaev wrote: On Thu, 17 Jul 2003 14:02:20 -0700 Kris Kennaway [EMAIL PROTECTED] wrote: Sorry, I missed the patch in your email. I'm not certain about your approach...can someone who understands the issues comment on it? I'd rather see all varargs.h consumers be converted to

Re: some ports are broken after upgrading GCC 3.3.1

2003-07-17 Thread Motoyuki Konno
[EMAIL PROTECTED] (Home) [EMAIL PROTECTED] (FreeBSD Project) http://www.freebsd.org/~motoyuki/ (WWW) Shin-ichi YOSHIMOTO [EMAIL PROTECTED] wrote: Subject: some ports are broken after upgrading GCC 3.3.1, On Sun, 13 Jul

Re: some ports are broken after upgrading GCC 3.3.1

2003-07-17 Thread Kris Kennaway
On Fri, Jul 18, 2003 at 12:11:39AM +0900, Motoyuki Konno wrote: Add Cc: to -current list. This seems to be varargs.h problem. It seems that all C source which use varargs.h and va_dcl become error on GCC 3.3.1 system. This is a known problem. Can you develop a fix? Kris pgp0.pgp

Re: some ports are broken after upgrading GCC 3.3.1

2003-07-17 Thread Kris Kennaway
On Thu, Jul 17, 2003 at 01:59:46PM -0700, Kris Kennaway wrote: On Fri, Jul 18, 2003 at 12:11:39AM +0900, Motoyuki Konno wrote: Add Cc: to -current list. This seems to be varargs.h problem. It seems that all C source which use varargs.h and va_dcl become error on GCC 3.3.1 system.

Re: some ports are broken after upgrading GCC 3.3.1

2003-07-17 Thread Alexander Kabaev
On Thu, 17 Jul 2003 14:02:20 -0700 Kris Kennaway [EMAIL PROTECTED] wrote: Sorry, I missed the patch in your email. I'm not certain about your approach...can someone who understands the issues comment on it? Kris I'd rather see all varargs.h consumers be converted to stdarg.h. Old varargs

Re: some ports are broken after upgrading GCC 3.3.1

2003-07-17 Thread Kris Kennaway
On Thu, Jul 17, 2003 at 11:37:17PM -0400, Alexander Kabaev wrote: On Thu, 17 Jul 2003 14:02:20 -0700 Kris Kennaway [EMAIL PROTECTED] wrote: Sorry, I missed the patch in your email. I'm not certain about your approach...can someone who understands the issues comment on it? Kris