From owner-freebsd-current Mon Apr 23 15:17: 8 2001 Delivered-To: freebsd-current@freebsd.org Received: from camel.avias.com (camel.avias.com [195.14.38.87]) by hub.freebsd.org (Postfix) with ESMTP id 9622337B42C for ; Mon, 23 Apr 2001 15:17:00 -0700 (PDT) (envelope-from camel@avias.com) Received: from gr.avias.local (gr.avias.local [192.168.2.2]) by camel.avias.com (8.11.3/8.11.3) with ESMTP id f3NMGUO46053 for ; Tue, 24 Apr 2001 02:16:31 +0400 (MSD) (envelope-from camel@avias.com) Date: Tue, 24 Apr 2001 02:17:20 +0400 From: Ilya Naumov X-Mailer: The Bat! (v1.51) Educational Reply-To: Ilya Naumov X-Priority: 3 (Normal) Message-ID: <16019309255.20010424021720@avias.com> To: current@freebsd.org Subject: Re[2]: world is broken? In-Reply-To: <20010422155047.D71433@xor.obsecurity.org> References: <38167575881.20010422181125@avias.com> <20010422155047.D71433@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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