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 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
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
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
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
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
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
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
>> > 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
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
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
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
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
> 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 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:
> 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
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
17 matches
Mail list logo