From: Jan Heylen <heyleke@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] bind: fix intermittent build issues with high BR2_JLEVEL
Date: Thu, 5 Nov 2015 11:57:34 +0100 [thread overview]
Message-ID: <1446721054-15603-1-git-send-email-heyleke@gmail.com> (raw)
From: Peter Korsgaard <jacmet@sunsite.dk>
Build sometimes breaks with:
libtool: link: `unix/os.lo' is not a valid libtool object
make[3]: *** [rndc-confgen] Error 1
make[3]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/scratch/peko/build/bind-9.6-ESV-R4/bin/rndc/unix'
So disable parallel builds.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
[Jan Heylen: This patch was removed with commit c36b5d89c5616f7ca0a7295cbb5c231606beb71e
by Gustavo Zacarias <gustavo@zacarias.com.ar> but the problem still occurs,
so disabling parallel builds again]
Signed-off-by: Jan Heylen <heyleke@gmail.com>
---
package/bind/bind.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index e93b356..3601d42 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -6,6 +6,7 @@
BIND_VERSION = 9.9.8
BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
+BIND_MAKE = $(MAKE1)
BIND_INSTALL_STAGING = YES
BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh
BIND_LICENSE = ISC
--
2.1.4
next reply other threads:[~2015-11-05 10:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-05 10:57 Jan Heylen [this message]
2015-11-05 21:42 ` [Buildroot] [PATCH] bind: fix intermittent build issues with high BR2_JLEVEL Thomas Petazzoni
2015-11-06 7:04 ` Jan Heylen
2015-11-06 7:06 ` Jan Heylen
2015-11-06 9:19 ` Thomas Petazzoni
2016-01-06 21:10 ` Thomas De Schampheleire
2016-02-05 14:49 ` Thomas De Schampheleire
-- strict thread matches above, loose matches on Subject: below --
2016-02-06 1:47 Ricardo Martincoski
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=1446721054-15603-1-git-send-email-heyleke@gmail.com \
--to=heyleke@gmail.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 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.