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: "Michał Łyszczek" <michal.lyszczek@bofc.pl>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/openrc: fix uclibc build
Date: Tue, 28 Nov 2023 17:16:59 +0100	[thread overview]
Message-ID: <20231128161659.GH3177259@scaer> (raw)
In-Reply-To: <20231127213138.1062051-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2023-11-27 22:31 +0100, Fabrice Fontaine spake thusly:
> Fix the following uclibc build failures raised since bump to version
> 0.51 in commit 730c90faa3ec13ee1ead47113c9c5c7d3a8dac55:
[--SNIP--]
> Fixes:
>  - http://autobuild.buildroot.org/results/494ef392a971ddb3c5c7b01e0149c6439018dbe7
> +
> +Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> +Upstream: https://github.com/OpenRC/openrc/pull/674

It looks like upstream is not happy with this patch. Given the feedback
there, I think we'll unfortunately have to hide openrc away for uClibc,
until upstream has a proper fix.

Regards,
Yann E. MORIN.

> +---
> + meson.build | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/meson.build b/meson.build
> +index 9f4fc5ee5..9ab293c3a 100644
> +--- a/meson.build
> ++++ b/meson.build
> +@@ -149,7 +149,7 @@ else
> + endif
> + 
> + if os == 'Linux' or os == 'GNU-kFreeBSD'
> +-  cc_os_flags = ['-D_DEFAULT_SOURCE']
> ++  cc_os_flags = ['-D_DEFAULT_SOURCE', '-D_GNU_SOURCE']
> + elif os == 'FreeBSD'
> +   cc_os_flags = ['-D_BSD_SOURCE']
> + elif os == 'GNU'
> -- 
> 2.42.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@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@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2023-11-28 16:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-27 21:31 [Buildroot] [PATCH 1/1] package/openrc: fix uclibc build Fabrice Fontaine
2023-11-28 16:16 ` 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=20231128161659.GH3177259@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=michal.lyszczek@bofc.pl \
    /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.