Yes I know. It is weird to get such a time error.
In order to build, there is no other solution than bypass the tests passing --nocheck option to makepkg.
Git Clone URL: | https://aur.archlinux.org/postgresql16.git (read-only, click to copy) |
---|---|
Package Base: | postgresql16 |
Description: | HTML documentation for PostgreSQL |
Upstream URL: | https://www.postgresql.org/ |
Licenses: | custom:PostgreSQL |
Provides: | postgresql |
Submitter: | mrechte |
Maintainer: | mrechte |
Last Packager: | mrechte |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-02-12 16:35 (UTC) |
Last Updated: | 2025-03-12 12:50 (UTC) |
Yes I know. It is weird to get such a time error.
In order to build, there is no other solution than bypass the tests passing --nocheck option to makepkg.
I have tried removing the timez dependancy and removing the checks but no matter what i do if get the following error.
@@ -2391,7 +2391,7 @@ SELECT make_timestamptz(1846, 12, 10, 0, 0, 0, 'Asia/Manila') AT TIME ZONE 'UTC'; timezone
SELECT make_timestamptz(1881, 12, 10, 0, 0, 0, 'Europe/Paris') AT TIME ZONE 'UTC'; ==> ERROR: A failure occurred in check(). Aborting... error: failed to build 'postgresql16-16.6-1 (postgresql16-libs postgresql16)': error: packages failed to build: postgresql16-16.6-1 (postgresql16-libs postgresql16)
Unfortunately, for some unknown reason, AUR maintainer refuses competition with the official package at the same major version.
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data16
su - postgres
. /opt/postgresql16/bin/pgenv.sh
initdb -k
systemctl start postgresql16
. /opt/postgresql16/bin/pgenv.sh
psql -U postgres
Pinned Comments
mrechte commented on 2025-02-12 16:40 (UTC)
Introduction
Unfortunately, for some unknown reason, AUR maintainer refuses competition with the official package at the same major version.
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data16
Initialize the database
Start the service
Use the service