From owner-freebsd-stable Sat Oct 27 18:42:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id B2E9737B403 for ; Sat, 27 Oct 2001 18:41:58 -0700 (PDT) Received: from WARLOCK (216-99-197-143.dial.spiritone.com [216.99.197.143]) by mail3.aracnet.com (8.11.6/8.11.0) with SMTP id f9S1fu632004 for ; Sat, 27 Oct 2001 18:41:56 -0700 Delivered-To: Message-ID: <000b01c15f52$0d3fda50$0100a8c0@WARLOCK> From: "Sean M Hollingsworth" To: References: <001401c15f1e$6656b2a0$0100a8c0@WARLOCK> Subject: Re: 4.4 make installworld failure Date: Sat, 27 Oct 2001 18:44:14 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01C15F17.603F1D00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 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 This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C15F17.603F1D00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I think I've figured it out ... but I'm not sure. The computer that I = installed 4.4 on has 3 36G SCSI drives in it. I ended up with about 70G = of free space on the drives and decided to try out vinum and concat all = the empty space for /usr. Instead of dd'ing the contents of the = existing /usr to the new /usr, I just "cp -pr"'ed it. I think this = likely hosed some of the symlinks in /usr. What should be in /usr/share/man/en.ISO_8859-1 and its parent directory? Sean ----- Original Message -----=20 From: Sean M Hollingsworth=20 To: freebsd-stable@FreeBSD.ORG=20 Sent: Saturday, October 27, 2001 12:34 PM Subject: 4.4 make installworld failure If this has been already been addressed, please just point me in the = right direction to the archives. I downloaded and installed FreeBSD 4.4 last week and did a cvsup for = stable this morning. Make buildworld and the kernel build and install = went without problems, but make installworld stops almost immediately: = *************************************************************************= ********************************************************** Script started on Sat Oct 27 09:41:32 2001 # make installworld mkdir -p /tmp/install.16482 for prog in [ awk cat chflags chmod chown date echo egrep find grep ln = make makewhatis mtree mv perl rm sed sh sysctl test true uname wc zic; = do cp `which $prog` /tmp/install.16482; done cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj = COMPILER_PATH=3D/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/u= sr/bin = LIBRARY_PATH=3D/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/li= b OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec CFLAGS=3D"-nostdinc = -O -pipe -march=3Dpentiumpro" = PERL5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 = GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin = GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/usr/share/groff_font = GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/usr/share/tmac = PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/= obj/usr/src/i386/usr/games:/tmp/install.16482 make -f Makefile.inc1 = reinstall -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p = /usr/libdata/perl/5.00503/mach cd /; rm -f /sys; ln -s usr/src/sys sys cd /usr/share/man/en.ISO_8859-1; ln -sf ../man* . ln: ./man1: Operation not permitted ln: ./man1aout: Operation not permitted ln: ./man2: Operation not permitted ln: ./man3: Operation not permitted ln: ./man4: Operation not permitted ln: ./man5: Operation not permitted ln: ./man6: Operation not permitted ln: ./man7: Operation not permitted ln: ./man8: Operation not permitted ln: ./man9: Operation not permitted ln: ./mann: Operation not permitted *** Error code 1 Stop in /usr/src/etc. *** 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. # exit Script done on Sat Oct 27 09:41:47 2001 = *************************************************************************= *************************************************************** Has anyone else run into this? Thanks Sean M Hollingsworth ------=_NextPart_000_0008_01C15F17.603F1D00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I think I've figured it out ... but I'm = not=20 sure.  The computer that I installed 4.4 on has 3 36G SCSI drives = in=20 it.  I ended up with about 70G of free space on the drives and = decided=20 to try out vinum and concat all the empty space for /usr.  Instead = of=20 dd'ing the contents of the existing /usr to the new /usr, I just "cp = -pr"'ed=20 it.  I think this likely hosed some of the symlinks in = /usr.
 
What should be in = /usr/share/man/en.ISO_8859-1 and=20 its parent directory?
 
Sean
----- Original Message -----
From:=20 Sean M=20 Hollingsworth
To: freebsd-stable@FreeBSD.ORG =
Sent: Saturday, October 27, = 2001 12:34=20 PM
Subject: 4.4 make installworld=20 failure

If this has been already been = addressed, please=20 just point me in the right direction to the archives.
 
I downloaded and installed FreeBSD = 4.4 last week=20 and did a cvsup for stable this morning.  Make buildworld and the = kernel=20 build and install went without problems, but make installworld stops = almost=20 immediately:
 
****************************************************************= *******************************************************************

Script started on Sat Oct 27 09:41:32 2001

# make installworld

mkdir -p /tmp/install.16482

for prog in [ awk cat chflags chmod chown date echo egrep find grep = ln make=20 makewhatis mtree mv perl rm sed sh sysctl test true uname wc zic; do = cp `which=20 $prog` /tmp/install.16482; done

cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj=20 = COMPILER_PATH=3D/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/u= sr/bin=20 = LIBRARY_PATH=3D/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/li= b=20 OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec CFLAGS=3D"-nostdinc = -O -pipe=20 -march=3Dpentiumpro" = PERL5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl/5.00503=20 GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin=20 GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/usr/share/groff_font=20 GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/usr/share/tmac=20 = PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/= obj/usr/src/i386/usr/games:/tmp/install.16482=20 make -f Makefile.inc1 reinstall

--------------------------------------------------------------

>>> Making hierarchy

--------------------------------------------------------------

cd /usr/src; make -f Makefile.inc1 hierarchy

cd /usr/src/etc; make distrib-dirs

mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /

mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var

mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr

mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p = /usr/include

mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p=20 /usr/libdata/perl/5.00503/mach

cd /; rm -f /sys; ln -s usr/src/sys sys

cd /usr/share/man/en.ISO_8859-1; ln -sf ../man* .

ln: ./man1: Operation not permitted

ln: ./man1aout: Operation not permitted

ln: ./man2: Operation not permitted

ln: ./man3: Operation not permitted

ln: ./man4: Operation not permitted

ln: ./man5: Operation not permitted

ln: ./man6: Operation not permitted

ln: ./man7: Operation not permitted

ln: ./man8: Operation not permitted

ln: ./man9: Operation not permitted

ln: ./mann: Operation not permitted

*** Error code 1

Stop in /usr/src/etc.

*** 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.

# exit

Script done on Sat Oct 27 09:41:47 2001

************************************************************= *************************************************************************= ***

Has anyone else run into this?

Thanks

Sean M=20 Hollingsworth

------=_NextPart_000_0008_01C15F17.603F1D00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message