All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] bind: fix intermittent build issues with high BR2_JLEVEL
@ 2016-02-06  9:00 Jan Heylen
  2016-02-06  9:52 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Heylen @ 2016-02-06  9:00 UTC (permalink / raw)
  To: buildroot

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.

[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]

Fixes:
http://autobuild.buildroot.org/results/220/2201f04170ea8ef0961e907efce07c041a57c229/

Signed-off-by: Jan Heylen <heyleke@gmail.com>

---
Changes v1 --> v2:
  - Added comment
  - Added Fixes link
Changes v2 --> v3:
  - Properly commit the added comment :-s
---
 package/bind/bind.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 9d8d16c..12dd52e 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -6,6 +6,8 @@
 
 BIND_VERSION = 9.10.3-P3
 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
+# bind does not support parallel builds.
+BIND_MAKE = $(MAKE1)
 BIND_INSTALL_STAGING = YES
 BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh
 BIND_LICENSE = ISC
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH v3] bind: fix intermittent build issues with high BR2_JLEVEL
  2016-02-06  9:00 [Buildroot] [PATCH v3] bind: fix intermittent build issues with high BR2_JLEVEL Jan Heylen
@ 2016-02-06  9:52 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-02-06  9:52 UTC (permalink / raw)
  To: buildroot

Dear Jan Heylen,

On Sat,  6 Feb 2016 10:00:07 +0100, Jan Heylen wrote:
> 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.
> 
> [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]

When a patch is your own patch, there is no need to put such comments
between [<your name>: ...]. It's only when you take over the patch of
someone else. So I've kept this comment in the commit log, without the
[<your name>: ...] around it.

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-06  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-06  9:00 [Buildroot] [PATCH v3] bind: fix intermittent build issues with high BR2_JLEVEL Jan Heylen
2016-02-06  9:52 ` Thomas Petazzoni

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.