Garrett Cooper writes:

>  The message is telling you (indirectly) that you need to run make
>  buildworld successfully first?

        Recapping:
        Current system:

FreeBSD 9.3-RELEASE #0 r268512: Fri Jul 11 03:13:02 UTC 2014  i386 

        Source tree at CURRENT/r273626.
        No make.conf.
        src.conf:

KERNCONF=GENERIC

TARGET=amd64
TARGET_ARCH=amd64

        Build uses this script:

#! /bin/sh

cd /usr/src
if [ -f buildworld.log ] 
    then rm buildworld.log
fi
chflags -R noschg /usr/obj/*
rm -rf /usr/obj
make  cleandir
date > ./buildworld.time
make -j 1 TARGET=amd64 TARGET_ARCH=amd64 buildworld > ./buildworld.log 2>&1
tail -n 50 /usr/src/buildworld.log | sendmail huff


        Build log at "http://users.rcn.com/roberthuff/bl.gz";
        So: is that or is it not a valid world build?

        Respectfully,


                        Robert Huff

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to