All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/util-linux: disable raw with kernel >= 5.14
Date: Sun, 12 Sep 2021 11:27:21 +0200	[thread overview]
Message-ID: <20210912092721.GD1053080@scaer> (raw)
In-Reply-To: <20210912091136.1048360-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2021-09-12 11:11 +0200, Fabrice Fontaine spake thusly:
> raw has been dropped from kernel since version 5.14 and
> https://github.com/torvalds/linux/commit/603e4922f1c81fc2ed3a87b4f91a8d3aafc7e093
> resulting in the following build failure:
> 
> configure: error: raw selected, but required raw.h header file not available
> 
> https://github.com/karelzak/util-linux/issues/1442
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/d009d663a7c3c75872b19a92d3eadd3ecee2df63
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/util-linux/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
> index 1f33eb5514..f045361ab5 100644
> --- a/package/util-linux/Config.in
> +++ b/package/util-linux/Config.in
> @@ -291,9 +291,13 @@ config BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT
>  
>  config BR2_PACKAGE_UTIL_LINUX_RAW
>  	bool "raw"
> +	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
>  	help
>  	  Build a linux raw character device
>  
> +comment "raw needs a toolchain w/ headers < 5.14"
> +	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
> +
>  config BR2_PACKAGE_UTIL_LINUX_RENAME
>  	bool "rename"
>  	help
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2021-09-12  9:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-12  9:11 [Buildroot] [PATCH 1/1] package/util-linux: disable raw with kernel >= 5.14 Fabrice Fontaine
2021-09-12  9:27 ` Yann E. MORIN [this message]

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=20210912092721.GD1053080@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    /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.