From patchwork Fri Nov 14 01:20:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 5302251 Return-Path: X-Original-To: patchwork-fstests@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AAD06C11AC for ; Fri, 14 Nov 2014 01:21:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 01641201F4 for ; Fri, 14 Nov 2014 01:21:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 429D5201ED for ; Fri, 14 Nov 2014 01:21:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964841AbaKNBU5 (ORCPT ); Thu, 13 Nov 2014 20:20:57 -0500 Received: from mail-qa0-f50.google.com ([209.85.216.50]:62845 "EHLO mail-qa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935085AbaKNBUz (ORCPT ); Thu, 13 Nov 2014 20:20:55 -0500 Received: by mail-qa0-f50.google.com with SMTP id w8so1638376qac.37 for ; Thu, 13 Nov 2014 17:20:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=m0R5qnVBHX+GlePCUUWbIPXHyRUZzwtSmKFqaYvgZnQ=; b=wGWylpZPhx9Sx/kI2HBad3nZueMbderJeE8q9tWSTAM5oHrMSItIIueRTnqkBB009O Q6nOlOQ4JK2WV+iWPL7qd3K+c6CkgjPfb4uBKD/6KYC/nTqw6Di/GeOxBtVZxp6NtfCr oR4My04ld8Z4vfcwHytDYGRMymzEG1NIcsCQNWC2PhR722FWEXkY3xjWOoJZx45SRjeC itj+d0DNYDSKmkwauwk2CJ4Q+zFmupEiedbzh2LymoyNR6zz9nmej1OQv/XfKXifDAMl QBxyjOCdnYCw5xSShSM5oWV1KAigU8nk4/gGWyeCOOmPNS1BpMHJKoiSuBxdVXcTBUIs Ju0Q== X-Received: by 10.229.224.201 with SMTP id ip9mr7433060qcb.5.1415928054549; Thu, 13 Nov 2014 17:20:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.46.34 with HTTP; Thu, 13 Nov 2014 17:20:34 -0800 (PST) In-Reply-To: <20141114000216.GN28565@dastard> References: <20141114000216.GN28565@dastard> From: Steve French Date: Thu, 13 Nov 2014 17:20:34 -0800 Message-ID: Subject: Re: xfstests and ext4 To: Dave Chinner Cc: "linux-ext4@vger.kernel.org" , linux-fsdevel , fstests@vger.kernel.org Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, T_TVD_MIME_EPI,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Thu, Nov 13, 2014 at 6:02 PM, Dave Chinner wrote: > On Thu, Nov 13, 2014 at 05:38:53PM -0600, Steve French wrote: >> To get xfstests to build on Ubuntu 14.10 and run (after adding various >> packages I could get all but 11 of the tests to build and run) I had >> to install the following packages: >> >> sudo apt-get install xfslibs-dev uuid-dev libtool e2fsprogs automake >> libuuid1 libuuidm-ocaml-dev attr libattr1-dev libacl1-dev libaio-dev >> xfsprogs libgdbm-dev gawk fio dbench > > Documentation patch for the README file? > > Cheers, > > Dave. Patch attached [PATCH] common: update README to list build dependencies Add sample list of packages (dependencies) required to build XFSTESTS and add a step to the instructions to mention creating the test user needed for some of the ACL tests. Signed-off-by: Steve French --- README | 6 ++++++ From 1822e733684f031b13392782e2a7eef1ab102d17 Mon Sep 17 00:00:00 2001 From: Steve French Date: Thu, 13 Nov 2014 17:07:27 -0800 Subject: [PATCH] common: update README to list build dependencies Add sample list of packages (dependencies) required to build XFSTESTS and add a step to the instructions to mention creating the test user needed for some of the ACL tests. Signed-off-by: Steve French --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 8a362bd..8db7efe 100644 --- a/README +++ b/README @@ -4,8 +4,14 @@ _______________________ Building Linux: - cd into the xfstests directory + - install prerequisite packages + For example, for Ubuntu: + "sudo apt-get install xfslibs-dev uuid-dev libtool e2fsprogs + automake gcc libuuid1 libuuidm-ocaml-dev attr libattr1-dev + libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench" - run make - run make install + - create fsgqa test user ("sudo useradd fsgqa") Building IRIX: - cd into the xfstests directory -- 2.1.0