Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] nut: disable hal
@ 2014-02-13 21:17 Romain Naour
  2014-02-13 21:17 ` [Buildroot] [PATCH 2/2] nut: disable parallel builds Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Romain Naour @ 2014-02-13 21:17 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/nut/nut.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/nut/nut.mk b/package/nut/nut.mk
index 04b2b41..47367e1 100644
--- a/package/nut/nut.mk
+++ b/package/nut/nut.mk
@@ -85,4 +85,6 @@ else
 NUT_CONF_OPT += --without-ssl
 endif
 
+NUT_CONF_OPT += --without-hal 
+
 $(eval $(autotools-package))
-- 
1.8.5.3

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

* [Buildroot] [PATCH 2/2] nut: disable parallel builds
  2014-02-13 21:17 [Buildroot] [PATCH 1/2] nut: disable hal Romain Naour
@ 2014-02-13 21:17 ` Romain Naour
  2014-02-13 21:38   ` Yann E. MORIN
  2014-02-13 22:17   ` Peter Korsgaard
  2014-02-13 21:38 ` [Buildroot] [PATCH 1/2] nut: disable hal Yann E. MORIN
  2014-02-13 22:16 ` Peter Korsgaard
  2 siblings, 2 replies; 7+ messages in thread
From: Romain Naour @ 2014-02-13 21:17 UTC (permalink / raw)
  To: buildroot

The build system has a race condition causing build failure,
so ensure make -j1 is used.

Fixes:
http://autobuild.buildroot.net/results/0dd/0ddd856bcbec2db0500791fd428ba053d6e4fa1b/build-end.log

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/nut/nut.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/nut/nut.mk b/package/nut/nut.mk
index 47367e1..3985daa 100644
--- a/package/nut/nut.mk
+++ b/package/nut/nut.mk
@@ -14,6 +14,9 @@ NUT_DEPENDENCIES = host-pkgconf
 # Our patch changes m4 macros, so we need to autoreconf
 NUT_AUTORECONF = YES
 
+# Disable parallel builds
+NUT_MAKE = $(MAKE1)
+
 # Put the PID files in a read-write place (/var/run is a tmpfs)
 # since the default location (/var/state/ups) maybe readonly.
 NUT_CONF_OPT = \
-- 
1.8.5.3

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

* [Buildroot] [PATCH 1/2] nut: disable hal
  2014-02-13 21:17 [Buildroot] [PATCH 1/2] nut: disable hal Romain Naour
  2014-02-13 21:17 ` [Buildroot] [PATCH 2/2] nut: disable parallel builds Romain Naour
@ 2014-02-13 21:38 ` Yann E. MORIN
  2014-02-13 22:26   ` Romain Naour
  2014-02-13 22:16 ` Peter Korsgaard
  2 siblings, 1 reply; 7+ messages in thread
From: Yann E. MORIN @ 2014-02-13 21:38 UTC (permalink / raw)
  To: buildroot

Romain, All,

On 2014-02-13 22:17 +0100, Romain Naour spake thusly:
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/nut/nut.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/nut/nut.mk b/package/nut/nut.mk
> index 04b2b41..47367e1 100644
> --- a/package/nut/nut.mk
> +++ b/package/nut/nut.mk
> @@ -85,4 +85,6 @@ else
>  NUT_CONF_OPT += --without-ssl
>  endif
>  
> +NUT_CONF_OPT += --without-hal 

I don't care much where this ends up, but we already have a NUT_CONF_OPT
at the top of the file, so maybe it;d be better to move it there.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 2/2] nut: disable parallel builds
  2014-02-13 21:17 ` [Buildroot] [PATCH 2/2] nut: disable parallel builds Romain Naour
@ 2014-02-13 21:38   ` Yann E. MORIN
  2014-02-13 22:17   ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2014-02-13 21:38 UTC (permalink / raw)
  To: buildroot

Romain, All,

On 2014-02-13 22:17 +0100, Romain Naour spake thusly:
> The build system has a race condition causing build failure,
> so ensure make -j1 is used.
> 
> Fixes:
> http://autobuild.buildroot.net/results/0dd/0ddd856bcbec2db0500791fd428ba053d6e4fa1b/build-end.log
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/2] nut: disable hal
  2014-02-13 21:17 [Buildroot] [PATCH 1/2] nut: disable hal Romain Naour
  2014-02-13 21:17 ` [Buildroot] [PATCH 2/2] nut: disable parallel builds Romain Naour
  2014-02-13 21:38 ` [Buildroot] [PATCH 1/2] nut: disable hal Yann E. MORIN
@ 2014-02-13 22:16 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2014-02-13 22:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:

 > Signed-off-by: Romain Naour <romain.naour@openwide.fr>
 > ---
 >  package/nut/nut.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/nut/nut.mk b/package/nut/nut.mk
 > index 04b2b41..47367e1 100644
 > --- a/package/nut/nut.mk
 > +++ b/package/nut/nut.mk
 > @@ -85,4 +85,6 @@ else
 >  NUT_CONF_OPT += --without-ssl
 >  endif
 
 > +NUT_CONF_OPT += --without-hal 

Committed with the line moved to the top of the file as suggested by
Yann, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] nut: disable parallel builds
  2014-02-13 21:17 ` [Buildroot] [PATCH 2/2] nut: disable parallel builds Romain Naour
  2014-02-13 21:38   ` Yann E. MORIN
@ 2014-02-13 22:17   ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2014-02-13 22:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:

 > The build system has a race condition causing build failure,
 > so ensure make -j1 is used.

 > Fixes:
 > http://autobuild.buildroot.net/results/0dd/0ddd856bcbec2db0500791fd428ba053d6e4fa1b/build-end.log

 > Signed-off-by: Romain Naour <romain.naour@openwide.fr>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/2] nut: disable hal
  2014-02-13 21:38 ` [Buildroot] [PATCH 1/2] nut: disable hal Yann E. MORIN
@ 2014-02-13 22:26   ` Romain Naour
  0 siblings, 0 replies; 7+ messages in thread
From: Romain Naour @ 2014-02-13 22:26 UTC (permalink / raw)
  To: buildroot

Hi Yann, Peter, All,

Le 13/02/2014 22:38, Yann E. MORIN a ?crit :
> Romain, All,
>
> On 2014-02-13 22:17 +0100, Romain Naour spake thusly:
>> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
>> ---
>>   package/nut/nut.mk | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/package/nut/nut.mk b/package/nut/nut.mk
>> index 04b2b41..47367e1 100644
>> --- a/package/nut/nut.mk
>> +++ b/package/nut/nut.mk
>> @@ -85,4 +85,6 @@ else
>>   NUT_CONF_OPT += --without-ssl
>>   endif
>>   
>> +NUT_CONF_OPT += --without-hal
> I don't care much where this ends up, but we already have a NUT_CONF_OPT
> at the top of the file, so maybe it;d be better to move it there.
>
> Regards,
> Yann E. MORIN.
>
I was preparing the v2 patch.
Thanks Peter :)

Romain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140213/5f4d1ab3/attachment.html>

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

end of thread, other threads:[~2014-02-13 22:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13 21:17 [Buildroot] [PATCH 1/2] nut: disable hal Romain Naour
2014-02-13 21:17 ` [Buildroot] [PATCH 2/2] nut: disable parallel builds Romain Naour
2014-02-13 21:38   ` Yann E. MORIN
2014-02-13 22:17   ` Peter Korsgaard
2014-02-13 21:38 ` [Buildroot] [PATCH 1/2] nut: disable hal Yann E. MORIN
2014-02-13 22:26   ` Romain Naour
2014-02-13 22:16 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox