Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2014 11:06:33 -0400
To:        Garrett Cooper <yaneurabeya@gmail.com>
Cc:        roberthuff@rcn.com, current@freebsd.org
Subject:   Re: can't build CURRENT/amd64 using 9.3?
Message-ID:  <21579.48249.38538.569254@jerusalem.litteratus.org>
In-Reply-To: <C92251D5-B89B-42C5-9926-2A581F9DBBAB@gmail.com>
References:  <C92251D5-B89B-42C5-9926-2A581F9DBBAB@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?21579.48249.38538.569254>