Subject: Can't make release on netbsd-3
To: None <port-hpcmips@netbsd.org, port-mips@netbsd.org>
From: Andy Ruhl <acruhl@gmail.com>
List: port-hpcmips
Date: 03/18/2006 07:29:38
I'm trying to build a release for hpcmips on my NetBSD 3.0 amd64
system. I haven't had luck with i386 or cobalt either, but I'm not
100% that they fail in the same spot. Here's what I got:

dependall =3D=3D=3D> lib/libradius^M
#   compile  libradius/radlib.ln^M
CC=3D/usr/tools-hpcmips-r3/bin/mipsel--netbsd-gcc /usr/tools-hpcmips-r3/bin=
/mipsel
--netbsd-lint -chapbxzF -Sw -d /usr/dest-hpcmips-r3/usr/include  -I. -DWITH=
_SSL
   -i /usr/src/lib/libradius/radlib.c^M
/usr/src/lib/libradius/radlib.c(242): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(347): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(358): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(453): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(453): warning: conversion to 'unsigned int'=
 due
to prototype, arg #5 [259]^M
/usr/src/lib/libradius/radlib.c(541): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(651): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(660): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(719): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(789): warning: conversion to 'unsigned int'=
 due
to prototype, arg #1 [259]^M
/usr/src/lib/libradius/radlib.c(796): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(828): warning: conversion to 'unsigned int'=
 due
to prototype, arg #4 [259]^M
/usr/src/lib/libradius/radlib.c(882): warning: conversion to 'unsigned int'=
 due
to prototype, arg #4 [259]^M
/usr/src/lib/libradius/radlib.c(905): warning: conversion to 'unsigned int'=
 due
to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(907): warning: conversion to 'unsigned int'=
 due
to prototype, arg #4 [259]^M
/usr/src/lib/libradius/radlib.c(1071): warning: conversion to 'unsigned int=
' due
 to prototype, arg #5 [259]^M
/usr/src/lib/libradius/radlib.c(1113): warning: conversion to 'unsigned int=
' due
 to prototype, arg #5 [259]^M
/usr/src/lib/libradius/radlib.c(1156): warning: conversion to 'unsigned int=
' due
 to prototype, arg #3 [259]^M
/usr/src/lib/libradius/radlib.c(1208): warning: conversion to 'unsigned int=
' due
 to prototype, arg #3 [259]^M
^M
*** Failed target:  radlib.ln^M
*** Failed command: CC=3D/usr/tools-hpcmips-r3/bin/mipsel--netbsd-gcc /usr/=
tools-h
pcmips-r3/bin/mipsel--netbsd-lint -chapbxzF -Sw -d /usr/dest-hpcmips-r3/usr=
/incl
ude -I. -DWITH_SSL -i /usr/src/lib/libradius/radlib.c^M
*** Error code 1^M

I just did an update this morning:

cvs update -PAd -rnetbsd-3 src

Any ideas?

Thanks.

Andy