Date: Fri, 24 Jan 2003 14:33:34 +0200 (SAST) From: Gareth Hopkins <gareth@za.uu.net> To: freebsd-stable@freebsd.org Subject: Problem with make installworld today Message-ID: <20030124143103.B46974-100000@gabba.so.cpt1.za.uu.net>
next in thread | raw e-mail | index | archive | help
Howdie, I supped a brand new 4.7 install machine this morning. make buildworld went smoothly but a make installworld is breaking mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist -p /usr/include cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 cam/*.h /usr/include/cam cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 msdosfs/*.h /usr/include/msdosfs cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 net/*.h /usr/include/net cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netatalk/*.h /usr/include/netatalk cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netatm/*.h /usr/include/netatm cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netgraph/*.h /usr/include/netgraph cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netinet/*.h /usr/include/netinet cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netinet6/*.h /usr/include/netinet6 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netipsec/*.h /usr/include/netipsec usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/src/include. *** Error code 1 I see the /usr/src/include Makefile was changed today sometime # @(#)Makefile 8.2 (Berkeley) 1/4/94 # $FreeBSD: src/include/Makefile,v 1.109.2.27 2003/01/24 05:12:29 sam Exp $ Any ideas? --- Gareth Hopkins Server Operations UUNET South Africa (o) +27.21.658.8700 (f) +27.21.658.8552 (m) +27.82.929.6668 http://www.uunet.co.za 08600 UUNET (08600 88638) "The contents of this e-mail and any accompanying documentation is confidential and any use thereof, in whatever form, by anyone other than the addressee for whom it is intended, is strictly prohibited." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030124143103.B46974-100000>