On 8/8/05, Randy Bush <[EMAIL PROTECTED]> wrote: > at the make installworld step in the 4->5 upgrade sequence. > > /usr/share/man/man3/item_value.3.gz -> /usr/share/man/man3/mitem_value.3.gz > /usr/share/man/man3/set_item_value.3.gz -> > /usr/share/man/man3/mitem_value.3.gz > /usr/share/man/man3/item_visible.3.gz -> > /usr/share/man/man3/mitem_visible.3.gz > ===> lib/libmilter > install -C -o root -g wheel -m 444 libmilter.a /usr/lib > install: libmilter.a: No such file or directory > *** Error code 71 > > how can i get past this to get a clean enough system to be able to build > again?
Did you do a 'make buildworld -DNO_SENDMAIL'? If you did, then you need to do a 'make installworld -DNO_SENDMAIL'. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
