Subject: Re: Oops.
To: Wolfgang Rupprecht <wolfgang@wsrcc.com>
From: Frederick Bruckman <fb@enteract.com>
List: port-i386
Date: 09/28/1998 21:11:45
I saw that a couple of days ago, and filed a pr. Add the line

	get_in_tkt.ln	.NOPATH

to the Makefile in libkafs. See pr misc/6193 for an analysis.
You could also do a 'make NOLINT= build'.

On Mon, 28 Sep 1998, Wolfgang Rupprecht wrote:

> The only crock/hack I needed to get the tree to build was a touch(1) of:
> 
> 	/usr/src/domestic/lib/libkafs/get_in_tkt.ln
> 
> After a "make install", I did another "make build", just to see if
> things had stabilized.  I hit the same snag at the above lint file.
> 
>     lint -chapbxz -I/v/src/netbsd/NetBSD-current/usr/src/domestic/lib/libkafs/../../
>     include -I/v/src/netbsd/NetBSD-current/usr/src/domestic/lib/libkafs/../../includ
>     e/kerberosIV -I/v/src/netbsd/NetBSD-current/usr/src/domestic/lib/libkafs/../../i
>     nclude/ss -i afssys.c
>     afssys.c(87): warning: conversion to 'unsigned int' due to prototype, arg #1
>     afssys.c(94): warning: pointer casts may be troublesome
>     afssys.c(96): warning: conversion to 'unsigned int' due to prototype, arg #3
>     afssys.c(102): warning: pointer casts may be troublesome
>     afssys.c(104): warning: pointer casts may be troublesome
>     afssys.c(104): warning: conversion to 'unsigned int' due to prototype, arg #3
>     afssys.c(111): warning: pointer casts may be troublesome
>     afssys.c(117): warning: conversion to 'unsigned int' due to prototype, arg #3
>     afssys.c(127): warning: conversion to 'int' due to prototype, arg #2
>     afssys.c(127): warning: conversion of 'unsigned int' to 'int' is out of range, a
>     rg #2
>     afssys.c(48): warning: username unused in function k_afsklog
>     afssys.c(141): warning: argument a_path unused in function k_pioctl
>     afssys.c(141): warning: argument o_opcode unused in function k_pioctl
>     afssys.c(141): warning: argument a_paramsP unused in function k_pioctl
>     afssys.c(141): warning: argument a_followSymlinks unused in function k_pioctl
>     afssys.c(179): warning: pointer casts may be troublesome
>     afssys.c(180): warning: conversion to 'int' due to prototype, arg #2
>     afssys.c(180): warning: conversion of 'unsigned int' to 'int' is out of range, a
>     rg #2
>     afssys.c(298): warning: done unused in function k_hasafs
>     building llib-lkafs.ln
>     Lint pass2:
>     lint2: cannot open get_in_tkt.ln: No such file or directory
>     *** Error code 1
> 
>     Stop.
>     *** Error code 1
> 
>     Stop.
>     *** Error code 1
> 
>     Stop.
> 
> -wolfgang
>