From owner-freebsd-stable Wed Jul 18 4:45:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from olfert1.intern.dd.dk (ip146.oelnxr1.ras.tele.dk [195.215.235.146]) by hub.freebsd.org (Postfix) with ESMTP id 681AE37B403 for ; Wed, 18 Jul 2001 04:45:50 -0700 (PDT) (envelope-from bjb@c.dk) Received: (from bjb@localhost) by olfert1.intern.dd.dk (8.11.3/8.11.3) id f6IBjjp00630 for freebsd-stable@freebsd.org; Wed, 18 Jul 2001 13:45:45 +0200 (CEST) (envelope-from bjb@c.dk) X-Authentication-Warning: olfert1.intern.dd.dk: bjb set sender to bjb@c.dk using -f Date: Wed, 18 Jul 2001 13:45:45 +0200 From: Bjarne Blichfeldt To: freebsd-stable@freebsd.org Subject: make installworld fails Message-ID: <20010718134545.A610@olfert1.intern.dd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My last cvsup was 18-07 at around 07:00. make buildworld ok make buildkernel ok make installkernel ok in singleuser : make installworld : :snip cd /usr/src/include/arpa; install -C -o root -g wheel -m 444 ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h /usr/include/arpa cd /usr/src/include/protocols; install -C -o root -g wheel -m 444 dumprestore.h routed.h rwhod.h talkd.h timed.h /usr/include/protocols cd /usr/src/include/rpc; install -C -o root -g wheel -m 444 auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h types.h xdr.h auth_des.h des.h des_crypt.h /usr/include/rpc install -C -o root -g wheel -m 444 /usr/src/include/osreldate.h /usr/include *** Error code 71 /usr/src/include/osreldate.h not found I tried to copy the existing /usr/include/osreldate.h to /usr/src/include/osreldate.h and do a new make installworld, only to stop later somewhere in perl. Regards Bjarne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message