Date: Tue, 18 Aug 2015 09:49:54 +0100 From: Andrew Turner <andrew@fubar.geek.nz> To: Jason Evans <jasone@freebsd.org> Cc: jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org, melifaro@FreeBSD.org Subject: Re: FreeBSD_HEAD_arm64 - Build #895 - Still Failing Message-ID: <20150818094954.308f0d12@bender.Home> In-Reply-To: <AE6AEE65-98F7-4C4D-8DDA-E605B8E1E84F@freebsd.org> References: <158398355.136.1439864161839.JavaMail.jenkins@jenkins-9.freebsd.org> <691226015.140.1439885695809.JavaMail.jenkins@jenkins-9.freebsd.org> <AE6AEE65-98F7-4C4D-8DDA-E605B8E1E84F@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 Aug 2015 01:37:46 -0700 Jason Evans <jasone@freebsd.org> wrote: > On Aug 18, 2015, at 1:14 AM, jenkins-admin@FreeBSD.org wrote: > > FreeBSD_HEAD_arm64 - Build #895 - Still Failing: > > > > Build information: > > https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/895/ Full change > > log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/895/changes > > Full build log: > > https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/895/console > > > > Change summaries: > > > > 286870 by jasone: > > Add jemalloc support for 8 KiB, 16 KiB, and 64 KiB pages. > > > > 286869 by melifaro: > > Fix panic when handling non-inet arp message introduced in r286825. > > > > Submitted by: delphij > > > > > > > > The end of the build log: > > > > [...truncated 29556 lines...] > > [...] > > In file included from jemalloc_jemalloc.c:2: > > In file included > > from /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h:356: /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/size_classes.h:5561:4: > > error: "No size class definitions match configuration" # error "No > > size class definitions match configuration" ^ > > 1 error generated. > > > > I expected r286870 to fix this failure. Is the page size on arm64 > not 64 KiB? It is 4K, however you removed the definition of LG_SIZEOF_PTR for arm64 (under __aarch64__) from jemalloc_FreeBSD.h in r286866. Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150818094954.308f0d12>