Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2019 07:12:11 -0700
From:      John Kennedy <warlock@phouka.net>
To:        Brian Bostwick <bostwick.brian@gmail.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Building world and kernel on RPI3 B+ compilation failure, unwind-dw2.c.
Message-ID:  <20190929141211.GA96467@phouka1.phouka.net>
In-Reply-To: <CAM9he-Woj3gkiGPb%2BWTOq7y8kcRjG2RjPBLsXYhk-QayZx75HA@mail.gmail.com>
References:  <CAM9he-Woj3gkiGPb%2BWTOq7y8kcRjG2RjPBLsXYhk-QayZx75HA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 29, 2019 at 09:07:14AM -0400, Brian Bostwick wrote:
> I have installed the most recent image of 12.1 to my sdcard and I have an
> identical image running under qemu. The release revision is @ 352868. I
> have setup distcc successfully and compilation works, but it fails at this
> point: ...

I've only got BETA1 crunched right now, which is earlier than what you're crunching:

	FreeBSD 12.1-BETA1 #40 r352628+7b111613ad48(releng/12.1): Wed Sep 25 04:59:52 PDT 2019
		warlock@rpi3.phouka.net:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC  arm64

Once my poudriere runs finishes, I'll try BETA2 and see what results I get.  No qemu in my case.

Although...  the BETA2 version I crunched for amd64 is still lower than what you have:

	FreeBSD 12.1-BETA2 #59 r352780+b78e5b46c44c(releng/12.1): Sat Sep 28 14:57:47 PDT 2019
		warlock@phouka1.phouka.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

I've been compiling from source since pre-12.0, so not familiar with specific
r# of images.  I suspect they come with WITHOUT_REPRODUCIBLE_BUILD enabled, so
trivial versioning is a bit harder.  In short, not sure exactly what version of
the code you're starting with and what version you're trying to compile.

If you checked out the source (via git in my case), make sure you're on the
right branch (releng/12.1 now for 12.1), although I doubt that would bite you
for most of the 12.x versions (although 12.0 shipped with clang6 (vs 8), so
maybe that might be something that could slip though some cracks.  But that
would mean that you're doing something that you don't think you are.



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