Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2012-01-12 Thread Dimitry Andric
On 2010-10-14 21:23, Jung-uk Kim wrote: On Thursday 14 October 2010 03:11 pm, Dmitry Morozovsky wrote: On Thu, 14 Oct 2010, Jung-uk Kim wrote: ... cc -O2 -pipe -nostdinc -I/usr/include -I. -I/FreeBSD/src.current.svn/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread Dmitry Morozovsky
On Thu, 14 Oct 2010, Dmitry Morozovsky wrote: [snip] DM> JK> Hmm... That means "make buildkernel" did not pick up newly built lex. DM> JK> That's bad. :-( DM> DM> It seems Rui's r213845 should fix this; I'm checking this right now... Confirmed: this revision really fixed build. -- Sincerel

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread Dmitry Morozovsky
On Thu, 14 Oct 2010, Jung-uk Kim wrote: JK> > JK> > JK> > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this JK> > morning JK> > > and this JN> >> commit seems to break buildkernel: JK> > JK> > [snip] JK> > JK> > JK> > > I can confirm this: my build machine, which is JK> > JK> > > JK> > J

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread Jung-uk Kim
On Thursday 14 October 2010 03:11 pm, Dmitry Morozovsky wrote: > On Thu, 14 Oct 2010, Jung-uk Kim wrote: > > JK> > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this > morning JK> > > and this JN> >> commit seems to break buildkernel: > > [snip] > > JK> > > I can confirm this: my build mac

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread Jung-uk Kim
On Thursday 14 October 2010 03:05 pm, Jung-uk Kim wrote: > On Thursday 14 October 2010 01:06 pm, John Baldwin wrote: > > On Thursday, October 14, 2010 12:41:45 pm Dmitry Morozovsky wrote: > > > On Thu, 14 Oct 2010, John Nielsen wrote: > > > > > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread Dmitry Morozovsky
On Thu, 14 Oct 2010, Jung-uk Kim wrote: JK> > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning JK> > > and this JN> >> commit seems to break buildkernel: [snip] JK> > > I can confirm this: my build machine, which is JK> > > JK> > > FreeBSD beaver.rinet.ru 8.1-STABLE FreeBSD 8.

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread Jung-uk Kim
On Thursday 14 October 2010 01:06 pm, John Baldwin wrote: > On Thursday, October 14, 2010 12:41:45 pm Dmitry Morozovsky wrote: > > On Thu, 14 Oct 2010, John Nielsen wrote: > > > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning > > and this JN> >> commit seems to break buildkernel

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread John Baldwin
On Thursday, October 14, 2010 12:41:45 pm Dmitry Morozovsky wrote: > On Thu, 14 Oct 2010, John Nielsen wrote: > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning and this > JN> >> commit seems to break buildkernel: > JN> >> > JN> >> cc -O2 -pipe -nostdinc -I/usr/include -I. > JN

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread Dmitry Morozovsky
On Thu, 14 Oct 2010, John Nielsen wrote: JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning and this JN> >> commit seems to break buildkernel: JN> >> JN> >> cc -O2 -pipe -nostdinc -I/usr/include -I. JN> >> -I/usr/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers JN> >> -Werro

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread John Nielsen
On Oct 14, 2010, at 12:17 PM, Jung-uk Kim wrote: > On Thursday 14 October 2010 11:18 am, John Nielsen wrote: >> I'm migrating a box from 8-STABLE to -CURRENT this morning and this >> commit seems to break buildkernel: >> >> cc -O2 -pipe -nostdinc -I/usr/include -I. >> -I/usr/src/sys/dev/aic7xxx/a

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread Jung-uk Kim
On Thursday 14 October 2010 11:18 am, John Nielsen wrote: > I'm migrating a box from 8-STABLE to -CURRENT this morning and this > commit seems to break buildkernel: > > cc -O2 -pipe -nostdinc -I/usr/include -I. > -I/usr/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers > -Werror -Wall -Wno-fo

Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-14 Thread John Nielsen
I'm migrating a box from 8-STABLE to -CURRENT this morning and this commit seems to break buildkernel: cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr

svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

2010-10-13 Thread Rui Paulo
Author: rpaulo Date: Wed Oct 13 10:33:01 2010 New Revision: 213765 URL: http://svn.freebsd.org/changeset/base/213765 Log: Define YY_NO_INPUT. This makes aicasm buildable by clang with Werror turned on. Modified: head/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l head/sys/dev/aic7xxx/aicasm/a