Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/host-gdb: fix autobuild failure
Date: Tue, 8 Sep 2015 16:13:38 +0200	[thread overview]
Message-ID: <55EEED12.6000909@mind.be> (raw)
In-Reply-To: <1441721106-27234-1-git-send-email-brendanheading@gmail.com>

On 08-09-15 16:05, Brendan Heading wrote:
> Fixes :
> 
> http://autobuild.buildroot.net/results/dd5/dd50ed99abb2c8495def826866b184030953f90e/
> 
> .. and many others.
> 
> host-gdb is broken on all architectures at the moment, as it seems to
> require makeinfo during "make install" even if configure
> failed to detect it. Instead of trying to hack it, let's simply make gdb
> dependent on host-texinfo.

 Any idea why this is not needed for target gdb?

 Regards,
 Arnout

> 
> Signed-off-by: Brendan Heading <brendanheading@gmail.com>
> ---
>  package/gdb/gdb.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
> index 338de20..efe195a 100644
> --- a/package/gdb/gdb.mk
> +++ b/package/gdb/gdb.mk
> @@ -40,7 +40,7 @@ endif
>  # For the host variant, we really want to build with XML support,
>  # which is needed to read XML descriptions of target architectures. We
>  # also need ncurses.
> -HOST_GDB_DEPENDENCIES = host-expat host-ncurses
> +HOST_GDB_DEPENDENCIES = host-expat host-ncurses host-texinfo
>  
>  # Apply the Xtensa specific patches
>  XTENSA_CORE_NAME = $(call qstrip, $(BR2_XTENSA_CORE_NAME))
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

  reply	other threads:[~2015-09-08 14:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08 14:05 [Buildroot] [PATCH 1/1] package/host-gdb: fix autobuild failure Brendan Heading
2015-09-08 14:13 ` Arnout Vandecappelle [this message]
2015-09-08 14:17   ` Brendan Heading
2015-09-08 14:17   ` Vicente Olivert Riera
2015-09-08 14:41     ` Brendan Heading
2015-09-08 14:48       ` Vicente Olivert Riera
2015-09-08 14:53         ` Brendan Heading
2015-09-08 14:58           ` Vicente Olivert Riera

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=55EEED12.6000909@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /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