All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/dhcp: disable backtrace on internal bind
Date: Thu, 21 Apr 2022 21:36:04 +0200	[thread overview]
Message-ID: <20220421193604.GQ2730@scaer> (raw)
In-Reply-To: <20220418222033.1279730-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2022-04-19 00:20 +0200, Fabrice Fontaine spake thusly:
> Disable backtrace on internal bind to avoid the following build failure
> since commit 0c8dd6ebd656e06cf99a63eb93343715f4853503:

I've expanded that part to also reference commit 700674b45c86
(package/bind: disable backtrace support) where the same was done to the
official bind.

> /nvmedata/autobuild/instance-15/output-1/host/lib/gcc/armeb-buildroot-linux-uclibcgnueabi/10.3.0/../../../../armeb-buildroot-linux-uclibcgnueabi/bin/ld: /nvmedata/autobuild/instance-15/output-1/build/dhcp-4.4.3/bind/bind-9.11.36/lib/isc/.libs/libisc.so: undefined reference to `_Unwind_GetIP'
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/074786f3f1e7ffc858dcb1de1855ee138793869e
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/dhcp/dhcp.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/dhcp/dhcp.mk b/package/dhcp/dhcp.mk
> index 6ac9ed0147..e6f4c419f4 100644
> --- a/package/dhcp/dhcp.mk
> +++ b/package/dhcp/dhcp.mk
> @@ -29,7 +29,8 @@ DHCP_BIND_EXTRA_CONFIG = \
>  	BUILD_CFLAGS='$(HOST_CFLAGS)' \
>  	BUILD_CPPFLAGS='$(HOST_CPPFLAGS)' \
>  	BUILD_LDFLAGS='$(HOST_LDFLAGS)' \
> -	RANLIB='$(TARGET_RANLIB)'
> +	RANLIB='$(TARGET_RANLIB)' \
> +	--disable-backtrace
>  
>  DHCP_CONF_ENV += ac_cv_prog_AWK=$(HOST_DIR)/bin/gawk
>  
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-04-21 19:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18 22:20 [Buildroot] [PATCH 1/1] package/dhcp: disable backtrace on internal bind Fabrice Fontaine
2022-04-21 19:36 ` Yann E. MORIN [this message]
2022-05-24  8:20 ` Peter Korsgaard

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=20220421193604.GQ2730@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.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.