From owner-freebsd-arm@freebsd.org Tue Jan 3 20:48:40 2017 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 6DC50C9DB5B for ; Tue, 3 Jan 2017 20:48:40 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43BD61AEE for ; Tue, 3 Jan 2017 20:48:40 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 1E25520E50; Tue, 3 Jan 2017 15:48:39 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Tue, 03 Jan 2017 15:48:39 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=/4bJT8ycvkHyAef RFS+0T5n0SQU=; b=sFtPlho4oYXwPPNq2m74a7RcQeQm1n/XWR5/eOcQnsVToMt CrKfVzvUFxaOtvcrOYBOL/tVE/h7fT8RL0yQB3rKnyv5Xtq9guyIkYiLx9Gc0FeY NN2uVsKXKrpjQIFaBppJV7PIK0yKou4Q93+9YSM9TeuLHcF5BGPRKx/bnZKo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=/4bJT8ycvkHyAefRFS+0T5n0SQU=; b=LF0FPu/U7T3nCX+R2oEF wz7Xc0Iisn4xwkoT0d9/UwMo8J5Mt8AtNm8WblSC+o3Hpk7NjxuYCWHmXbJ3WZSf Nk/PLz/gwL/UxJMzkyOaqmg9GzwKt3SnYDOW9SGzICQ2nYwx3YFKNImubFKxAvo9 4psMgPyi1GvdZRS5FL1rCB8= X-ME-Sender: X-Sasl-enc: apnRToxmpMx5VTJF6tDzJQwGcgWs+iRmXTTW+x+qRidx 1483476518 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 6DC1C2423D; Tue, 3 Jan 2017 15:48:38 -0500 (EST) Subject: Re: pkg fails to install on aarch64/rpi3 References: <20170102204501.3ybcu3naj4saktru@mutt-hardenedbsd> To: freebsd-arm@freebsd.org From: tech-lists Message-ID: Date: Tue, 3 Jan 2017 20:48:34 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170102204501.3ybcu3naj4saktru@mutt-hardenedbsd> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 20:48:40 -0000 On 02/01/2017 20:45, Shawn Webb wrote: > This is due to either a bug in jemalloc or a bug in freebsd's locking > code. You can work around it by running this command: > > ln -s 'tcache:false' /etc/malloc.conf This worked. It took MAKE_JOBS_UNSAFE though. Many thanks, -- J.