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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to