I just recompiled 14.2 and could not reproduce the problem.
Search Criteria
Package Details: postgresql14 14.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/postgresql14.git (read-only, click to copy) |
---|---|
Package Base: | postgresql14 |
Description: | Sophisticated object-relational DBMS |
Upstream URL: | https://www.postgresql.org/ |
Licenses: | custom:PostgreSQL |
Submitter: | mrechte |
Maintainer: | mrechte |
Last Packager: | mrechte |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-12-27 15:12 (UTC) |
Last Updated: | 2025-03-12 12:32 (UTC) |
Dependencies (28)
- icu (icu-gitAUR)
- krb5 (krb5-gitAUR)
- libldap (libldap-gnutlsAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- llvm-libs (llvm-libs-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pam (pam-selinuxAUR)
- postgresql14-libsAUR
- readline (readline-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- clang15AUR (make)
- icu (icu-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libldap (libldap-gnutlsAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- libxslt (libxslt-gitAUR) (make)
- llvm15 (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- pam (pam-selinuxAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR) (make)
- tcl (tcl-fossilAUR, tcl84AUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- perl (perl-gitAUR) (optional) – for PL/Perl support
- python (python37AUR, python311AUR, python310AUR) (optional) – for PL/Python 3 support
- tcl (tcl-fossilAUR, tcl84AUR) (optional) – for PL/Tcl support
Required by (0)
Sources (8)
Latest Comments
« First ‹ Previous 1 2 3
mrechte commented on 2022-03-04 10:55 (UTC)
howesteve commented on 2022-02-27 20:51 (UTC) (edited on 2022-02-27 20:51 (UTC) by howesteve)
This version has a build error. Is it just here??
SET client_min_messages TO 'warning';
DROP ROLE IF EXISTS regress_foreign_data_user, regress_test_role, regress_test_role2, regress_test_role_super, regress_test_indirect, regress_unprivileged_role;
+ERROR: role "regress_test_role" cannot be dropped because some objects depend on it
+DETAIL: owner of collation test_schema.test11
RESET client_min_messages;
CREATE ROLE regress_foreign_data_user LOGIN SUPERUSER;
SET SESSION AUTHORIZATION 'regress_foreign_data_user';
CREATE ROLE regress_test_role;
+ERROR: role "regress_test_role" already exists
CREATE ROLE regress_test_role2;
CREATE ROLE regress_test_role_super SUPERUSER;
CREATE ROLE regress_test_indirect;
==> ERROR: A failure occurred in check().
Aborting...
-> error making: postgresql14 (postgresql14-libs postgresql14)
mrechte commented on 2021-12-27 15:36 (UTC) (edited on 2021-12-28 10:34 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data14
Initialize the database
su - postgres
. /opt/postgresql14/bin/pgenv.sh
initdb -k
Start the service
systemctl start postgresql14
Use the service
. /opt/postgresql14/bin/pgenv.sh
psql -U postgres
Pinned Comments
mrechte commented on 2021-12-27 15:36 (UTC) (edited on 2021-12-28 10:34 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data14
Initialize the database
Start the service
Use the service