From owner-freebsd-current Wed Oct 23 10: 9:31 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A81A237B401; Wed, 23 Oct 2002 10:09:29 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B784D43E6E; Wed, 23 Oct 2002 10:09:28 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id NAA16146; Wed, 23 Oct 2002 13:09:28 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g9NH8wJ09249; Wed, 23 Oct 2002 13:08:58 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15798.55210.101933.656893@grasshopper.cs.duke.edu> Date: Wed, 23 Oct 2002 13:08:58 -0400 (EDT) To: Ruslan Ermilov Cc: freebsd-current@freebsd.org Subject: Re: Groff problems (was Re: alpha tinderbox failure) In-Reply-To: <20021023142044.GD31781@sunbay.com> References: <200210210942.g9L9gLpM025724@beast.freebsd.org> <15796.17145.909288.498725@grasshopper.cs.duke.edu> <20021022142929.GB48398@sunbay.com> <20021022220221.3a8e2312.kabaev@bellatlantic.net> <15798.43826.90549.275914@grasshopper.cs.duke.edu> <20021023142044.GD31781@sunbay.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan, Buildworld completed, and as I installed it, I was reminded of a problem that I *always* have on this machine when I do a make installworld: ===> lib/libncurses install -C -o root -g wheel -m 444 libncurses.a /usr/lib install -C -o root -g wheel -m 444 libncurses_p.a /usr/lib install -s -o root -g wheel -m 444 libncurses.so.5 /usr/lib ln -fs libncurses.so.5 /usr/lib/libncurses.so install -C -o root -g wheel -m 444 curses.h term.h termcap.h unctrl.h /usr/src/ lib/libncurses/../../contrib/ncurses/include/ncurses_dll.h /usr/include /usr/include/ncurses.h -> curses.h ln -s /usr/src/lib/libncurses/../../contrib/ncurses/man/curs_addstr.3x curs_adds tr.3 ln: curs_addstr.3: File exists *** Error code 1 Stop in /usr/src/lib/libncurses. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. Do you have any idea what's going on here? I've (previously) gone so far as to rm -rf /usr/src and do a fresh checkout. That doesn't seem to help. The only way I can get installworld to complete is to use make with a -k flag.. All fs'es are mounted with noatime, could that have something to do with it? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message