[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: zstd compressed kernels
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Michael Young <m.a.young@xxxxxxxxxxxx>
- Date: Tue, 19 Jan 2021 23:10:28 +0000 (GMT)
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=durham.ac.uk; dmarc=pass action=none header.from=durham.ac.uk; dkim=pass header.d=durham.ac.uk; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ymT8ofpO3mvwrL/7CWmmf2OEo8LJl5QyvmYiag3EOyQ=; b=JNQwY8hat+k1nU2dKHpPAodEdWVhcJx8vWvxYYaC4YAp9kVvcKWXVuWa8rmKLwUHq2RsHi7eK/psGfqtUazUThSyHYBgt7YUrJL/EIi+iALfiEcYd9jJi38lOl0eLgOclAriTvevBL5dNTWtx8p5qKAgl5j8YejKouOfzyXb2f517Z1smumodcUnwgBf0NGn3JhFAmIl0PXPA2V7QqGvYw2fpjNFPAToIapFoJmey6OTnVrUfywcX4qpj4JrkuPjCxKEqJLuCXQwJC2sFeDhB0EvW5pde1A9jtiXnD3CAz4utGylXIpSLm5GxhvQOMAYWKGbAJtq9ZU6HZlKOInPvg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XWWpHg94RkUBQ0+j/BHmY9jLrDxnhOFPmLxMo06QczI19+gtpxkWBfAJQX7yzf9nQ/KwW2EfKhXQWs0eLfU+ATbwkoz8099zYreeP3oNtc83ucIwgDR+T2ETZkFgQWaJkbk0FNRj6omQOGq56yefDDlsbHzHZLaufWyLAkFwD3pZCse5WvdEKzYhjJsBLwITWDBqpJ4xjPtTFUezh+Ix9glmLVDi4JqFVYW6BK5oh+jepUcDG+jRBp0bjsLnO6QAJiRFydvDOTP+La2SPgI0PFfwgfJm9k2jKmjMS1WHQqjC/SfjOJc1M/d4PP79j4Wb3NEOjnGmjz4PlfhtojCGBg==
- Authentication-results: suse.com; dkim=none (message not signed) header.d=none;suse.com; dmarc=none action=none header.from=durham.ac.uk;
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Delivery-date: Tue, 19 Jan 2021 23:10:45 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
I have been trying the "[PATCH v2 1/5] libxenguest: support zstd
compressed kernel" patch, and (assuming I haven't broken anything trying
to migrate it to 4.14) it fails with
onfigure: error: Package requirements (libzstd) were not met:
Package 'libzstd', required by 'virtual:world', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libzstd_CFLAGS
and libzstd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure: error: ./configure failed for tools
I didn't give it any zstd packages so I would expect this test to fail,
but I would have expected the build to continue and attempt to use the
zstd code in the xen tree instead.
Michael Young
|