From owner-freebsd-stable Wed Dec 15 7:47:40 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zgia.zp.ua (Eagle.ZGIA.zp.ua [194.183.182.2]) by hub.freebsd.org (Postfix) with SMTP id 055B7154A9 for ; Wed, 15 Dec 1999 07:47:13 -0800 (PST) (envelope-from laa@zgia.zp.ua) Received: from localhost (laa@localhost) by zgia.zp.ua (8.9.3/8.9.3) with ESMTP id SAA53313; Wed, 15 Dec 1999 18:59:37 +0200 (EET) Date: Wed, 15 Dec 1999 18:59:37 +0200 (EET) From: Alexandr Listopad To: John Reynolds~ Cc: freebsd-stable@FreeBSD.ORG Subject: Re: cvsup and src/contrib/bind. In-Reply-To: <14423.46328.180570.18317@hip186.ch.intel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jreyno> jreyno>If you give us some more information, we might be able to help. What were you jreyno>exactly trying to build? Your subject suggests src/contrib/bind but also says jreyno>"cvsup". What were you trying to do that gave you an error? Please mail back jreyno>this information along with all the output that the command gives you to the jreyno>list and we might have a better chance at helping. jreyno> jreyno>If something croaked in a "make buildworld" w.r.t. "bind" then re CVSup your jreyno>sources and try again. I rebuilt world last night with the new bind placed jreyno>into the tree and all went without a hitch (as usual :). jreyno> jreyno>regards, jreyno> root@Eagle$ cd contrib/bind/ root@Eagle$ make .... .... cc -O2 -g -I../../port/freebsd/include -I../../include -c ev_streams.c ld -x -r ev_streams.o -o a.out && mv a.out ev_streams.o if test ! -d threaded ; then mkdir threaded ; fi cc -O2 -g -I../../port/freebsd/include -I../../include -D_REENTRANT -c ev_wait s.c -o threaded/ev_waits.o ld -x -r threaded/ev_waits.o -o a.out && mv a.out threaded/ev_waits.o cc -O2 -g -I../../port/freebsd/include -I../../include -c ev_waits.c ld -x -r ev_waits.o -o a.out && mv a.out ev_waits.o ( cd threaded ; ar cru ../../../lib/libbind_r.a tree.o base64.o bitncmp.o asse rtions.o memcluster.o logging.o heap.o ctl_p.o ctl_srvr.o ctl_clnt.o eventlib .o ev_connects.o ev_files.o ev_timers.o ev_streams.o ev_waits.o ; : ../../../ lib/libbind_r.a ) ar cru ../../lib/libbind.a tree.o base64.o bitncmp.o assertions.o memcluster.o logging.o heap.o ctl_p.o ctl_srvr.o ctl_clnt.o eventlib.o ev_connects.o ev_fi les.o ev_timers.o ev_streams.o ev_waits.o : ../../lib/libbind.a cd: can't cd to bsd *** Error code 2 Stop. *** Error code 1 Stop. This is that error... ;-| Regards, Listopad Alexandr (laa@zgia.zp.ua), LAA7-RIPE ZGIA, Zaporozhye, Ukraine. http://www.zgia.zp.ua. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message