From owner-freebsd-current@freebsd.org Tue Aug 25 15:42:36 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C1303CF2C3 for ; Tue, 25 Aug 2020 15:42:36 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BbYCc3Rnjz4bK1 for ; Tue, 25 Aug 2020 15:42:36 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MBP.attlocal.net (unknown [IPv6:2600:1700:358a:c660:cc57:5757:9b7:aef8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 2DE2E154FF for ; Tue, 25 Aug 2020 15:42:36 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Subject: Re: OpenZFS support merged To: freebsd-current@freebsd.org References: <1b765ce1-ae73-ddfe-a888-378615b12add@alvermark.net> From: Ryan Moeller Message-ID: <02ff07ff-4169-e545-2c8f-7d1e044fb491@FreeBSD.org> Date: Tue, 25 Aug 2020 11:42:34 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <1b765ce1-ae73-ddfe-a888-378615b12add@alvermark.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2020 15:42:36 -0000 On 8/25/20 9:58 AM, Jakob Alvermark wrote: > Hi, > > > I updated from r364605 to r364768 > > 'make buildkernel' fails like this: > > Building > /usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG/modules/usr/src/sys/modules/zfs/zstd.o > /usr/src/sys/contrib/openzfs/module/zstd/lib/zstd.c:1336:12: fatal > error: 'immintrin.h' file not found > #  include    /* support for bextr (experimental) */ >            ^~~~~~~~~~~~~ > 1 error generated. > *** Error code 1 > > Stop. > I'm trying to figure out how to reproduce this. Are you perhaps building with GCC? -Ryan > > Best, > > Jakob > > On 2020-08-25 04:38, Matthew Macy wrote: >> r364746 merged OpenZFS support in to HEAD. >> >> The change should be transparent unless you want to use new features. >> I caution against 'zpool upgrade' for the next few weeks. >> >> https://svnweb.freebsd.org/base?view=revision&revision=364746 >> >> If you encounter problems please report them to me, Ryan Moeller, and >> -current. >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"