Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 1996 12:12:39 -0700 (PDT)
From:      Jake Hamby <jehamby@lightside.com>
To:        Bill Paul <wpaul@skynet.ctr.columbia.edu>
Cc:        Bruce Evans <bde@zeta.org.au>, current@freebsd.org
Subject:   Re: Bug in ypxfer's Makefile
Message-ID:  <Pine.AUX.3.91.960606120503.28546A-100000@covina.lightside.com>
In-Reply-To: <199606061656.MAA21231@skynet.ctr.columbia.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.AUX.3.91.960606120503.28546A-100000>