Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 17:00:31 +0200
From:      Daan Vreeken <Daan@vitsch.nl>
To:        Werner Thie <werner@thieprojects.ch>
Cc:        Tim Kientzle <tim@kientzle.com>, freebsd-arm@freebsd.org
Subject:   Re: crochet builds failing miserably for some day now with latest sources
Message-ID:  <201305221700.31100.Daan@vitsch.nl>
In-Reply-To: <519C5633.2080003@thieprojects.ch>
References:  <519b9a79.8090404@thieprojects.ch> <1369200192-3977441963.4c1d38ef96@bliksem.vehosting.nl> <519C5633.2080003@thieprojects.ch>

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

On Wednesday 22 May 2013 07:22:59 Werner Thie wrote:
> On 5/22/13 4:24 AM, Tim Kientzle wrote:
> > On May 21, 2013, at 9:02 AM, Werner Thie wrote:
> >> Hi all
> >>
> >> My last image for the BBone is
> >>
> >> 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250696M: Thu May 16 14:18:30 CEST
> >> 2013
> >>
> >> I'm not able to build a complete image since then with newer sources,
> >> the build is regularly failing with
> >>
> >> =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
>
> Hi Tim
>
> Sorry, this occurs WITH a completely clean crochet with the
> ./crochet-freebsd/work directory removed before
>
> /bin/sh crochet.sh -c config.sh
>
> I suspected a problem in the cross dev area and rebuild xdev with
>
> make xdev XDEV=3Darm XDEV_ARCH=3Darmv6
>
> which went through no problem, but as you stated, crochet uses the xdev
> tools only for uboot builds.
>
>  From UPDATING in the source tree I see, that bmake is now favored over
> make as per 16th May. Is this the suspected change?

I ran into the exact same problem trying crochet on FreeBSD 10.0-CURRENT=20
(r228853). The following 'fixed' it (compiling and installing bmake on the=
=20
host in make's place) :

	cd /path/to/sources
	cd contrib/bmake
	./boot-strap
	./boot-strap op=3Dinstall
	mv /usr/bin/make /usr/bin/make.pre-bmake-bck
	cp /usr/local/bin/bmake /usr/bin/make


Regards,
=2D-=20
Ing. Daan Vreeken
Vitsch Electronics
http://Vitsch.nl/
http://VitschVPN.nl/
tel: +31-(0)40-7113051
KvK nr: 17174380
=2D-
Machines en netwerken op afstand beheren? Vitsch VPN oplossing!
Kijk voor meer informatie op: http://www.VitschVPN.nl/



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