All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@uclibc.org
Subject: Re: [Buildroot] [PATCH 2/2] package/postgresql: bump version to 18.1
Date: Tue, 18 Nov 2025 19:21:58 +0100	[thread overview]
Message-ID: <pan$77033$6ba85c2c$22507ece$5e56e258@ID-313208.user.individual.net> (raw)
In-Reply-To: a93aa370-e834-4794-aeca-2617d2fd7b07__8229.26729904197$1763454477$gmane$org@inbox.ru

Am Tue, 18 Nov 2025 11:27:27 +0300 schrieb Maxim Kochetkov via buildroot:

>> Upstream removed support for toolchains not providing atomics support:
>> https://git.postgresql.org/gitweb/?
p=postgresql.git;a=commit;h=81385261362962deb9861b39b509aeffe213721d
> 
> depends on BR2_TOOLCHAIN_HAS_ATOMIC ?

Hi Maxim,

while running test-pkg the bootlin-sparc-uclibc defconfig failed to build.

The atomic support of this toolchain looks weird to me (libatomic.so 
provided, but not atomic.h), but I am by no means an expert on this field:

$ make defconfig BR2_DEFCONFIG=support/config-fragments/autobuild/bootlin-
sparc-uclibc.config 

$ grep ATOMIC .config | grep TOOLCHAIN
BR2_TOOLCHAIN_HAS_LIBATOMIC=y
BR2_TOOLCHAIN_HAS_ATOMIC=y
$ 

$ make toolchain
[...]
$ find -iname atomic.h
./output/build/buildroot-config/br2/package/pulseaudio/has/atomic.h
./output/build/buildroot-config/br2/toolchain/has/atomic.h
$

$ find -type f | grep libatomic.so
./output/host/sparc-buildroot-linux-uclibc/sysroot/lib/libatomic.so.1.2.0
./output/host/opt/ext-toolchain/sparc-buildroot-linux-uclibc/sysroot/lib/
libatomic.so.1.2.0
./output/host/opt/ext-toolchain/sparc-buildroot-linux-uclibc/lib/
libatomic.so.1.2.0
./output/target/lib/libatomic.so.1.2.0
$

So I saw no other choice than to disable BR2_sparc completely.

Regards, Bernd

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-11-18 18:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-17 21:42 [Buildroot] [PATCH 1/2] package/timescaledb: bump version to 2.23.1 Bernd Kuhls
2025-11-17 21:42 ` [Buildroot] [PATCH 2/2] package/postgresql: bump version to 18.1 Bernd Kuhls
2025-11-18  8:27   ` Maxim Kochetkov via buildroot
     [not found]   ` <a93aa370-e834-4794-aeca-2617d2fd7b07__8229.26729904197$1763454477$gmane$org@inbox.ru>
2025-11-18 18:21     ` Bernd Kuhls [this message]
2025-11-18  7:10 ` [Buildroot] [PATCH 1/2] package/timescaledb: bump version to 2.23.1 Peter Korsgaard
2025-11-18  7:11   ` Peter Korsgaard
2025-11-29 17:55     ` Julien Olivain via buildroot

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='pan$77033$6ba85c2c$22507ece$5e56e258@ID-313208.user.individual.net' \
    --to=bernd@kuhls.net \
    --cc=buildroot@uclibc.org \
    /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.