All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/util-linux: disable runuser for the host build
@ 2021-02-27 15:54 Peter Seiderer
  2021-03-01 21:40 ` Yann E. MORIN
  2021-03-13 15:05 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seiderer @ 2021-02-27 15:54 UTC (permalink / raw)
  To: buildroot

Fixes host build in case unsuitable libs are found on the system
(see [1]).

[1] http://lists.busybox.net/pipermail/buildroot/2021-February/304261.html

Reported-by: GA K <guyarkam@gmail.com>
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/util-linux/util-linux.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 0178c52bac..09acaca1a7 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -211,6 +211,7 @@ HOST_UTIL_LINUX_CONF_OPTS += \
 	--disable-nsenter \
 	--disable-pg \
 	--disable-rfkill \
+	--disable-runuser \
 	--disable-schedutils \
 	--disable-setpriv \
 	--disable-setterm \
-- 
2.30.1

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

* [Buildroot] [PATCH v1] package/util-linux: disable runuser for the host build
  2021-02-27 15:54 [Buildroot] [PATCH v1] package/util-linux: disable runuser for the host build Peter Seiderer
@ 2021-03-01 21:40 ` Yann E. MORIN
  2021-03-13 15:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-03-01 21:40 UTC (permalink / raw)
  To: buildroot

Peter, All,

On 2021-02-27 16:54 +0100, Peter Seiderer spake thusly:
> Fixes host build in case unsuitable libs are found on the system
> (see [1]).
> 
> [1] http://lists.busybox.net/pipermail/buildroot/2021-February/304261.html

I would contend that this problem is a badly configured host, and if
such hosts have libraries installed that incompatible with their native
compiler, then those host should be fixed.

However, runuser really is a non-necessary tool for the Buildroot case,
so disabling it is still a good idea.

> Reported-by: GA K <guyarkam@gmail.com>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Applied to master, with a commit log expanded to provide a more
fundamental reason why we disable runuser. Thanks!

Regards,
Yann E. MORIN.

> ---
>  package/util-linux/util-linux.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
> index 0178c52bac..09acaca1a7 100644
> --- a/package/util-linux/util-linux.mk
> +++ b/package/util-linux/util-linux.mk
> @@ -211,6 +211,7 @@ HOST_UTIL_LINUX_CONF_OPTS += \
>  	--disable-nsenter \
>  	--disable-pg \
>  	--disable-rfkill \
> +	--disable-runuser \
>  	--disable-schedutils \
>  	--disable-setpriv \
>  	--disable-setterm \
> -- 
> 2.30.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH v1] package/util-linux: disable runuser for the host build
  2021-02-27 15:54 [Buildroot] [PATCH v1] package/util-linux: disable runuser for the host build Peter Seiderer
  2021-03-01 21:40 ` Yann E. MORIN
@ 2021-03-13 15:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-03-13 15:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Fixes host build in case unsuitable libs are found on the system
 > (see [1]).

 > [1] http://lists.busybox.net/pipermail/buildroot/2021-February/304261.html

 > Reported-by: GA K <guyarkam@gmail.com>
 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2020.02.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-03-13 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-27 15:54 [Buildroot] [PATCH v1] package/util-linux: disable runuser for the host build Peter Seiderer
2021-03-01 21:40 ` Yann E. MORIN
2021-03-13 15:05 ` Peter Korsgaard

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.