Date: Tue, 20 May 1997 07:24:17 -0400 From: Ron Bolin <rlb@mindspring.com> To: FreeBSD Current Mailing List <freebsd-current@freebsd.org> Subject: RELENG2_2 Build Tbls Message-ID: <338189E1.5C7F@mindspring.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------61C02367794 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sorry for the repost, but the attachment never mad it on the first send. >From a 5-19 cvsup I have found 3 build bugs. I corrected the first 2, but the last on is missing a header file for /usr.sbin/amd/amq in am.h:52 nfs_prot.h is missing. I have attached the build error output and fix for the first 2 errors, but it looks like something is missing in the third and last one. Any ideas? Thank's Ron: -- -- **************************************************************************** Ron Bolin rlb@mindspring.com, http://www.mindspring.com/~rlb/ http://rlb.users.mindspring.com gs01rlb@panther.gsu.edu matrlbx@indigo4.cs.gsu.edu Home: 770-992-8877 Work: 770-263-2411 --------------61C02367794 Content-Type: text/plain; charset=us-ascii; name="BUG.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="BUG.txt" BUG 1 FIX - config and make new makeinfo 5-19-97 ===> gnu/usr.bin/texinfo/doc makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/texinfo.texi -o texinfo.info.new Making info file `texinfo.info.new' from `/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/texinfo.texi'. /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/texinfo.texi:21: Unknown info command `dircategory'. /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/texinfo.texi:22: Unknown info command `direntry'. /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/texinfo.texi:27: Unmatched `@end'. /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/texinfo.texi:16887: Expected ` @end shorttitlepage'. *** Error code 2 Stop. *** Error code 1 BUG 2 FIX make libutil in libexec cc -O -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -c /usr/src/libexec/ftpd/skey-stuff.c cc -O -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -o ftpd ftpd.o ftpcmd.o logwtmp.o popen.o skey-stuff.o -lskey -lmd -lcrypt -lutil ftpd.o: Undefined symbol `_setusercontext' referenced from text segment ftpd.o: Undefined symbol `_login_getpwclass' referenced from text segment ftpd.o: Undefined symbol `_auth_hostok' referenced from text segment ftpd.o: Undefined symbol `_auth_timeok' referenced from text segment ftpd.o: Undefined symbol `_setusercontext' referenced from text segment ftpd.o: Undefined symbol `_login_getcapbool' referenced from text segment ftpd.o: Undefined symbol `_login_close' referenced from text segment ftpd.o: Undefined symbol `_login_close' referenced from text segment *** Error code 1 Stop. *** Error 5-19 ===> usr.sbin/amd/amq cc -O -I/usr/obj/usr/src/usr.sbin/amd/amq -I/usr/src/usr.sbin/amd/amq/../include -I/usr/src/usr.sbin/amd/amq/../rpcx -I/usr/src/usr.sbin/amd/amq/../config -DARCH_REP=\"i386\" -DOS_REP=\"bsd44\" -DOS_HDR=\"os-bsd44.h\" -c /usr/src/usr.sbin/amd/amq/amq.c In file included from /usr/src/usr.sbin/amd/amq/amq.c:61: /usr/src/usr.sbin/amd/amq/../include/am.h:52: nfs_prot.h: No such file or directory *** Error code 1 --------------61C02367794--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?338189E1.5C7F>