All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxim Kochetkov via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>, buildroot@buildroot.org
Cc: Alexey Lukyanchuk <skif@skif-web.ru>,
	Roy Kollen Svendsen <roykollensvendsen@gmail.com>,
	James Hilliard <james.hilliard1@gmail.com>,
	Julien Corjon <corjon.j@ecagroup.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Jesse Van Gavere <jesseevg@gmail.com>,
	Nathaniel Roach <nroach44@gmail.com>
Subject: Re: [Buildroot] [PATCH 2/2] package/postgresql: bump version to 18.1
Date: Tue, 18 Nov 2025 11:27:27 +0300	[thread overview]
Message-ID: <a93aa370-e834-4794-aeca-2617d2fd7b07@inbox.ru> (raw)
In-Reply-To: <20251117214234.1115937-2-bernd@kuhls.net>

18.11.2025 00:42, Bernd Kuhls пишет:
> Release notes:
> https://www.postgresql.org/docs/release/18.0/
> https://www.postgresql.org/docs/release/18.1/
> 
> Please note that upgrading a PostgreSQL server to a newer major version
> requires a manual upgrade not provided by buildroot:
> https://www.postgresql.org/docs/18/upgrading.html
> 
> Removed configure options for spinlocks:
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=e25626677f8076eb3ce94586136c5464ee154381
> 
> 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 ?

> 
> Added dependency to !BR2_sparc to disable build with defconfig
> bootlin-sparc-uclibc to fix a build error:
> 
> ../src/include/port/atomics.h:99:2: error:
>   #error "could not find an implementation of pg_atomic_uint32"
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>   package/bandwidthd/Config.in       | 3 +++
>   package/collectd/Config.in         | 2 ++
>   package/lighttpd/Config.in         | 2 ++
>   package/php/Config.ext             | 2 ++
>   package/poco/Config.in             | 1 +
>   package/postgresql/Config.in       | 2 ++
>   package/postgresql/postgresql.hash | 4 ++--
>   package/postgresql/postgresql.mk   | 8 +-------
>   package/python-psycopg2/Config.in  | 2 ++
>   package/qt5/qt5base/Config.in      | 2 ++
>   package/qt6/qt6base/Config.in      | 2 ++
>   package/zabbix/Config.in           | 1 +
>   12 files changed, 22 insertions(+), 9 deletions(-)
> 
> diff --git a/package/bandwidthd/Config.in b/package/bandwidthd/Config.in
> index b0485ef957..5c2e507737 100644
> --- a/package/bandwidthd/Config.in
> +++ b/package/bandwidthd/Config.in
> @@ -35,6 +35,7 @@ if BR2_PACKAGE_BANDWIDTHD
>   config BR2_PACKAGE_BANDWIDTHD_POSTGRESQL
>   	bool "enable postgresql log target support"
>   	depends on BR2_USE_MMU # postgresql
> +	depends on !BR2_sparc # postgresql
maybe use depends on BR2_TOOLCHAIN_HAS_ATOMIC instead?


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

  reply	other threads:[~2025-11-18  8:27 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 [this message]
     [not found]   ` <a93aa370-e834-4794-aeca-2617d2fd7b07__8229.26729904197$1763454477$gmane$org@inbox.ru>
2025-11-18 18:21     ` Bernd Kuhls
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=a93aa370-e834-4794-aeca-2617d2fd7b07@inbox.ru \
    --to=buildroot@buildroot.org \
    --cc=bernd@kuhls.net \
    --cc=corjon.j@ecagroup.com \
    --cc=fido_max@inbox.ru \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=james.hilliard1@gmail.com \
    --cc=jesseevg@gmail.com \
    --cc=nroach44@gmail.com \
    --cc=roykollensvendsen@gmail.com \
    --cc=skif@skif-web.ru \
    --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 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.