Date: Sat, 16 Nov 1996 23:29:02 -0800 From: Don Lewis <Don.Lewis@tsc.tdk.com> To: Rob Hartill <robh@imdb.com>, freebsd-stable@FreeBSD.org Subject: Re: 2.1.6 make world died Message-ID: <199611170729.XAA13636@salsa.gv.ssi1.com> In-Reply-To: Rob Hartill <robh@imdb.com> "2.1.6 make world died" (Nov 16, 9:37pm)
next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 16, 9:37pm, Rob Hartill wrote: } Subject: 2.1.6 make world died } cc -O -I/usr/src/usr.sbin/sendmail/src -DNEWDB -DNETISO -o sendmail alias.o arpadate.o clock.o collect.o conf.o convtime.o daemon.o deliver.o domain.o envelope.o err.o headers.o macro.o main.o map.o mci.o mime.o parseaddr.o queue.o readcf.o recipient.o savemail.o srvrsmtp.o stab.o stats.o sysexits.o trace.o udb.o usersmtp.o util.o version.o -lutil } main.o: Undefined symbol `_vendor_daemon_setup' referenced from text segment } *** Error code 1 } How do I fix this ? I just looked at the sendmail 8.8.2 source and vendor_daemon_setup() appears to be no-op except under ConvexOS. From conf.c: /* ** VENDOR_DAEMON_SETUP -- special vendor setup needed for daemon mode */ void vendor_daemon_setup(e) ENVELOPE *e; { #if SECUREWARE if (getluid() != -1) { usrerr("Daemon cannot have LUID"); exit(EX_USAGE); } #endif /* SECUREWARE */ } I'd just delete the call from main.c. } Is it possible to continue "make world" from where it broke down ? Not that I know of :-( --- Truck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611170729.XAA13636>