From owner-freebsd-arm@freebsd.org Tue Aug 18 05:20:59 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 034619BBD6D for ; Tue, 18 Aug 2015 05:20:59 +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 DE07210A6; Tue, 18 Aug 2015 05:20:58 +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 C657A286F1; Mon, 17 Aug 2015 22:15:40 -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 #894 - Failure From: Jason Evans In-Reply-To: <158398355.136.1439864161839.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Mon, 17 Aug 2015 22:15:39 -0700 Cc: marcel@FreeBSD.org, freebsd-arm@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <07FD64BA-7390-40A2-8D9D-ADCAB15D8015@freebsd.org> References: <158398355.136.1439864161839.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 05:20:59 -0000 On Aug 17, 2015, at 7:15 PM, jenkins-admin@freebsd.org wrote: >=20 > FreeBSD_HEAD_arm64 - Build #894 - Failure: >=20 > Build information: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/894/ > Full change log: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/894/changes > Full build log: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/894/console >=20 > Change summaries: >=20 > [...] >=20 > 286866 by jasone: > Update jemalloc to version 4.0.0. >=20 >=20 >=20 > The end of the build log: >=20 > [...truncated 29640 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:1415:4: error: "No size class definitions match configuration" > # error "No size class definitions match configuration" > ^ > 1 error generated. I'm build-testing a fix right now that adds support for 8 KiB, 16 KiB, = and 64 KiB pages. It doesn't look like anything except some esoteric = sparc64 configurations use anything else. Jason=