Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 16:51:23 -0800 (PST)
From:      John Polstra <jdp@polstra.com>
To:        alpha@freebsd.org
Cc:        jhb@freebsd.org
Subject:   Re: Stable build breakage on the alpha
Message-ID:  <200111280051.fAS0pNI53672@vashon.polstra.com>
In-Reply-To: <XFMail.011127164039.jhb@FreeBSD.org>
References:  <XFMail.011127164039.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <XFMail.011127164039.jhb@FreeBSD.org>,
John Baldwin  <jhb@FreeBSD.ORG> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111280051.fAS0pNI53672>