From owner-svn-src-all@freebsd.org Fri Mar 23 08:55:36 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8823F554F0; Fri, 23 Mar 2018 08:55:36 +0000 (UTC) (envelope-from rb743@hermes.cam.ac.uk) Received: from ppsw-40.csi.cam.ac.uk (ppsw-40.csi.cam.ac.uk [131.111.8.140]) (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 5388587F50; Fri, 23 Mar 2018 08:55:36 +0000 (UTC) (envelope-from rb743@hermes.cam.ac.uk) X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://help.uis.cam.ac.uk/email-scanner-virus Received: from sc1.bsdpad.com ([163.172.212.18]:26712) by ppsw-40.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.158]:587) with esmtpsa (LOGIN:rb743) (TLSv1:ECDHE-RSA-AES256-SHA:256) id 1ezIU3-0011Zc-jt (Exim 4.89_2) (return-path ); Fri, 23 Mar 2018 08:55:35 +0000 Date: Fri, 23 Mar 2018 08:46:36 +0000 From: Ruslan Bukin To: Alan Somers Cc: Conrad Meyer , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r330894 - in head/sys/contrib/zstd: . contrib/meson doc doc/images lib lib/common lib/compress lib/decompress lib/deprecated lib/dictBuilder lib/legacy programs tests zlibWrapper zlibWr... Message-ID: <20180323084636.GA18215@bsdpad.com> References: <201803140300.w2E30HmE024745@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: "R. Bukin" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2018 08:55:37 -0000 On Sat, Mar 17, 2018 at 03:49:15PM -0600, Alan Somers wrote: > On Tue, Mar 13, 2018 at 9:00 PM, Conrad Meyer <[1]cem@freebsd.org> wrote: > > Author: cem > Date: Wed Mar 14 03:00:17 2018 > New Revision: 330894 > URL: [2]https://svnweb.freebsd.org/changeset/base/330894 > > Log: >   Update to Zstandard 1.3.3 > >   Includes patch to conditionalize use of __builtin_clz(ll) on > __has_builtin(). >   The issue is tracked upstream at > [3]https://github.com/facebook/zstd/pull/884 . >   Otherwise, these are vanilla Zstandard 1.3.3 files. > >   Note that the 1.3.4 release should be due out soon. > >   Sponsored by: Dell EMC Isilon > > I think this broke the build on RISC-V.  Could you please take a look? > > [4]https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/7028/console > I can confirm it breaks RISC-V Ruslan