From owner-freebsd-embedded@freebsd.org Sat Jul 11 19:17:14 2015 Return-Path: Delivered-To: freebsd-embedded@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E5A9993AE; Sat, 11 Jul 2015 19:17:14 +0000 (UTC) (envelope-from m.vale@live.com.au) Received: from COL004-OMC1S12.hotmail.com (col004-omc1s12.hotmail.com [65.55.34.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CD9E1C40; Sat, 11 Jul 2015 19:17:14 +0000 (UTC) (envelope-from m.vale@live.com.au) Received: from COL130-W16 ([65.55.34.8]) by COL004-OMC1S12.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 11 Jul 2015 12:17:13 -0700 X-TMN: [wGN0g4slqo3vyI2Njn2a7djYocL9XnMp] X-Originating-Email: [m.vale@live.com.au] Message-ID: From: Michael Vale To: "freebsd-embedded@freebsd.org" , "freebsd-mips@freebsd.org" , "freebsd-arm@freebsd.org" Subject: UPDATE Cross Ports patch Date: Sun, 12 Jul 2015 05:47:13 +1030 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 11 Jul 2015 19:17:13.0650 (UTC) FILETIME=[314DF120:01D0BC0E] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 19:17:14 -0000 Okay=2C one small mistake=2C SRCDIR should read LOCALBASE instead in order = to correctly pickup on host/target dependencies and not mistakenly use the = system's installs of those deps. Now I just need to find some clearspace that's in there by mistake because = I believe thats what's causing the "install" to stage to fail. of course o= ne could do=20 env LOCALBASE=3D/home/masked/work/src bmake X_BUILD_FOR=3Dmips =3B bmake = =3B env LOCALBASE=3D/home/masked/work/src bmake X_BUILD_FOR=3Dmips install for now. =