Search Criteria
Package Details: postgresql-docs-12 12.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/postgresql-12.git (read-only, click to copy) |
---|---|
Package Base: | postgresql-12 |
Description: | HTML documentation for PostgreSQL |
Upstream URL: | https://www.postgresql.org/ |
Licenses: | custom:PostgreSQL |
Conflicts: | postgresql-docs |
Provides: | postgresql-docs |
Submitter: | DuBistKomisch |
Maintainer: | DuBistKomisch (Malstrond) |
Last Packager: | DuBistKomisch |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-12 03:45 (UTC) |
Last Updated: | 2023-11-11 02:15 (UTC) |
Dependencies (14)
- clang (clang8AUR, clang-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- icu (icu-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libldap (libldap24AUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- llvm (llvm8AUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR) (make)
- pam (pam-selinuxAUR) (make)
- perl (perl-gitAUR) (make)
- python (python32AUR, python37AUR, python310AUR) (make)
- python2AUR (python2-binAUR) (make)
- systemd (systemd-gitAUR, systemd-chromiumosAUR, systemd-selinuxAUR) (make)
- tcl (tcl84AUR, tcl-nothreadingAUR, tcl-fossilAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR) (make)
Latest Comments
1 2 Next › Last »
DuBistKomisch commented on 2022-11-04 05:49 (UTC)
I've fixed the checksums, although the build fails for me with python2-bin anyway.
gandriyko commented on 2022-11-03 09:29 (UTC) (edited on 2022-11-03 09:30 (UTC) by gandriyko)
When trying to build this package error raised:
==> Validating source files with sha256sums... postgresql-perl-rpath.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
DuBistKomisch commented on 2022-09-02 11:46 (UTC)
@Wennadocta are you building and installing manually with
makepkg
andpacman -U
? This PKGBUILD outputs multiple packages, so you'll need to install the-libs
package at the same time as well. Otherwise it may be an issue with your AUR helper.Wennadocta commented on 2022-09-02 10:16 (UTC)
How to istall?? -> Could not find all required packages: postgresql-libs=12.11 (Wanted by: postgresql-12)
DuBistKomisch commented on 2022-06-12 00:56 (UTC)
Thanks @hugleo, I've added the patch for now. I personally set
!check
in/etc/makepkg.conf
since I've never seen a meaningful test failure.hugleo commented on 2022-06-11 14:25 (UTC)
This commit should work: https://github.com/postgres/postgres/commit/c08538734522f27646dd5fe68d61e16a59477f6e
hugleo commented on 2022-06-11 13:58 (UTC)
1 of 12 tests failed.
The differences that caused some tests to fail can be viewed in the file "/home/user/.cache/yay/postgresql-12/src/postgresql-12.11/src/pl/plperl/regression.diffs". A copy of the test summary that you see above is saved in the file "/home/user/.cache/yay/postgresql-12/src/postgresql-12.11/src/pl/plperl/regression.out".
make[2]: [GNUmakefile:117: check] Error 1 make[2]: Leaving directory '/home/user/.cache/yay/postgresql-12/src/postgresql-12.11/src/pl/plperl' make[1]: [Makefile:35: check-plperl-recurse] Error 2 make[1]: Leaving directory '/home/user/.cache/yay/postgresql-12/src/postgresql-12.11/src/pl' make: *** [GNUmakefile:81: check-world-src/pl-recurse] Error 2 ==> ERROR: make check-world failure: ./src/pl/plperl/regression.diffs diff -U3 /home/user/.cache/yay/postgresql-12/src/postgresql-12.11/src/pl/plperl/expected/plperl.out /home/user/.cache/yay/postgresql-12/src/postgresql-12.11/src/pl/plperl/results/plperl.out --- /home/user/.cache/yay/postgresql-12/src/postgresql-12.11/src/pl/plperl/expected/plperl.out 2022-05-09 18:18:31.000000000 +++ /home/user/.cache/yay/postgresql-12/src/postgresql-12.11/src/pl/plperl/results/plperl.out 2022-06-11 10:55:50.623431256 @@ -726,8 +726,6 @@ -- check that we can "use warnings" (in this case to turn a warn into an error) -- yields "ERROR: Useless use of sort in scalar context." DO $do$ use warnings FATAL => qw(void) ; my @y; my $x = sort @y; 1; $do$ LANGUAGE plperl; -ERROR: Useless use of sort in scalar context at line 1. -CONTEXT: PL/Perl anonymous code block -- make sure functions marked as VOID without an explicit return work CREATE OR REPLACE FUNCTION myfuncs() RETURNS void AS $$ $_SHARED{myquote} = sub { ==> ERROR: A failure occurred in check(). Aborting... -> error making: postgresql-12 (postgresql-libs-12 postgresql-12)
MartinX3 commented on 2022-05-04 12:57 (UTC)
I can't find the tool
vacuumlo
in this package.ChugunovRoman commented on 2022-05-04 10:41 (UTC) (edited on 2022-05-04 10:43 (UTC) by ChugunovRoman)
postgres cannot start after system update:
/usr/bin/postgres: error while loading shared libraries: libicuuc.so.70: cannot open shared object file: No such file or directory
simlink to libicuuc.so.71 doesn't help, I got:
/usr/bin/postgres: symbol lookup error: /usr/bin/postgres: undefined symbol: uloc_toLanguageTag_70
1 2 Next › Last »