From owner-freebsd-current Sun Sep 3 06:12:06 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id GAA17269 for current-outgoing; Sun, 3 Sep 1995 06:12:06 -0700 Received: from shell.monmouth.com (shell.monmouth.com [205.164.220.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id GAA17262 for ; Sun, 3 Sep 1995 06:12:04 -0700 Received: (from pechter@localhost) by shell.monmouth.com (8.6.12/8.6.12) id JAA10167 for freebsd-current@freebsd.org; Sun, 3 Sep 1995 09:14:40 -0400 From: Pechter Message-Id: <199509031314.JAA10167@shell.monmouth.com> Subject: Compilation problem To: freebsd-current@freebsd.org Date: Sun, 3 Sep 1995 09:14:39 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 2342 Sender: current-owner@freebsd.org Precedence: bulk Got the following error during the compile of passwd from current. Any suggestions? Script started on Sun Sep 3 09:11:08 1995 # make cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/local_passwd.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/yp_passwd.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/passwd.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/../../usr.bin/chpass/pw_copy.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/../../usr.sbin/vipw/pw_util.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -o passwd local_passwd.o yp_passwd.o passwd.o pw_copy.o pw_util.o -lcrypt -lrpcsvc local_passwd.o: Undefined symbol `_local_password' referenced from text segment local_passwd.o: Undefined symbol `_local_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: More undefined symbol _yp_password refs follow passwd.o: Undefined symbol `_use_yp' referenced from text segment pw_util.o: Undefined symbol `__use_yp' referenced from text segment *** Error code 1 Stop.