can't build CURRENT/amd64 using 9.3?


Sat Oct 25 15:06:35 UTC 2014


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



More information about the freebsd-current mailing list