Date: Wed, 16 Apr 2014 07:20:59 -0600 From: Ian Lepore <ian@FreeBSD.org> To: Mark R V Murray <markm@FreeBSD.org> Cc: Glen Barber <gjb@FreeBSD.org>, freebsd-arm@FreeBSD.org Subject: Re: What happened to 11-Current ARM Message-ID: <1397654459.1124.136.camel@revolution.hippie.lan> In-Reply-To: <D911B5E9-BE2C-4C07-94AB-727E2EAE6711@FreeBSD.org> References: <534D99CB.40607@gmail.com> <20140415204516.GF33565@glenbarber.us> <1397595942.1124.125.camel@revolution.hippie.lan> <20140415211341.GG33565@glenbarber.us> <DE749EF3-4916-4A66-9FE7-24DC7F5784E5@bsdimp.com> <20140415221934.GH33565@glenbarber.us> <20140415232211.GI33565@glenbarber.us> <20140416015925.GM33565@glenbarber.us> <D911B5E9-BE2C-4C07-94AB-727E2EAE6711@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2014-04-16 at 09:01 +0100, Mark R V Murray wrote: > On 16 Apr 2014, at 02:59, Glen Barber <gjb@FreeBSD.org> wrote: >=20 > > On Tue, Apr 15, 2014 at 07:22:11PM -0400, Glen Barber wrote: > >> On Tue, Apr 15, 2014 at 06:19:34PM -0400, Glen Barber wrote: > >>> On Tue, Apr 15, 2014 at 03:39:35PM -0600, Warner Losh wrote: > >>>>=20 > >>>> On Apr 15, 2014, at 3:13 PM, Glen Barber <gjb@FreeBSD.org> wrote: > >>>>=20 > >>>>> On Tue, Apr 15, 2014 at 03:05:42PM -0600, Ian Lepore wrote: > >>>>>> On Tue, 2014-04-15 at 16:45 -0400, Glen Barber wrote: > >>>>>>> On Tue, Apr 15, 2014 at 01:42:51PM -0700, Jungle Boogie wrote: > >>>>>>>> Hello All, > >>>>>>>>=20 > >>>>>>>> Weekly I check on what's been updated for ARM on 11-CURRENT an= d this week, > >>>>>>>> there's only one image and its for the zedboard. > >>>>>>>>=20 > >>>>>>>> ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAG= ES/11.0 > >>>>>>>>=20 > >>>>>>>> Is this expected from now on? > >>>>>>>=20 > >>>>>>> The builds failed for RPI-B, BEAGLEBONE, and WANDBOARD-QUAD. > >>>>>>>=20 > >>>>>>> Glen > >>>>>>>=20 > >>>>>>=20 > >>>>>> Failed how? Is there a build log to look at? Do emails go out = on > >>>>>> failure, like with tinderbox, and I'm not on the right list? > >>>>>>=20 > >>>>>=20 > >>>>> No, these build logs are not mailed. > >>>>>=20 > >>>>> armv6-freebsd-gcc: not found > >>>>>=20 > >>>>> I don't know what changed, or when, but have not had time to look= into > >>>>> this. > >>>>=20 > >>>> You likely need to add WITHOUT_CLANG=3Dt WITH_GCC=3Dt to the croch= et build of xdev. > >>>>=20 > >>>=20 > >>> This is actually the default in this case. > >>>=20 > >>> The build environment has armv6-freebsd-cc and armv6-freebsd11.0-cc= , > >>> but no armv6-freebsd-gcc. > >>>=20 > >>=20 > >> It seems WITHOUT_CLANG_IS_CC=3D1 is also needed. > >>=20 > >> Sigh... > >>=20 > >=20 > > Also, this is "cute"... > >=20 > > armv6-freebsd-ld: BFD 2.17.50 [FreeBSD] 2007-07-03 assertion fail > > /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd= /elf32-arm.c:9138 > > gmake: *** [u-boot] Segmentation fault (core dumped) > > gmake: *** Deleting file `u-boot' > >=20 > > If there is going to be any expectation for armv6 being a tier-1 > > architecture, well, it just isn't going to work with the current stat= e > > of things. >=20 > And I=92m getting >=20 > rm -f .depend > mkdep -f .depend -a -I/usr/src/lib/clang/libllvmsupport/../../../con= trib/llvm/include =85 > cc: error trying to exec 'cc1plus': execvp: No such file or directory > cc: error trying to exec 'cc1plus': execvp: No such file or directory > cc: error trying to exec 'cc1plus': execvp: No such file or directory > cc: error trying to exec 'cc1plus': execvp: No such file or directory > cc: error trying to exec 'cc1plus': execvp: No such file or directory > : > : >=20 >=20 > Full log available on request, but I have some other nasty hacks in pla= ce (that have relevance mainly during the full build; I null-mount src/ a= nd ports/ instead of checking them out). >=20 > M I find that to switch compilers I now need all of this in make.conf: WITHOUT_CLANG=3Dyes WITHOUT_CLANG_IS_CC=3Dyes WITH_GCC=3Dyes WITH_GNUCXX=3Dyes It used to be sufficient to say WITHOUT_CLANG_IS_CC, but now you need to throw multiple switches at once to get the old behavior. -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1397654459.1124.136.camel>