From: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
To: fstests@vger.kernel.org
Subject: [PATCH] Fix prerequisite packages to build fstests on Ubuntu
Date: Thu, 4 Feb 2016 09:54:38 +0900 [thread overview]
Message-ID: <56B2A14E.90002@jp.fujitsu.com> (raw)
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 <takeuchi_satoru@jp.fujitsu.com>
---
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
--
2.7.0.rc3
next reply other threads:[~2016-02-04 0:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-04 0:54 Satoru Takeuchi [this message]
2016-02-04 15:44 ` [PATCH] Fix prerequisite packages to build fstests on Ubuntu Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B2A14E.90002@jp.fujitsu.com \
--to=takeuchi_satoru@jp.fujitsu.com \
--cc=fstests@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.