From: fdmanana@kernel.org
To: fstests@vger.kernel.org
Subject: [PATCH] Fix error message when xfs handle library not found
Date: Tue, 12 Feb 2019 18:18:40 +0000 [thread overview]
Message-ID: <20190212181840.7093-1-fdmanana@kernel.org> (raw)
From: Filipe Manana <fdmanana@suse.com>
The error message mentions a "make install-lib" target from xfsprogs,
however that target does not exists in xfsprogs, what exists is a
target named "install-dev". So fix that and replace "install-lib" with
"install-dev".
Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
m4/package_xfslibs.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/package_xfslibs.m4 b/m4/package_xfslibs.m4
index 9be56e11..ad019518 100644
--- a/m4/package_xfslibs.m4
+++ b/m4/package_xfslibs.m4
@@ -83,7 +83,7 @@ AC_DEFUN([AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE],
echo
echo 'FATAL ERROR: could not find a current XFS handle library.'
echo 'Install or upgrade the XFS library package.'
- echo 'Alternatively, run "make install-lib" from the xfsprogs source.'
+ echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
exit 1
])
libhdl="-lhandle"
--
2.11.0
next reply other threads:[~2019-02-12 18:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-12 18:18 fdmanana [this message]
2019-02-12 18:59 ` [PATCH] Fix error message when xfs handle library not found Eric Sandeen
2019-02-12 21:15 ` Dave Chinner
2019-02-12 23:46 ` Eric Sandeen
2019-02-13 2:18 ` Dave Chinner
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=20190212181840.7093-1-fdmanana@kernel.org \
--to=fdmanana@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox