Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 15:01:55 -0500
From:      Ken Stailey <kstailey@speakeasy.net>
To:        ijliao@FreeBSD.org
Cc:        current@FreeBSD.org
Subject:   Re: installworld fail
Message-ID:  <3DF799B3.3040106@speakeasy.net>

next in thread | raw e-mail | index | archive | help
Hi,

I had the same problem.  "make installworld" does this:


mkdir -p /tmp/install.vmZBbRA0
for prog in [ awk cat chflags chmod chown date echo egrep find grep  ln 
make mk\
dir mtree mv pwd_mkdb rm sed sh sysctl  test true uname wc zic; do  cp 
`which $\
prog` /tmp/install.vmZBbRA0;  done
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386  
CPUTYP\
E=p2  GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin  
GROFF_FONT_PATH=/usr/obj/us\
r/src/i386/usr/share/groff_font  
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/shar\
e/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.vmZBbRA0 make -f Makefile.inc1 
reinstal\
l

Later on it adds that directory to $PATH

Seems that the copy of "echo" sometimes failed to come out right with md 
/tmp.
For you it was the copy of mtree.

bsdlab# df -h
Filesystem    Size   Used  Avail Capacity  Mounted on
/dev/da0s1a   126M    75M    41M    65%    /
devfs         1.0K   1.0K     0B   100%    /dev
/dev/da1s1d   2.0G   1.5G   337M    82%    /usr
/dev/da0s1d   504M   6.2M   457M     1%    /var
/dev/da2s1e   2.0G   131M   1.7G     7%    /home
procfs        4.0K   4.0K     0B   100%    /proc
/dev/md10     254M    16K   233M     0%    /tmp
bsdlab#

My work-around was to run emacs and use "M-x compile" followed by "make 
installworld".
I might have contaminated my test by running "sync" in the middle of it.
I'll keep checking though.


Date:      Mon, 25 Nov 2002 19:04:28 +0800
From:      Ying-Chieh Liao <ijliao@FreeBSD.org>
To:        current@FreeBSD.ORG
Cc:        Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Subject:   Re: installworld fail
Message-ID:  <20021125110428.GB82817@terry.dragon2.net>
In-Reply-To: <20021121160659.GA99813@terry.dragon2.net>
References:  <20021121160659.GA99813@terry.dragon2.net>

--G4iJoqBmSsgzjUCe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Fri, Nov 22, 2002 at 00:06:59 +0800, Ying-Chieh Liao wrote:
> I'm in DP2, and cvsup and then make world...
> <error messages>
> if [ -L /usr/share/examples/sunrpc ]; then  rm -f /usr/share/examples/sunrpc;  fi
> if [ -L /usr/share/examples/worm ]; then  rm -f /usr/share/examples/worm;  fi
> mtree -deU   -f /usr/src/share/examples/../../etc/mtree/BSD.usr.dist -p /usr
> /tmp/install.UiNprj9F/mtree: 1: Syntax error: "(" unexpected

maybe there's something wrong with mfs...

error occurs when I mount tmp as a mfs
and after I switch tmp to a "real harddisk", it's all ok
-- 
The sooner you start to code, the longer the program will take.
					--- Roy Carlson

--G4iJoqBmSsgzjUCe
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE94gO8rMYBZRHAI4IRAmRTAKCQMCL9YW50ytgD+rAgfpYaw+7DBwCfWV36
K/LBs1KuH8Zgk3z1PaEJe1I=
=5trs
-----END PGP SIGNATURE-----

--G4iJoqBmSsgzjUCe--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




------------------------------------------------------------------------
www@FreeBSD.org <http://www.freebsd.org/mailto.html>;



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DF799B3.3040106>