From owner-freebsd-current Thu Jun 6 12:12:48 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA26800 for current-outgoing; Thu, 6 Jun 1996 12:12:48 -0700 (PDT) Received: from covina.lightside.com (covina.lightside.com [198.81.209.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA26793 for ; Thu, 6 Jun 1996 12:12:46 -0700 (PDT) Received: by covina.lightside.com (Smail3.1.28.1 #6) id m0uRkU5-0004KQC; Thu, 6 Jun 96 12:12 PDT Date: Thu, 6 Jun 1996 12:12:39 -0700 (PDT) From: Jake Hamby To: Bill Paul cc: Bruce Evans , current@freebsd.org Subject: Re: Bug in ypxfer's Makefile In-Reply-To: <199606061656.MAA21231@skynet.ctr.columbia.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Jun 1996, Bill Paul wrote: > Of all the gin joints in all the world, Bruce Evans had to walk into > mine and say: > > > > make depend fails too. rpc.yppasswdd, rpc.ypxfrd and yp_mkdb are also > > broken. > > In what way? Details please. I need details before I can do anything. > > -Bill Hmm, I thought you could just SUP and run it yourself. At any rate, here's what I get: # make depend cc -O2 -m486 -pipe -I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.sbin/vipw -I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.sbin/ypserv -I/usr/src/usr.sbin/rpc.yppasswdd/../../libexec/ypxfr -I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.bin/chpass -I/usr/src/usr.sbin/rpc.yppasswdd -I. /usr/src/usr.sbin/rpc.yppasswdd/../../libexec/ypxfr/yp_dbwrite.c -o yp_dbwrite /usr/lib/crt0.o: Undefined symbol `_main' referenced from text segment /var/tmp/cc0021471.o: Undefined symbol `_yp_errno' referenced from text segment /var/tmp/cc0021471.o: Undefined symbol `_yp_errno' referenced from text segment /var/tmp/cc0021471.o: Undefined symbol `_yp_dir' referenced from text segment /var/tmp/cc0021471.o: Undefined symbol `_openinfo' referenced from text segment /var/tmp/cc0021471.o: Undefined symbol `_yp_errno' referenced from text segment /var/tmp/cc0021471.o: Undefined symbol `_yp_errno' referenced from text segment /var/tmp/cc0021471.o: Undefined symbol `_yp_errno' referenced from text segment *** Error code 1 Stop. # cd ../yp_mkdb # make depend rm -f .depend mkdep -f .depend -a -Dyp_error=warnx -I/usr/src/usr.sbin/yp_mkdb/../../usr.sbin/ypserv /usr/src/usr.sbin/yp_mkdb/yp_mkdb.c /usr/src/usr.sbin/yp_mkdb/../ypserv/yp_dblookup.c /usr/src/usr.sbin/yp_mkdb/../../libexec/ypxfr/yp_dbwrite.c /usr/src/usr.sbin/yp_mkdb/yp_mkdb.c:50: ypxfr_extern.h: No such file or directory mkdep: compile failed. *** Error code 1 Stop. ---Jake