Subject: Re: rarpd stops listening
To: =?iso-8859-1?Q?P=E5llen?= <pollen@astrakan.hig.se>
From: David Brownlee <abs@netbsd.org>
List: port-i386
Date: 02/10/2000 12:12:11
=09For testing purposes, just comment out the pidfile() line
=09(it creates the /var/run/rarpd.pid file).

=09=09David/absolute

On Thu, 10 Feb 2000, [iso-8859-1] P=E5llen wrote:

> On Wed, 9 Feb 2000, David Brownlee wrote:
>=20
> > =09Could people try downloading the -current source for rarpd and
> > =09confirm if it solves the problems for them?
>=20
> I won't compile on my 1.4.2_ALPHA...
>=20
> If I compile it in an own tree I get this:
>=20
>=20
> bunke% make
> cc -O2  -Werror   -c rarpd.c
> cc -O2  -Werror   -c mkarp.c
> cc   -o rarpd rarpd.o mkarp.o -lutil
> rarpd.o: Undefined symbol `_pidfile' referenced from text segment
> collect2: ld returned 1 exit status
> *** Error code 1
>=20
>=20
> But if I compile it in the 1.4.2_ALPHA tree I get this:
>=20
> bunke% make
> cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
> -Werror   -c rarpd.c
> cc1: warnings being treated as errors
> rarpd.c: In function `main':
> rarpd.c:180: warning: implicit declaration of function `pidfile'
> *** Error code 1
>=20
> ---
> /P=E5llen - http://www.astrakan.hig.se/~pollen
>           telnet://mumindalen.astrakan.hig.se
>=20