From owner-freebsd-arm@FreeBSD.ORG Wed May 22 02:42:31 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3E147EBD for ; Wed, 22 May 2013 02:42:31 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id E6260F6E for ; Wed, 22 May 2013 02:42:30 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r4M2OP1m063075; Wed, 22 May 2013 02:24:25 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id ydts9bcf6gpu23cyyfb2pts7a6; Wed, 22 May 2013 02:24:25 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: crochet builds failing miserably for some day now with latest sources Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Tim Kientzle In-Reply-To: <519B9A79.8090404@thieprojects.ch> Date: Tue, 21 May 2013 19:24:23 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <9E715E2A-15DE-4623-B9B9-A09590D1307D@kientzle.com> References: <519B9A79.8090404@thieprojects.ch> To: Werner Thie X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 02:42:31 -0000 On May 21, 2013, at 9:02 AM, Werner Thie wrote: > Hi all >=20 > My last image for the BBone is >=20 > 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250696M: Thu May 16 14:18:30 = CEST 2013 >=20 > I'm not able to build a complete image since then with newer sources, = the build is regularly failing with >=20 > =85. > make: illegal option -- J There's been some discussion of this on the freebsd-current@ mailing list. It seems to occur when you have an old 'make' binary in the 'obj' tree. First try removing just the old make binary: $ rm = /home/wthie/proj/crochet-freebsd/work/obj/usr/local/src/make.i386/make and if that is insufficient, try deleting Crochet's 'work' directory and doing a completely clean build from scratch: $ rm -rf /home/wthie/proj/crochet-freebsd/work Tim