From owner-freebsd-ports@FreeBSD.ORG Tue Feb 12 21:26:50 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F18EC16A417 for ; Tue, 12 Feb 2008 21:26:50 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 82DC213C45B for ; Tue, 12 Feb 2008 21:26:50 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so896120uge.37 for ; Tue, 12 Feb 2008 13:26:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=k+eU/2ETvwfeP9Z869cLl1ymnrmSvIO8ByhWig83BRg=; b=JwV7EKoxSp9lh3z2JacatKHR0CFtxfiRpRHHPmPDgAogzFjkh9hFS5eT24V3qaxhnQF+YDuZZQWLscQjHBkrbyWi+vYRFfpYals/tStshmj3Qve7SJdFlVPsdQILNy1p2VL6tbUrxFItF7d3wMDLuqh+FBnRlUrPlU4bZetmOx0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SDGK99t7w6WdluTgQAkjl1ylhUKQPvg5v9cvrc0AaUYew5ATAVIpSpSX9p06d5yaxMGoUlzr8WzSWf1Im4zuvt8CST/buqQ54vMTMMWISNEQ/qyJs4weUp494HNxB7OHeeyeAkDjELJHrAEul6MthU0E9Gf1uF4d6g6cVUPjI6E= Received: by 10.66.249.16 with SMTP id w16mr1048966ugh.32.1202850079619; Tue, 12 Feb 2008 13:01:19 -0800 (PST) Received: by 10.66.234.11 with HTTP; Tue, 12 Feb 2008 13:01:19 -0800 (PST) Message-ID: Date: Tue, 12 Feb 2008 15:01:19 -0600 From: Matt To: "Michael Ross" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47AEB6C8.1070907@gmx.net> <47AF4AF8.8040808@FreeBSD.org> Cc: Garrett Cooper , watermelon@gmx.net, freebsd-ports-mailinglist , Sergey Matveychuk Subject: Re: TrueCrypt 5.0 - Built, short test result: Ok. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 21:26:51 -0000 On Feb 10, 2008 2:27 PM, Michael Ross wrote: > Am 10.02.2008, 20:05 Uhr, schrieb Sergey Matveychuk : > > > You should patch the file to include ucontext.h > > But even if it'll be build, nobody guarantee it works. > > Done. Builds. On 7.0-PRERELEASE, by the way. Builds fine on 7.0-RC2 too. [snip] > > Maybe someone would download > http://www.triplefork.net/test.tc (64K) > and try with password "test" on a different platform. > I've noticed what looks like a problem when creating a file-based volume (could be for all volume types - I haven't tried creating a device volume). If I select password AND keyfile during the volume creation, the creation process finishes without throwing any errors, but the volume that is created does not require the keyfile to open/mount. In fact, it fails to open/mount if I try to use the keyfile and password use during creation, but works fine if I just use the password. Anyone else seeing this behavior? I will attempt to reproduce on the Linux-build of this version as well to check and see if it has the same problem. > Michael