Date: Wed, 15 Dec 1999 11:32:50 -0500 (EST) From: danh@wzrd.com (Dan Harnett) To: laa@ZGIA.zp.ua (Alexandr Listopad) Cc: freebsd-stable@freebsd.org Subject: Re: cvsup and src/contrib/bind. Message-ID: <19991215163250.2B4C95D018@mail.wzrd.com> In-Reply-To: <Pine.BSF.4.10.9912151856310.50615-100000@Eagle.ZGIA.zp.ua> from Alexandr Listopad at "Dec 15, 1999 6:59:37 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
cd /usr/src/usr.sbin/named && make cd /usr/src/libexec/named-xfer && make etc ... > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991215163250.2B4C95D018>