Date: Thu, 14 Sep 2000 12:55:20 +0800 (CST) From: Jung-an Fan <rafan@ck.tp.edu.tw> To: freebsd-stable@freebsd.org Subject: make installworld break in 4.1S Message-ID: <Pine.BSF.4.21.0009141251390.687-100000@camel.ck.tp.edu.tw>
next in thread | raw e-mail | index | archive | help
I just CVSup the src tree on 2000/09/13 0:00 (GMT+8) from CVSup.tw.FreeBSD.org. buildworld is ok. but installworld breaks. mkdir -p /tmp/install.38154 for prog in [ awk cat chflags chown date echo egrep find grep install ln make makewhatis miniperl mtree mv perl rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.38154; done cd /usr/local/bsdsrc; MAKEOBJDIRPREFIX=/usr/obj OMPILER_PATH=/usr/obj/usr/local/bsdsrc/i386/usr/libexec:/usr/obj/usr/local/bsds LIBRARY_PATH=/usr/obj/usr/local/bsdsrc/i386/usr/lib:/usr/obj/usr/local/bsdsrc/i OBJFORMAT_PATH=/usr/obj/usr/local/bsdsrc/i386/usr/libexec PERL5LIB=/usr/obj/usr/local/bsdsrc/i386/usr/libdata/perl/5.00503 PATH=/usr/obj/usr/local/bsdsrc/i386/usr/sbin:/usr/obj/usr/local/bsdsrc/i386/usr make -f Makefile.inc1 reinstall make: permission denied *** Error code 126 Stop in /usr/local/bsdsrc. *** Error code 1 Stop in /usr/local/bsdsrc. I found there is no make...etc in /usr/obj/usr/local/bsdsrc/usr.bin but there are all in /usr/obj/usr/local/bsdsrc/i386/usr/bin. What's wrong? Is there anyone meet this problem. Thx. Jung-an Fan <rafan@ck.tp.edu.tw> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009141251390.687-100000>