From owner-svn-src-all@freebsd.org Wed Jan 10 17:55:54 2018 Return-Path: Delivered-To: svn-src-all@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 BD15AE6B4B0; Wed, 10 Jan 2018 17:55:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (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 98E0081D9E; Wed, 10 Jan 2018 17:55:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (astound-66-234-199-215.ca.astound.net [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 7539710AC13; Wed, 10 Jan 2018 12:55:47 -0500 (EST) From: John Baldwin To: Ravi Pokala Cc: Conrad Meyer , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r327763 - in head/sys: conf contrib/zstd/lib/freebsd Date: Wed, 10 Jan 2018 09:37 -0800 Message-ID: <9917534.mS5UWR88gL@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: References: <201801100630.w0A6UxLT041383@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Wed, 10 Jan 2018 12:55:47 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean 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: Wed, 10 Jan 2018 17:55:54 -0000 On Wednesday, January 10, 2018 08:51:27 AM Ravi Pokala wrote: > Hi Conrad, > > Alas, this still doesn't look right on RISC-V: > > zstd_kfreebsd.o: In function `__ctzdi2': > /usr/home/rpokala/freebsd/clean/base/head/sys/contrib/zstd/lib/freebsd/zstd_kfreebsd.c:58: undefined reference to `ffsll' > > I got substantively the same error both before and after `pkg upgrade' brought in updated RISC-V stuff: > > riscv64-binutils (2.29.51.20170726 -> 2.29_20180105,1) > riscv64-gcc (7.1.1 -> 7.2.0) > > Thanks, Try r327776. -- John Baldwin