All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-core][PATCH] util-linux: disable raw
@ 2021-09-12 17:19 Markus Volk
  2021-09-12 22:18 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Volk @ 2021-09-12 17:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: MarkusVolk

raw.h has been dropped in linux-libc-headers-5.14 leading to:

configure: error: raw selected, but required raw.h header file not available
WARNING: exit code 1 from a shell command.

Signed-off-by: MarkusVolk <f_l_k@t-online.de>
---
 meta/recipes-core/util-linux/util-linux_2.37.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/util-linux/util-linux_2.37.2.bb b/meta/recipes-core/util-linux/util-linux_2.37.2.bb
index 9351595144..6f2808cc44 100644
--- a/meta/recipes-core/util-linux/util-linux_2.37.2.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.37.2.bb
@@ -73,7 +73,7 @@ EXTRA_OECONF = "\
     \
     --disable-bfs --disable-login \
     --disable-makeinstall-chown --disable-minix --disable-newgrp \
-    --disable-use-tty-group --disable-vipw \
+    --disable-use-tty-group --disable-vipw --disable-raw \
     \
     --without-udev \
     \
-- 
2.25.1


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

* Re: [oe-core][PATCH] util-linux: disable raw
  2021-09-12 17:19 [oe-core][PATCH] util-linux: disable raw Markus Volk
@ 2021-09-12 22:18 ` Khem Raj
  2021-09-13  0:07   ` Markus Volk
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-09-12 22:18 UTC (permalink / raw)
  To: Markus Volk; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]

On Sun, Sep 12, 2021 at 10:20 AM Markus Volk <f_l_k@t-online.de> wrote:

> raw.h has been dropped in linux-libc-headers-5.14 leading to:
>
> configure: error: raw selected, but required raw.h header file not
> available
> WARNING: exit code 1 from a shell command.


Overall this is a fine change however I wonder what’s the way to get this
fixed upstream is it that it should now be removed from util-Linux in
future ?

>
>
> Signed-off-by: MarkusVolk <f_l_k@t-online.de>
> ---
>  meta/recipes-core/util-linux/util-linux_2.37.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/util-linux/util-linux_2.37.2.bb
> b/meta/recipes-core/util-linux/util-linux_2.37.2.bb
> index 9351595144..6f2808cc44 100644
> --- a/meta/recipes-core/util-linux/util-linux_2.37.2.bb
> +++ b/meta/recipes-core/util-linux/util-linux_2.37.2.bb
> @@ -73,7 +73,7 @@ EXTRA_OECONF = "\
>      \
>      --disable-bfs --disable-login \
>      --disable-makeinstall-chown --disable-minix --disable-newgrp \
> -    --disable-use-tty-group --disable-vipw \
> +    --disable-use-tty-group --disable-vipw --disable-raw \
>      \
>      --without-udev \
>      \
> --
> 2.25.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2184 bytes --]

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

* Re: [oe-core][PATCH] util-linux: disable raw
  2021-09-12 22:18 ` Khem Raj
@ 2021-09-13  0:07   ` Markus Volk
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Volk @ 2021-09-13  0:07 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1762 bytes --]

Looks like this is the plan

https://bugzilla.redhat.com/show_bug.cgi?id=1981729#c3


Am 13.09.21 um 00:18 schrieb Khem Raj:
>
>
> On Sun, Sep 12, 2021 at 10:20 AM Markus Volk <f_l_k@t-online.de 
> <mailto:f_l_k@t-online.de>> wrote:
>
>     raw.h has been dropped in linux-libc-headers-5.14 leading to:
>
>     configure: error: raw selected, but required raw.h header file not
>     available
>     WARNING: exit code 1 from a shell command.
>
>
> Overall this is a fine change however I wonder what’s the way to get 
> this fixed upstream is it that it should now be removed from 
> util-Linux in future ?
>
>
>
>     Signed-off-by: MarkusVolk <f_l_k@t-online.de
>     <mailto:f_l_k@t-online.de>>
>     ---
>      meta/recipes-core/util-linux/util-linux_2.37.2.bb
>     <http://util-linux_2.37.2.bb> | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
>
>     diff --git a/meta/recipes-core/util-linux/util-linux_2.37.2.bb
>     <http://util-linux_2.37.2.bb>
>     b/meta/recipes-core/util-linux/util-linux_2.37.2.bb
>     <http://util-linux_2.37.2.bb>
>     index 9351595144..6f2808cc44 100644
>     --- a/meta/recipes-core/util-linux/util-linux_2.37.2.bb
>     <http://util-linux_2.37.2.bb>
>     +++ b/meta/recipes-core/util-linux/util-linux_2.37.2.bb
>     <http://util-linux_2.37.2.bb>
>     @@ -73,7 +73,7 @@ EXTRA_OECONF = "\
>          \
>          --disable-bfs --disable-login \
>          --disable-makeinstall-chown --disable-minix --disable-newgrp \
>     -    --disable-use-tty-group --disable-vipw \
>     +    --disable-use-tty-group --disable-vipw --disable-raw \
>          \
>          --without-udev \
>          \
>     -- 
>     2.25.1
>
>
>     
>

[-- Attachment #2: Type: text/html, Size: 3808 bytes --]

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

end of thread, other threads:[~2021-09-13  0:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-12 17:19 [oe-core][PATCH] util-linux: disable raw Markus Volk
2021-09-12 22:18 ` Khem Raj
2021-09-13  0:07   ` Markus Volk

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.