From owner-freebsd-stable Fri Aug 2 15:53: 2 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B84937B400 for ; Fri, 2 Aug 2002 15:52:58 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C6F43E65 for ; Fri, 2 Aug 2002 15:52:57 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: from blossom.cjclark.org ([12.234.91.48]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020802225256.DVVB221.sccrmhc02.attbi.com@blossom.cjclark.org> for ; Fri, 2 Aug 2002 22:52:56 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g72MquJK031216 for ; Fri, 2 Aug 2002 15:52:56 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g72MqtOT031215 for stable@freebsd.org; Fri, 2 Aug 2002 15:52:55 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Fri, 2 Aug 2002 15:52:55 -0700 From: "Crist J. Clark" To: stable@freebsd.org Subject: 'clean' Problems in libgmp Message-ID: <20020802225255.GA31010@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-URL: http://people.freebsd.org/~cjc/ 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 I am having problems building -STABLE on a recent -STABLE box. I can think of ways to work around this, but I'd like to figure out what is wrong. I am getting the following error, $ make buildworld . . . -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- . . . ===> gnu/lib/libgmp . . . rm -f libgmp.so rm -f libgmp.so.* libgmp.so rm -f libgmp.a libgmp_p.a libgmp.so.3 rm -rf mpz mpf mpq rm: mpz: Read-only file system rm: mpf: Read-only file system rm: mpq: Read-only file system *** Error code 1 Stop in /usr/src/gnu/lib/libgmp. *** Error code 1 Stop in /usr/src/gnu/lib/libgmp. *** Error code 1 Stop in /usr/src/gnu/lib. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. $ I am building from an NFS mounted, read-only /usr/src. The object directory is completely clean at the start. I don't see why it would matter, but I am building as a non-root user and MAKEOBJDIRPREFIX=$HOME/obj. I've done a 'make clean; make clean; make cleandir; make cleandir' in the source tree to make sure there is no cruft in there. It looks to me like there is something pretty funky going on in the *.mk files. I can't figure out why it thinks mpz, mpf, and mpq exist. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message