Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/host-gdb: fix autobuild failure
Date: Tue, 8 Sep 2015 15:17:49 +0100	[thread overview]
Message-ID: <55EEEE0D.5050009@imgtec.com> (raw)
In-Reply-To: <55EEED12.6000909@mind.be>

Dear Arnout Vandecappelle,

On 09/08/2015 03:13 PM, Arnout Vandecappelle wrote:
> 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?

It is needed for the target as well. You can build the target gdb
without building the host gdb, in which case the host-texinfo package
would not be installed and you would face the failure again.

Brendan, please, can you add the dependency for target gdb as well?

Regards,

Vincent.

>  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))
>>
> 
> 

  parent reply	other threads:[~2015-09-08 14:17 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
2015-09-08 14:17   ` Brendan Heading
2015-09-08 14:17   ` Vicente Olivert Riera [this message]
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=55EEEE0D.5050009@imgtec.com \
    --to=vincent.riera@imgtec.com \
    --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