Date: Sat, 27 Oct 2001 18:44:14 -0700 From: "Sean M Hollingsworth" <unkleho@aracnet.com> To: <freebsd-stable@freebsd.org> Subject: Re: 4.4 make installworld failure Message-ID: <000b01c15f52$0d3fda50$0100a8c0@WARLOCK> References: <001401c15f1e$6656b2a0$0100a8c0@WARLOCK>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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 ----- From: Sean M Hollingsworth To: freebsd-stable@FreeBSD.ORG 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=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec CFLAGS="-nostdinc -O -pipe -march=pentiumpro" PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac PATH=/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 [-- Attachment #2 --] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> <META content="MSHTML 5.00.2920.0" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>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.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>What should be in /usr/share/man/en.ISO_8859-1 and its parent directory?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Sean</FONT></DIV> <BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"> <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV> <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> <A href="mailto:unkleho@aracnet.com" title=unkleho@aracnet.com>Sean M Hollingsworth</A> </DIV> <DIV style="FONT: 10pt arial"><B>To:</B> <A href="mailto:freebsd-stable@FreeBSD.ORG" title=freebsd-stable@FreeBSD.ORG>freebsd-stable@FreeBSD.ORG</A> </DIV> <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, October 27, 2001 12:34 PM</DIV> <DIV style="FONT: 10pt arial"><B>Subject:</B> 4.4 make installworld failure</DIV> <DIV><BR></DIV> <DIV><FONT face=Arial size=2>If this has been already been addressed, please just point me in the right direction to the archives.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>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:</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>***********************************************************************************************************************************</FONT></DIV> <DIV><FONT size=2> <P>Script started on Sat Oct 27 09:41:32 2001</P> <P># make installworld</P> <P>mkdir -p /tmp/install.16482</P> <P>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</P> <P>cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec CFLAGS="-nostdinc -O -pipe -march=pentiumpro" PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac PATH=/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</P> <P>--------------------------------------------------------------</P> <P>>>> Making hierarchy</P> <P>--------------------------------------------------------------</P> <P>cd /usr/src; make -f Makefile.inc1 hierarchy</P> <P>cd /usr/src/etc; make distrib-dirs</P> <P>mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /</P> <P>mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var</P> <P>mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr</P> <P>mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include</P> <P>mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/libdata/perl/5.00503/mach</P> <P>cd /; rm -f /sys; ln -s usr/src/sys sys</P> <P>cd /usr/share/man/en.ISO_8859-1; ln -sf ../man* .</P> <P>ln: ./man1: Operation not permitted</P> <P>ln: ./man1aout: Operation not permitted</P> <P>ln: ./man2: Operation not permitted</P> <P>ln: ./man3: Operation not permitted</P> <P>ln: ./man4: Operation not permitted</P> <P>ln: ./man5: Operation not permitted</P> <P>ln: ./man6: Operation not permitted</P> <P>ln: ./man7: Operation not permitted</P> <P>ln: ./man8: Operation not permitted</P> <P>ln: ./man9: Operation not permitted</P> <P>ln: ./mann: Operation not permitted</P> <P>*** Error code 1</P> <P>Stop in /usr/src/etc.</P> <P>*** Error code 1</P> <P>Stop in /usr/src.</P> <P>*** Error code 1</P> <P>Stop in /usr/src.</P> <P>*** Error code 1</P> <P>Stop in /usr/src.</P> <P>*** Error code 1</P> <P>Stop in /usr/src.</P> <P># exit</P> <P>Script done on Sat Oct 27 09:41:47 2001</P> <P><FONT face=Arial>****************************************************************************************************************************************</FONT></P> <P><FONT face=Arial>Has anyone else run into this?</FONT></P> <P><FONT face=Arial>Thanks</FONT></P> <P><FONT face=Arial>Sean M Hollingsworth</FONT></P></FONT></DIV></BLOCKQUOTE></BODY></HTML>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c15f52$0d3fda50$0100a8c0>
