Date: Tue, 24 Apr 2001 02:17:20 +0400 From: Ilya Naumov <camel@avias.com> To: current@freebsd.org Subject: Re[2]: world is broken? Message-ID: <16019309255.20010424021720@avias.com> In-Reply-To: <20010422155047.D71433@xor.obsecurity.org> References: <38167575881.20010422181125@avias.com> <20010422155047.D71433@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Kris, Monday, April 23, 2001, 2:50:48 AM, you wrote: >> 'make buildworld' fails with the following symptoms: >> ===> usr.sbin/rpc.lockd [skipped] >> Stop in /garbage/src/usr.sbin/rpc.lockd. >> *** Error code 1 KK> Looks like you're building with -j, no, i read about potential problems with -j in a mailing list, so i built my 'world' without this option. KK> and haven't actually included the command which gave the error (which may be some way back in the KK> make(1) output). Rebuild without -j and post the real error :-) /usr/src # cd /usr/src/usr.sbin/rpc.lockd/ /usr/src/usr.sbin/rpc.lockd # make cc -pipe -march=k6 -I. -I/usr/include/rpcsvc -g -o rpc.lockd kern.o nlm_prot_svc.o lockd.o lock_proc.o lockd_lock.o -lrpcsvc -lutil kern.o: In function `test_request': /garbage/src/usr.sbin/rpc.lockd/kern.c(.text+0x504): undefined reference to `from_addr' kern.o: In function `lock_request': /garbage/src/usr.sbin/rpc.lockd/kern.c(.text+0x743): undefined reference to `from_addr' kern.o: In function `unlock_request': /garbage/src/usr.sbin/rpc.lockd/kern.c:387: undefined reference to `from_addr' kern.o: In function `lock_answer': /garbage/src/usr.sbin/rpc.lockd/kern.c:454: undefined reference to `show_4state' /garbage/src/usr.sbin/rpc.lockd/kern.c:454: undefined reference to `show_state' *** Error code 1 Stop in /garbage/src/usr.sbin/rpc.lockd. of course, the source tree is up to date. -- Best regards, Ilya mailto:camel@avias.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16019309255.20010424021720>