From patchwork Thu Feb 4 00:54:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Satoru Takeuchi X-Patchwork-Id: 8213051 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id ADF09BEEE5 for ; Thu, 4 Feb 2016 00:55:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E083820340 for ; Thu, 4 Feb 2016 00:54:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F285020212 for ; Thu, 4 Feb 2016 00:54:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932887AbcBDAy6 (ORCPT ); Wed, 3 Feb 2016 19:54:58 -0500 Received: from mgwym01.jp.fujitsu.com ([211.128.242.40]:60191 "EHLO mgwym01.jp.fujitsu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752526AbcBDAy4 (ORCPT ); Wed, 3 Feb 2016 19:54:56 -0500 Received: from yt-mxq.gw.nic.fujitsu.com (unknown [192.168.229.66]) by mgwym01.jp.fujitsu.com with smtp id 2abf_17a2_19190675_0c83_4636_a49c_2c4824a79fc4; Thu, 04 Feb 2016 09:54:50 +0900 Received: from g01jpfmpwkw01.exch.g01.fujitsu.local (g01jpfmpwkw01.exch.g01.fujitsu.local [10.0.193.38]) by yt-mxq.gw.nic.fujitsu.com (Postfix) with ESMTP id 9F392AC01C3 for ; Thu, 4 Feb 2016 09:54:50 +0900 (JST) Received: from g01jpexchkw33.g01.fujitsu.local (unknown [10.0.193.4]) by g01jpfmpwkw01.exch.g01.fujitsu.local (Postfix) with ESMTP id E07FD6926D2 for ; Thu, 4 Feb 2016 09:54:48 +0900 (JST) X-SecurityPolicyCheck: OK by SHieldMailChecker v2.0.1 X-SHieldMailCheckerPolicyVersion: FJ-ISEC-20120718-4 To: From: Satoru Takeuchi Subject: [PATCH] Fix prerequisite packages to build fstests on Ubuntu Message-ID: <56B2A14E.90002@jp.fujitsu.com> Date: Thu, 4 Feb 2016 09:54:38 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 X-SecurityPolicyCheck-GC: OK by FENCE-Mail X-TM-AS-MML: disable Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 To build xfstests from minimal Ubuntu, it's necessary to install some more packages in addition to ones mentioned in README. Plus, libtool is not needed to specify here since libtool-bin depends on it. Signed-off-by: Satoru Takeuchi Reviewed-by: Christoph Hellwig --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index a824c10..e44ce51 100644 --- a/README +++ b/README @@ -6,8 +6,8 @@ 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 quota attr libattr1-dev + "sudo apt-get install xfslibs-dev uuid-dev libtool-bin e2fsprogs + automake gcc libuuid1 quota attr libattr1-dev make libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench" - run make - run make install