From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yoJDLLzVikTm for ; Sun, 30 Dec 2012 12:40:09 +0100 (CET) Received: from mail-ea0-f174.google.com (mail-ea0-f174.google.com [209.85.215.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sun, 30 Dec 2012 12:40:09 +0100 (CET) Received: by mail-ea0-f174.google.com with SMTP id e13so4781114eaa.5 for ; Sun, 30 Dec 2012 03:40:09 -0800 (PST) Message-ID: <50E02816.9000001@gmail.com> Date: Sun, 30 Dec 2012 12:40:06 +0100 From: Milan Broz MIME-Version: 1.0 References: <50DF635C.90003@gmail.com> <20121230083814.GA12005@tansi.org> <5f058e3c77fb70c10ba5e65e077baa3e.squirrel@ssl.verfeiert.org> <20121230102039.GA12533@tansi.org> In-Reply-To: <20121230102039.GA12533@tansi.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.6.0-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 12/30/2012 11:20 AM, Arno Wagner wrote: > Milan: I think presence of if_alg.h should be verified in > the configure script, possibly with a brief explanation what > the problem is on fail. The compile-error is a bit obscure. TBH, I completely forgot to add this... :) Committed to git - by default configure fails with ... checking linux/if_alg.h usability... no checking linux/if_alg.h presence... no checking for linux/if_alg.h... no configure: error: You need Linux kernel headers with userspace crypto interface. (Or use --disable-kernel_crypto.) The switch --disable-kernel_crypto completely removes support, so you can compile it with old kernel or without kernel headers. (But no cipher benchmark and no tcrypt will be available.) > One error on make-check: "lsblk: command not found" > => UUID check failed. > Seems lsblk is not available on Debian squeeze. It is > in wheezy though, so that should fix itself with a bit of > time.. Added requirement for this tool otherwise test is skipped. (Test are intended for experienced users or distro maintainers only anyway.) Thanks, Milan