From owner-freebsd-questions Thu Apr 6 19: 1:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cove.com (mail.cove.com [209.113.166.8]) by hub.freebsd.org (Postfix) with ESMTP id 4A67337BC1F for ; Thu, 6 Apr 2000 19:01:24 -0700 (PDT) (envelope-from tommyk@cove.com) Received: from cove.com (capm370.cape.cove.com [209.113.167.70]) by mail.cove.com (8.8.8/8.8.8) with ESMTP id TAA22403 for ; Thu, 6 Apr 2000 19:50:27 -0500 (EST) Message-ID: <38ED41F8.AF50142E@cove.com> Date: Thu, 06 Apr 2000 22:03:36 -0400 From: tommyk X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: make world / 3-stable fails... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm a newbie to the cvsup system, but I thought I have this working fairly well. I'm currently running 3.2 from off a CD, so I got the stable tree and the crypto from a server using the standard files off the local disk at /usr/share/examples/cvsup ? At least, that's from http://www.freebsd.org/handbook/synching.html pointer / link. All i did was change the name of the server to cvsup3 ... Everything seemed to work great, but I've been pulling out my hair. Whenever I do make buildworld or make world, I get this: install -C -o root -g wheel -m 444 /usr/src/gnu/lib/libdialog/dialog.h /usr/obj/usr/src/tmp/usr/include cd /usr/src/gnu/lib/libgmp; /usr/obj/usr/src/tmp/usr/bin/make beforeinstall install -C -o root -g wheel -m 444 /usr/src/gnu/lib/libgmp/../../../contrib/libgmp/gmp.h /usr/obj/usr/src/tmp/usr/include cd /usr/src/secure/lib/libdes; /usr/obj/usr/src/tmp/usr/bin/make beforeinstall cd: can't cd to /usr/src/secure/lib/libdes *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Where do I go from here? Any thoughts on what's wrong? I could just go get the libdes directory from the stable ftp server, but hey I want cvsup to work right....so, what did I do wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message