From owner-freebsd-current Wed May 23 9:22:10 2001 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 30BCB37B619 for ; Wed, 23 May 2001 09:22:05 -0700 (PDT) (envelope-from david@catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.10.0/8.10.0) id f4NGLob06057 for current@FreeBSD.ORG; Wed, 23 May 2001 09:21:50 -0700 (PDT) Date: Wed, 23 May 2001 09:21:50 -0700 (PDT) From: David Wolfskill Message-Id: <200105231621.f4NGLob06057@bunrab.catwhisker.org> To: current@FreeBSD.ORG Subject: installworld broken (includes fix) [was: Re: sbin/vinum broken] In-Reply-To: <200105231608.f4NG8Vt05998@bunrab.catwhisker.org> 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 >Date: Wed, 23 May 2001 09:08:31 -0700 (PDT) >From: David Wolfskill >The "make installworld" dies, however: >cd /usr/src/include/../sys; install -C -C -o root -g wheel -m 444 dev/usb/*.h /usr/include/dev/usb >cd /usr/src/include/../sys; install -C -C -o root -g wheel -m 444 dev/wi/*.h /usr/include/dev/wi >cd /usr/src/include/../sys; install -C -C -o root -g wheel -m 444 fs/fdesc/*.h /usr/include/fs/fdesc >install: fs/fdesc/*.h: No such file or directory >*** Error code 71 >Stop in /usr/src/include. >*** Error code 1 >Stop in /usr/src. >*** Error code 1 >I suspect that the reference to fs/fdesc/*.h should read "fs/fdescfs/*.h", >per the earlier "HEADS UP" note. OK; that was necessary, but insufficient. Here's a patch: cvs diff -u include/Makefile Index: include/Makefile =================================================================== RCS file: /cvs/freebsd/src/include/Makefile,v retrieving revision 1.138 diff -u -u -r1.138 Makefile --- include/Makefile 2001/05/23 09:41:59 1.138 +++ include/Makefile 2001/05/23 16:18:24 @@ -46,8 +46,8 @@ LNOHEADERDIRS= fs isofs ufs dev LSUBDIRS= cam/scsi dev/ppbus dev/usb dev/wi \ - fs/fdesc fs/fifofs fs/nullfs fs/portal fs/procfs fs/smbfs \ - fs/umapfs fs/union isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs + fs/fdescfs fs/fifofs fs/nullfs fs/portalfs fs/procfs fs/smbfs \ + fs/umapfs fs/unionfs isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is dhcp-133[18] Cheers, david -- David H. Wolfskill david@catwhisker.org As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message