From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: Re: [PATCH] gnu: jemalloc: Update to 4.1.0. Date: Tue, 17 May 2016 15:41:41 +0200 Message-ID: <878tz86bu2.fsf@fsfe.org> References: <87inyut7sp.fsf@gmail.com> <87y47fyv8m.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2fFt-00025Y-0Q for guix-devel@gnu.org; Tue, 17 May 2016 09:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2fFn-00077v-MT for guix-devel@gnu.org; Tue, 17 May 2016 09:41:48 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2fFn-00077i-EX for guix-devel@gnu.org; Tue, 17 May 2016 09:41:43 -0400 Received: by mail-lf0-f65.google.com with SMTP id m101so1146160lfi.1 for ; Tue, 17 May 2016 06:41:43 -0700 (PDT) In-reply-to: <87y47fyv8m.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver writes: > Jelle Licht writes: > >> Hmm, that mail went out a bit too rushed. >> >> I updated jemalloc to a newer version so it supports the sdallocx calls. >> I have not yet tested them with the other packages that depend on it >> (mariadb, blender) > > The new jemalloc consistently fails its test suite on i686. > > http://hydra.gnu.org/build/1186288 > > Would you be willing to investigate? > > Mark While patching the test case that seemed to fail, the jemalloc team already released a new version that incorporates the intended fix as well. This one does seem to build without problems for me on both i686 and x86_64. See my other jemalloc patch (4.2.0) Jelle