From owner-freebsd-stable Sat Jun 8 16:26:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id A4CD937B404 for ; Sat, 8 Jun 2002 16:26:48 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g58NQmCV083226; Sat, 8 Jun 2002 16:26:48 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g58NQmHt083225; Sat, 8 Jun 2002 16:26:48 -0700 (PDT) (envelope-from dillon) Date: Sat, 8 Jun 2002 16:26:48 -0700 (PDT) From: Matthew Dillon Message-Id: <200206082326.g58NQmHt083225@apollo.backplane.com> To: randall ehren Cc: Subject: Re: make buildworld problems References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :after changing /var to only nosuid, the build completed. thanks for the tip. : :the only line in my stable-supfile pretaining to /var was: : *default base=/var/cvsup : :all of the files in /var/cvsup seem to just be ascii text files, logs of the :cvsup and build process. : :any ideas as to why something would need to execute from /var during a make :buildworld? : :thanks again, : : - randall s. ehren :// 805.893.5632 Ah ha! Excellent, I'm glad you got it working. I suspect the issue with /var may be related to /var/tmp. If you ktrace -i that portion of the build and look for '/var' in the kdump I'll bet it will become obvious. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message