From owner-freebsd-arm@freebsd.org Tue Nov 7 05:10:57 2017 Return-Path: Delivered-To: freebsd-arm@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 CB601E4EBD7 for ; Tue, 7 Nov 2017 05:10:57 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9EA2D7BF66; Tue, 7 Nov 2017 05:10:57 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id vA75B69Z087804 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 6 Nov 2017 21:11:07 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id vA75B5C8087803; Mon, 6 Nov 2017 21:11:05 -0800 (PST) (envelope-from fbsd) Date: Mon, 6 Nov 2017 21:11:05 -0800 From: bob prohaska To: "Ngie Cooper (yaneurabeya)" Cc: Warner Losh , "freebsd-arm@freebsd.org" , fbsd@www.zefox.net, Ngie Cooper Subject: Re: Make cleandir stops with malformed conditional on RPI2 Message-ID: <20171107051105.GC87573@www.zefox.net> References: <20171107035831.GA87573@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 05:10:57 -0000 Hi Ngie, Thank you, buildworld is back in the oven 8-) bob On Mon, Nov 06, 2017 at 09:03:36PM -0800, Ngie Cooper (yaneurabeya) wrote: > > > On Nov 6, 2017, at 20:27, Ngie Cooper (yaneurabeya) wrote: > > > > Hi Bob, > > Confirmed. Please hold.. > > Thanks, > > -Ngie > > > > $ make MACHINE_ARCH=armv6 MACHINE=arm > > ===> profile (all) > > make[1]: "/usr/src/lib/libclang_rt/profile/../Makefile.inc" line 6: Malformed conditional (${MACHINE_ARCH:Marmv[67]*} != "" && ${CPUTYPE:M*soft*} == "") > > make[1]: Fatal errors encountered -- cannot continue > > make[1]: stopped in /usr/src/lib/libclang_rt/profile > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/src/lib/libclang_rt > > Hi Bob, > Apologies for the breakage ??? please try building world based on sources that are r325502 or newer. > Cheers, > -Ngie