I updated my local source tree Tuesday.  Rebuilding the kernel went fine,
but building userland failed at sbin/route with the following messages:

===> sbin/route
cc -02 -pipe -nostdinc -idirafter /usr/dest/usr/include -c
/usr/src/sbin/route/route.c
cc -02 -pipe -nostdinc -idirafter /usr/dest/usr/include -c
/usr/src/sbin/route/show.c
cc -static -o route route.o show.o
route.o(.text+0x2a06): In function 'rdomain':
: undefined reference to 'setrdomain'
collect2: ld returned 1 exit status
*** Error 1

Stop in /usr/src/sbin/route (line 95 of /usr/share/mk/bsd.prog.mk).
*** Error 1

Stop in /usr/src/sbin (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error 1

Stop in /usr/src (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error 1

Stop in /usr/src (line 73 of Makefile).

Guessing that my tree may not be pristine, I deleted /usr/src & downloaded
again via AnonCVS last night.  Subsequent rebuilding of the kernel today
went fine, but building userland failed again in sbin/route.  I'm not seeing
anything in Following -current, but is there something else that I am
missing?

Thanks.

Reply via email to