Hi,

   I've just installed a 4.0-20000208-SNAP on a test machine, sources
current as of 9am EST for the make world/make release.

   The following command fails almost immediately:

   cd /usr/src && make world

--------------------------------------------------------------
>>> stage 1: bootstrap tools
--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=/usr/obj/usr/src/i386  
INSTALL="sh /usr/src/tools/install.sh"  MACHINE_ARCH=i386  
TOOLS_PREFIX=/usr/obj/usr/src/i386  
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 make -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML bootstrap-tools
cd /usr/src/games/fortune/strfile;  make obj;  make depend;  make all;  make install
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for 
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include  
/usr/src/games/fortune/strfile/strfile.c
cd /usr/src/games/fortune/strfile; make _EXTRADEPEND
echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/games/fortune/strfile/strfile.c
cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include  -o strfile strfile.o  
sh /usr/src/tools/install.sh -c -s -o root -g games -m 555   strfile 
/usr/obj/usr/src/i386/usr/games
/usr/src/tools/install.sh: Can't open /usr/src/tools/install.sh: No such file or 
directory
*** Error code 2

Stop in /usr/src/games/fortune/strfile.
*** Error code 1

Stop in /usr/src.
*** Error code 1

   install.sh is found on the snap building machine:

FreeBSD:/usr/home/jwd %locate /install.sh | grep tools
/mirror/ncvs/src/tools/install.sh,v
/snap/release/usr/src/tools/install.sh
/usr/src/tools/install.sh


   The entire /usr/src/tools directory is not found on the newly
installed machine:

#ls /usr/src/tools
ls: /usr/src/tools: No such file or directory


   I will look into this later this evenning. The make release
logs should show whether or not the appropriate files are being
added to the tarballs. If anyone has any comments please let me
know.


Thanks!
John


ps: elm-2.4ME+68  newly installed onto this machine via /usr/ports
    is core dumping before coming all the way up. I have not had
    a chance to debug this yet either.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to