From owner-freebsd-arm@freebsd.org Tue Aug 18 08:37:50 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BC8C9BB5EB for ; Tue, 18 Aug 2015 08:37:50 +0000 (UTC) (envelope-from jasone@freebsd.org) Received: from canonware.com (canonware.com [204.109.63.53]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0123017DE; Tue, 18 Aug 2015 08:37:49 +0000 (UTC) (envelope-from jasone@freebsd.org) Received: from [192.168.168.10] (unknown [208.94.83.89]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by canonware.com (Postfix) with ESMTPSA id 76189286F2; Tue, 18 Aug 2015 01:37:48 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: FreeBSD_HEAD_arm64 - Build #895 - Still Failing From: Jason Evans In-Reply-To: <691226015.140.1439885695809.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Tue, 18 Aug 2015 01:37:46 -0700 Cc: melifaro@FreeBSD.org, freebsd-arm@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <158398355.136.1439864161839.JavaMail.jenkins@jenkins-9.freebsd.org> <691226015.140.1439885695809.JavaMail.jenkins@jenkins-9.freebsd.org> To: jenkins-admin@FreeBSD.org X-Mailer: Apple Mail (2.2102) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 08:37:50 -0000 On Aug 18, 2015, at 1:14 AM, jenkins-admin@FreeBSD.org wrote: > FreeBSD_HEAD_arm64 - Build #895 - Still Failing: >=20 > 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 >=20 > Change summaries: >=20 > 286870 by jasone: > Add jemalloc support for 8 KiB, 16 KiB, and 64 KiB pages. >=20 > 286869 by melifaro: > Fix panic when handling non-inet arp message introduced in r286825. >=20 > Submitted by: delphij >=20 >=20 >=20 > The end of the build log: >=20 > [...truncated 29556 lines...] > [...] > In file included from jemalloc_jemalloc.c:2: > In file included from = /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/jemallo= c_internal.h:356: > = /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/size_cl= asses.h:5561:4: error: "No size class definitions match configuration" > # error "No size class definitions match configuration" > ^ > 1 error generated. >=20 I expected r286870 to fix this failure. Is the page size on arm64 not = 64 KiB? Jason=