From owner-freebsd-current Thu Dec 18 04:03:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA12798 for current-outgoing; Thu, 18 Dec 1997 04:03:51 -0800 (PST) (envelope-from owner-freebsd-current) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA12788 for ; Thu, 18 Dec 1997 04:03:46 -0800 (PST) (envelope-from werner@btp1da.phy.uni-bayreuth.de) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.7.3) id NAA05091; Thu, 18 Dec 1997 13:03:32 +0100 (MET) Message-ID: <19971218130332.64166@btp1da.phy.uni-bayreuth.de> Date: Thu, 18 Dec 1997 13:03:32 +0100 From: Werner Griessl To: current@freebsd.org Subject: current buildworld broken Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Buildworld from today in current failed for me with: rm -f wump wump.o wump.6.gz wump.6.cat.gz if test -d /usr/src/gnu.i386; then echo "===> gnu.i386"; edir=gnu.i386; cd /usr/src/${edir}; else echo "===> gnu"; edir=gnu; cd /usr/src/${edir}; fi; /usr/obj/usr/src/tmp/usr/bin/make clean DIRPRFX=${edir}/ ===> gnu ===> gnu/include rm -f usage: rm [-f | -i] [-dPRrW] file ... *** Error code 1 Stop. Werner