All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/bind: fix mdig library dependencies
Date: Mon, 14 Dec 2020 23:14:33 +0100	[thread overview]
Message-ID: <20201214231433.6cbf6aab@gmx.net> (raw)
In-Reply-To: <20201212091306.222405-2-bernd.kuhls@t-online.de>

Hello Bernd,

On Sat, 12 Dec 2020 10:13:06 +0100, Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Fixes:
> http://autobuild.buildroot.net/results/bc6/bc61b07591188d49d41a7914b4dd1e985c4a3b4b/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../0002-mdig-fix-library-dependencies.patch  | 34 +++++++++++++++++++
>  1 file changed, 34 insertions(+)
>  create mode 100644 package/bind/0002-mdig-fix-library-dependencies.patch
>
> diff --git a/package/bind/0002-mdig-fix-library-dependencies.patch b/package/bind/0002-mdig-fix-library-dependencies.patch
> new file mode 100644
> index 0000000000..4a786edf5e
> --- /dev/null
> +++ b/package/bind/0002-mdig-fix-library-dependencies.patch
> @@ -0,0 +1,34 @@
> +From ba00ed93f3bd021b06c9f9b1c0d9ff10931f2617 Mon Sep 17 00:00:00 2001
> +From: Bernd Kuhls <bernd.kuhls@t-online.de>
> +Date: Sat, 12 Dec 2020 10:09:55 +0100
> +Subject: [PATCH] mdig: fix library dependencies
> +
> +Fixes buildroot build error:
> +http://autobuild.buildroot.net/results/bc6/bc61b07591188d49d41a7914b4dd1e985c4a3b4b/build-end.log
> +
> +ld: warning: libisccfg.so.163, needed by ../../lib/bind9/.libs/libbind9.so,
> + not found (try using -rpath or -rpath-link)
> +
> +Upstream status: pending upload

What does 'pending upload' mean?

> +
> +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> +---
> + bin/tools/Makefile.in | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/bin/tools/Makefile.in b/bin/tools/Makefile.in
> +index b12f80a334..e672f6bc87 100644
> +--- a/bin/tools/Makefile.in
> ++++ b/bin/tools/Makefile.in
> +@@ -96,7 +96,7 @@ genrandom at EXEEXT@: genrandom. at O@
> +
> + mdig at EXEEXT@: mdig. at O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${BIND9DEPLIBS}

Dependency entry '${ISCCFGDEPLIBS}' missing?

Regards,
Peter


> + 	export BASEOBJS="mdig. at O@"; \
> +-	export LIBS0="${DNSLIBS} ${BIND9LIBS}"; \
> ++	export LIBS0="${DNSLIBS} ${ISCCFGLIBS} ${BIND9LIBS}"; \
> + 	${FINALBUILDCMD}
> +
> + dnstap-read at EXEEXT@: dnstap-read. at O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
> +--
> +2.29.2
> +

  reply	other threads:[~2020-12-14 22:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-12  9:13 [Buildroot] [PATCH 1/2] package/bind: bump version to 9.11.25 Bernd Kuhls
2020-12-12  9:13 ` [Buildroot] [PATCH 2/2] package/bind: fix mdig library dependencies Bernd Kuhls
2020-12-14 22:14   ` Peter Seiderer [this message]
2020-12-16 21:25     ` Bernd Kuhls
2020-12-16 22:46       ` Peter Seiderer
2020-12-17  0:40 ` [Buildroot] [PATCH 1/2] package/bind: bump version to 9.11.25 Petr Vorel
2020-12-23 12:38 ` 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=20201214231433.6cbf6aab@gmx.net \
    --to=ps.report@gmx.net \
    --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 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.