From owner-freebsd-alpha Tue Nov 27 16:51:32 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by hub.freebsd.org (Postfix) with ESMTP id 3A51437B405; Tue, 27 Nov 2001 16:51:24 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id fAS0pN056514; Tue, 27 Nov 2001 16:51:23 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.6/8.11.0) id fAS0pNI53672; Tue, 27 Nov 2001 16:51:23 -0800 (PST) (envelope-from jdp) Date: Tue, 27 Nov 2001 16:51:23 -0800 (PST) Message-Id: <200111280051.fAS0pNI53672@vashon.polstra.com> To: alpha@freebsd.org From: John Polstra Cc: jhb@freebsd.org Subject: Re: Stable build breakage on the alpha In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article , John Baldwin wrote: > > On 28-Nov-01 John Polstra wrote: > > > > ===> libgmp > > mkdir mpz > > mkdir: mpz: File exists > > *** Error code 1 > > > > The directory exists because it already got created earlier during > > make depend. [...] > I've done a buildworld a week or so ago w/o any problems on a DS20. Hrm, it kind of acts like "make" breakage. The relevant Makefile lines are: mpz mpf mpq: mkdir ${.TARGET} These directories already exist in the obj directory, but "make mpz" (for example) still tries to do the mkdir again. Whereas on the i386 in the same situation, "make mpz" doesn't do anything. The only thing at all nonstandard on my system is that I've got "CPUTYPE=ev56" in /etc/make.conf. I'll try rebuilding make without that later on and see if it makes any difference. John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message