Re: can't build CURRENT/amd64 using 9.3?

From: <>
Date: Sat, 25 Oct 2014 11:06:33 -0400
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
Received on Sat Oct 25 2014 - 13:06:35 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:53 UTC