@i4k, @a821, thanks for reporting. Dependencies added.
Search Criteria
Package Details: postgresql18 18.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/postgresql18.git (read-only, click to copy) |
|---|---|
| Package Base: | postgresql18 |
| Description: | Sophisticated object-relational DBMS |
| 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-09-29 10:43 (UTC) |
| Last Updated: | 2025-10-14 07:59 (UTC) |
Dependencies (25)
- icu (icu-gitAUR)
- krb5 (krb5-gitAUR)
- libldap (libldap-gnutlsAUR)
- libxml2 (libxml2-gitAUR)
- libxslt (libxslt-gitAUR)
- llvm-libs (llvm-libs-gitAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pam (pam-selinuxAUR)
- postgresql18-libsAUR
- readline (readline-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- docbook-xml (make)
- docbook-xsl (make)
- libxslt (libxslt-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- Show 5 more dependencies...
Required by (404)
- adminer (requires postgresql) (optional)
- adminer-editor (requires postgresql) (optional)
- adminer-git (requires postgresql) (optional)
- akkoma (requires postgresql) (optional)
- akkoma-bin (requires postgresql) (optional)
- akkoma-git (requires postgresql) (optional)
- akonadi-git (requires postgresql) (make)
- akonadi-git (requires postgresql) (optional)
- alerta (requires postgresql) (optional)
- anastasis (requires postgresql)
- anastasis-git (requires postgresql)
- anastasis-gtk (requires postgresql)
- anastasis-gtk-git (requires postgresql)
- appflowy-cloud (requires postgresql) (optional)
- armitage-git (requires postgresql)
- arsse (requires postgresql) (optional)
- arsse-git (requires postgresql) (optional)
- asterisk (requires postgresql) (optional)
- asterisk-lts-18 (requires postgresql) (optional)
- asterisk-lts-20 (requires postgresql) (optional)
- Show 384 more...
Sources (9)
Latest Comments
mrechte commented on 2025-10-14 08:00 (UTC)
a821 commented on 2025-10-14 07:29 (UTC)
I get the same error of @i4k. It seems docbook-xml and docbook-xsl need to be added to makedepends.
i4k commented on 2025-10-13 12:02 (UTC)
Unfortunately the installation is not working anymore.
intro.sgml:116: element simpara: validity error : No declaration for element simpara
<simpara><link linkend="transaction-iso">transactional integrity</link></simpara
^
intro.sgml:117: element listitem: validity error : No declaration for element listitem
</listitem>
^
make[3]: *** [Makefile:72: postgres-full.xml] Error 3
make[3]: *** Deleting file 'postgres-full.xml'
make[3]: Leaving directory '/home/i4ki/.cache/yay/postgresql18/src/postgresql-18.0/doc/src/sgml'
make[2]: *** [Makefile:8: all] Error 2
make[2]: Leaving directory '/home/i4ki/.cache/yay/postgresql18/src/postgresql-18.0/doc/src'
make[1]: *** [Makefile:16: all] Error 2
make[1]: Leaving directory '/home/i4ki/.cache/yay/postgresql18/src/postgresql-18.0/doc'
make: *** [GNUmakefile:16: world-doc-recurse] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: postgresql18-exit status 4
-> Failed to install the following packages. Manual intervention is required:
postgresql18-libs - exit status 4
postgresql18 - exit status 4
mrechte commented on 2025-09-29 10:46 (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/data18
Initialize the database
su - postgres
. /opt/postgresql18/bin/pgenv.sh
initdb
Start the service
systemctl start postgresql18
Use the service
. /opt/postgresql18/bin/pgenv.sh
psql -U postgres
Pinned Comments
mrechte commented on 2025-09-29 10:46 (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/data18
Initialize the database
Start the service
Use the service