From owner-freebsd-current Thu Jun 7 13:19: 1 2001 Delivered-To: freebsd-current@freebsd.org Received: from gci-net.com (mail.gci-net.com [208.2.166.100]) by hub.freebsd.org (Postfix) with ESMTP id BD61537B401 for ; Thu, 7 Jun 2001 13:18:58 -0700 (PDT) (envelope-from bobkot@gci-net.com) Received: from [208.32.92.144] (HELO k7.jibe.net) by gci-net.com (CommuniGate Pro SMTP 3.4.5) with SMTP id 5036301 for current@FreeBSD.ORG; Thu, 07 Jun 2001 13:20:41 -0700 From: Bob Kot To: current@FreeBSD.ORG Subject: installworld dies .../usr/share/examples/ipfw/change_rules.sh Date: Thu, 7 Jun 2001 12:19:11 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01060713202700.00379@k7.jibe.net> Content-Transfer-Encoding: 8bit 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 I cvsup'd sources at about 13:00 MST 6-Jun-2001 make -j6 -DNOPROFILE=true buildworld ---> Completed successfully make -DNOPROFILE=true installworld ---> Failed as follows..... install -c -o root -g wheel -m 644 ipfw/change_rules.sh /usr/share/examples/ipfw/change_rules.sh install: /usr/share/examples/ipfw/change_rules.sh: No such file or directory *** Error code 71 Stop in /usr/src/share/examples. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Went to /usr/share/examples and found that the ipfw directory did not exist. My successful work-around was to create it manually and re-run the installworld. I only track -current on occasion. Previous upgrade was Mar18,2001. src/share/examples/ipfw/change_rules.sh was new to the tree as of yesterday. This failure smacks of a Makefile deficiency. Is this a valid problem? Did I grab my cvsup at an unlucky time in relation to this file being recently committed? Did I commit an egregious error by using the -j6 switch in the buildworld? 1 3 o 1 3 13o13 BoB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message