From owner-freebsd-arm@FreeBSD.ORG Wed May 22 14:49:07 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 1EF9D85A for ; Wed, 22 May 2013 14:49:07 +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 00C9E95B for ; Wed, 22 May 2013 14:49:06 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r4MEn5aD067191; Wed, 22 May 2013 14:49:05 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id mihkuqy4x5s9km39hfqfzjt44a; Wed, 22 May 2013 14:49:05 +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: <519C5633.2080003@thieprojects.ch> Date: Wed, 22 May 2013 07:49:04 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <69ACCDBA-2F05-4F97-9D10-821B97356BEE@kientzle.com> References: <519B9A79.8090404@thieprojects.ch> <9E715E2A-15DE-4623-B9B9-A09590D1307D@kientzle.com> <519C5633.2080003@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 14:49:07 -0000 On May 21, 2013, at 10:22 PM, Werner Thie wrote: > On 5/22/13 4:24 AM, Tim Kientzle wrote: >> On May 21, 2013, at 9:02 AM, Werner Thie wrote: >>=20 >>> 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 >>=20 >> 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. >>=20 >> First try removing just the old make binary: >>=20 >> $ rm = /home/wthie/proj/crochet-freebsd/work/obj/usr/local/src/make.i386/make >>=20 >> and if that is insufficient, try deleting Crochet's >> 'work' directory and doing a completely clean build >> from scratch: >>=20 >> $ rm -rf /home/wthie/proj/crochet-freebsd/work >=20 > Hi Tim >=20 > Sorry, this occurs WITH a completely clean crochet with the = ./crochet-freebsd/work directory removed before >=20 > /bin/sh crochet.sh -c config.sh >=20 > I suspected a problem in the cross dev area and rebuild xdev with >=20 > make xdev XDEV=3Darm XDEV_ARCH=3Darmv6 >=20 > which went through no problem, but as you stated, crochet uses the = xdev tools only for uboot builds. >=20 > =46rom UPDATING in the source tree I see, that bmake is now favored = over make as per 16th May. Is this the suspected change? I believe so. I have not had this problem here, but I'm running a relatively recent 10-CURRENT. You should ask on freebsd-current about this. I suspect the root problem affects people building 10-CURRENT on FreeBSD 9. Tim