Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/gauche: fix build
Date: Mon, 15 Aug 2022 22:21:06 +0200	[thread overview]
Message-ID: <20220815222106.499394bb@windsurf> (raw)
In-Reply-To: <20220809190926.2535336-1-fontaine.fabrice@gmail.com>

On Tue,  9 Aug 2022 21:09:26 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fix the following build failure raised since bump to version 9.12.0 in
> commit f2eb56459ed3d8f5fdb026a31fe85e8df7d3b42d and
> https://github.com/shirok/Gauche/commit/9601603db7aea7bb6e075b4f7f09210a919a35b5
> which deleted the internal libatomic_ops:
> 
> configure: error: libatomic_ops is required.  You can either install it on
>                   your system, or fetch and unpack a recent version into the
>                   source directory and link or rename it to libatomic_ops.
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/4c7a1b690d1b12e39b6b24f8cc8a144f79c73711
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/gauche/gauche.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks. When --with-libatomic-ops=none, gauche will
use the atomic builtins of the compiler, which on some architectures
requires linking with libatomic. But it seems like the intersection of
architectures supported by gauche and the architectures that neeed
libatomic is empty, so it seems to be OK as-is. The autobuilders will
tell us :-)

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2022-08-15 20:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-09 19:09 [Buildroot] [PATCH 1/1] package/gauche: fix build Fabrice Fontaine
2022-08-15 20:21 ` Thomas Petazzoni via buildroot [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=20220815222106.499394bb@windsurf \
    --to=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=kei-k@ca2.so-net.ne.jp \
    --cc=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox