Subject: Re: Oops.
To: Todd Vierling <tv@pobox.com>
From: Wolfgang Rupprecht <wolfgang@wsrcc.com>
List: port-i386
Date: 09/28/1998 13:49:22
Todd Vierling writes:
> Well, partly the latter, but could you possibly give some error messages?
> ...At the moment I'm `kinda maintainer' of the gnu stuff, as I currently am
> doing the egcs/binutils/etc. integration.
It was only a bootstrapping issue. I needed to build in the gcc
directory and do a "make install" there, then the compile of the full
/usr/src/gnu succeeded. At that point a compile of /usr/src
succeeded.
Unfortunately when the compile of gnu succeeded, I blew away my old
make.log .
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