From: Stefan Weil <sw@weilnetz.de>
To: Stewart Smith <stewart@linux.vnet.ibm.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v2 1/6] configure: add hint of libfdt to DTC dependency not found message
Date: Fri, 24 Jan 2014 07:13:32 +0100 [thread overview]
Message-ID: <52E2048C.3000401@weilnetz.de> (raw)
In-Reply-To: <1390527551-22069-2-git-send-email-stewart@linux.vnet.ibm.com>
Am 24.01.2014 02:39, schrieb Stewart Smith:
> Most distros package it as libfdt, and mentioning libfdt here makes it
> much easier to find the package you're missing.
>
> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
> ---
> configure | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index 3782a6a..8b6e64a 100755
> --- a/configure
> +++ b/configure
> @@ -2654,8 +2654,8 @@ EOF
> fdt_libs="-L\$(BUILD_DIR)/dtc/libfdt $fdt_libs"
> elif test "$fdt" = "yes" ; then
> # have neither and want - prompt for system/submodule install
> - error_exit "DTC not present. Your options:" \
> - " (1) Preferred: Install the DTC devel package" \
> + error_exit "DTC (libfdt) not present. Your options:" \
> + " (1) Preferred: Install the DTC (libfdt) devel package" \
> " (2) Fetch the DTC submodule, using:" \
> " git submodule update --init dtc"
> else
>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <sw@weilnetz.de>
To: Stewart Smith <stewart@linux.vnet.ibm.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 1/6] configure: add hint of libfdt to DTC dependency not found message
Date: Fri, 24 Jan 2014 07:13:32 +0100 [thread overview]
Message-ID: <52E2048C.3000401@weilnetz.de> (raw)
In-Reply-To: <1390527551-22069-2-git-send-email-stewart@linux.vnet.ibm.com>
Am 24.01.2014 02:39, schrieb Stewart Smith:
> Most distros package it as libfdt, and mentioning libfdt here makes it
> much easier to find the package you're missing.
>
> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
> ---
> configure | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index 3782a6a..8b6e64a 100755
> --- a/configure
> +++ b/configure
> @@ -2654,8 +2654,8 @@ EOF
> fdt_libs="-L\$(BUILD_DIR)/dtc/libfdt $fdt_libs"
> elif test "$fdt" = "yes" ; then
> # have neither and want - prompt for system/submodule install
> - error_exit "DTC not present. Your options:" \
> - " (1) Preferred: Install the DTC devel package" \
> + error_exit "DTC (libfdt) not present. Your options:" \
> + " (1) Preferred: Install the DTC (libfdt) devel package" \
> " (2) Fetch the DTC submodule, using:" \
> " git submodule update --init dtc"
> else
>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
next prev parent reply other threads:[~2014-01-24 6:14 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 4:54 [Qemu-trivial] [PATCH] configure: helpfully output package names for some missing dependencies Stewart Smith
2014-01-23 4:54 ` [Qemu-devel] " Stewart Smith
2014-01-23 6:21 ` [Qemu-trivial] " Stefan Weil
2014-01-23 6:21 ` Stefan Weil
2014-01-23 10:28 ` [Qemu-trivial] " Peter Maydell
2014-01-23 10:28 ` Peter Maydell
2014-01-23 11:08 ` [Qemu-trivial] " Stewart Smith
2014-01-23 11:08 ` Stewart Smith
2014-01-24 1:39 ` [Qemu-trivial] [PATCH v2 0/6] configure: make output and errors more friendly Stewart Smith
2014-01-24 1:39 ` [Qemu-devel] " Stewart Smith
2014-01-24 1:39 ` [Qemu-trivial] [PATCH v2 1/6] configure: add hint of libfdt to DTC dependency not found message Stewart Smith
2014-01-24 1:39 ` [Qemu-devel] " Stewart Smith
2014-01-24 6:13 ` Stefan Weil [this message]
2014-01-24 6:13 ` Stefan Weil
2014-01-24 1:39 ` [Qemu-trivial] [PATCH v2 2/6] configure: sort output of configure results alphabetically Stewart Smith
2014-01-24 1:39 ` [Qemu-devel] " Stewart Smith
2014-01-24 1:39 ` [Qemu-trivial] [PATCH v2 3/6] configure: alphabetize output of --help and separate into groups Stewart Smith
2014-01-24 1:39 ` [Qemu-devel] " Stewart Smith
2014-01-24 6:30 ` [Qemu-trivial] " Stefan Weil
2014-01-24 6:30 ` Stefan Weil
2014-01-24 1:39 ` [Qemu-trivial] [PATCH v2 4/6] configure: add help for --disable-xfsctl and --enable-xfsctl Stewart Smith
2014-01-24 1:39 ` [Qemu-devel] " Stewart Smith
2014-01-24 1:39 ` [Qemu-trivial] [PATCH v2 5/6] configure: add hints to a remedy for feature_not_found errors Stewart Smith
2014-01-24 1:39 ` [Qemu-devel] " Stewart Smith
2014-01-24 1:39 ` [Qemu-trivial] [PATCH v2 6/6] configure: helpfully output package names for some missing dependencies Stewart Smith
2014-01-24 1:39 ` [Qemu-devel] " Stewart Smith
2014-02-01 9:55 ` [Qemu-trivial] [PATCH v2 0/6] configure: make output and errors more friendly Michael Tokarev
2014-02-01 9:55 ` [Qemu-devel] " Michael Tokarev
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=52E2048C.3000401@weilnetz.de \
--to=sw@weilnetz.de \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stewart@linux.vnet.ibm.com \
/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.