LINT Broken

2002-02-03 Thread Mike Barcroft
With up-to-date sources: sh /work/src/sys/conf/newvers.sh LINT -DGPROF -DGPROF4 -DGUPROF cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/work/src/sys -I/work

LINT broken

2002-01-12 Thread Mike Barcroft
LINT appears to be broken: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/work/src/sys -I/work/src/sys/dev -I/work/src/sys/contrib/dev/acpica -I/work/src/s

Re: LINT broken?

2001-09-09 Thread Marcel Moolenaar
On Sun, Sep 09, 2001 at 09:01:50PM -0700, Kris Kennaway wrote: > Is anyone else seeing this? This was build failure of a -current LINT > under RELENG_4. As far as I can tell I'm up to date. Verified and fixed. Thanks, -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] To U

Re: LINT broken?

2001-09-09 Thread David W. Chapman Jr.
On Sun, Sep 09, 2001 at 09:01:50PM -0700, Kris Kennaway wrote: > Is anyone else seeing this? This was build failure of a -current LINT > under RELENG_4. As far as I can tell I'm up to date. > > Kris > > cc -c -O -pipe -march=pentium -march=pentiumpro -Wall -Wredundant-decls >-Wnested-externs

LINT broken?

2001-09-09 Thread Kris Kennaway
Is anyone else seeing this? This was build failure of a -current LINT under RELENG_4. As far as I can tell I'm up to date. Kris cc -c -O -pipe -march=pentium -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q

LINT broken

2000-12-07 Thread Poul-Henning Kamp
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensio ns -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica/Subsystem/Include -DGPROF -D_KERNEL -include opt_global.h -elf

LINT broken...

2000-10-25 Thread Poul-Henning Kamp
Somebody killed "swihand_t" without cleaning up three drivers: otte# ./gsys swihand_t ./i386/isa/cy.c:static swihand_t siopoll; ./i386/isa/rc.c:static swihand_t rcpoll; ./pc98/pc98/sio.c:staticswihand_t siopoll; otte# cd /sys/i386/conf otte# make LINT `LINT' is up to date. otte# conf

Re: LINT broken. (in_cksum changes)

2000-05-09 Thread Jonathan Lemon
On Wed, May 10, 2000 at 01:49:51AM +0900, MIHIRA Yoshiro wrote: > >> > On Sun, 7 May 2000, Nick Hibma wrote: > >> > > >> > > > >> > > Is it only me that ever compiles LINT? The checksum changes went in a > >> > > few days ago. > >> > > > >> > > Please, people, when you move code around or chang

Re: LINT broken. (in_cksum changes)

2000-05-09 Thread MIHIRA Yoshiro
>> > On Sun, 7 May 2000, Nick Hibma wrote: >> > >> > > >> > > Is it only me that ever compiles LINT? The checksum changes went in a >> > > few days ago. >> > > >> > > Please, people, when you move code around or change a function that is >> > > used in more than a fixed set of files, compile LI

Re: LINT broken. (in_cksum changes)

2000-05-09 Thread Nick Hibma
Appart from that, ipf does not load as a kld anymore. And probably, not tried, the IPFILTER option in any kernel would break the build as well. Nick On Mon, 8 May 2000, Wes Morgan wrote: > I sent a note to the committer on these last night. LINT must need some > modification, because the error

Re: LINT broken. (in_cksum changes)

2000-05-08 Thread Wes Morgan
I sent a note to the committer on these last night. LINT must need some modification, because the error is also present in netinet6/ipsec.c. There are some ifdef's around it that point to LINT needing some extra options. On Sun, 7 May 2000, Nick Hibma wrote: > > Is it only me that ever compiles

LINT broken. (in_cksum changes)

2000-05-07 Thread Nick Hibma
Is it only me that ever compiles LINT? The checksum changes went in a few days ago. Please, people, when you move code around or change a function that is used in more than a fixed set of files, compile LINT. If unsure, compile LINT. It's an extra five minutes, but well worth it. linking kernel

/usr/bin/lint broken (with patch) and more (pkg_version)

1999-12-25 Thread Alexander Leidinger
Hi, lint: ---snip--- (156) netchild@ttyp2 > lint /usr/src/usr.bin/xlint/xlint/xlint.c xlint.c: cpp: Invalid option `-undef' (157) netchild@ttyp2 > which lint /usr/bin/lint (158) netchild@ttyp2 > gcc -v Using builtin specs. gcc version 2.95.2 19991024 (release) ---snip--- Patch attached. "p

Re: Lint broken in -current.

1999-11-23 Thread David O'Brien
> Lint no longer works in -current as cpp seems to have lost the -undef > option. Yes, looking into `cpp' is on my list of things to do. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Lint broken in -current.

1999-11-23 Thread David Malone
Lint no longer works in -current as cpp seems to have lost the -undef option. The option is still shown in the usage message and the man page, but the code seems to have gone walk about! David. 0:30:gonzo 92% uname -a FreeBSD gonzo.home 4.0-CURRENT FreeBSD 4.0-CURRENT #17: Sat Nov 20 13:

Re: LINT broken!

1999-04-02 Thread Luigi Rizzo
> n file included from ../../ntfs/ntfs_vnops.c:66: > ../../ntfs/ntfs.h:29: warning: `DIAGNOSTIC' redefined > opt_global.h:13: warning: this is the location of the previous definition > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wi

LINT broken!

1999-04-02 Thread Poul-Henning Kamp
n file included from ../../ntfs/ntfs_vnops.c:66: ../../ntfs/ntfs.h:29: warning: `DIAGNOSTIC' redefined opt_global.h:13: warning: this is the location of the previous definition cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wc