Search Criteria
Package Details: postgresql-libs-12 12.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/postgresql-12.git (read-only, click to copy) |
---|---|
Package Base: | postgresql-12 |
Description: | Libraries for use with PostgreSQL |
Upstream URL: | https://www.postgresql.org/ |
Licenses: | custom:PostgreSQL |
Conflicts: | postgresql-client, postgresql-libs |
Provides: | postgresql-client, postgresql-libs |
Submitter: | DuBistKomisch |
Maintainer: | DuBistKomisch (Malstrond) |
Last Packager: | Malstrond |
Votes: | 2 |
Popularity: | 0.000007 |
First Submitted: | 2021-01-12 03:45 (UTC) |
Last Updated: | 2022-11-11 10:24 (UTC) |
Dependencies (19)
- krb5 (krb5-git, krb5-minimal-git)
- libldap (libldap24)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- readline (readline-athame-git, readline-git)
- zlib (zlib-static, zlib-git, zlib-ng-compat-git, zlib-ng-compat)
- clang (clang8, clang-git, llvm-git, llvm-minimal-git) (make)
- icu (icu-git-static, icu-git) (make)
- krb5 (krb5-git, krb5-minimal-git) (make)
- libldap (libldap24) (make)
- libxml2 (libxml2-git) (make)
- llvm (llvm8, llvm-git, llvm-minimal-git) (make)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git) (make)
- pam (pam-minimal-git, pam-selinux) (make)
- perl (perl-git) (make)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312) (make)
- python2 (python2-bin) (make)
- systemd (systemd-homed-containers, systemd-selinux, systemd-git) (make)
- tcl (tcl85, tcl84, tcl-fossil, tcl-nothreading) (make)
- zlib (zlib-static, zlib-git, zlib-ng-compat-git, zlib-ng-compat) (make)
Required by (1058)
- asterisk-lts-18 (requires postgresql-libs)
- authpgsql (requires postgresql-libs)
- bacula-bat (requires postgresql-libs) (make)
- bacula-common (requires postgresql-libs) (make)
- bacula-console (requires postgresql-libs) (make)
- bacula-dir (requires postgresql-libs) (make)
- bacula-dir-mariadb (requires postgresql-libs) (make)
- bacula-dir-mysql (requires postgresql-libs) (make)
- bacula-dir-postgresql (requires postgresql-libs)
- bacula-dir-postgresql (requires postgresql-libs) (make)
- bacula-dir-sqlite3 (requires postgresql-libs) (make)
- bacula-fd (requires postgresql-libs) (make)
- bacula-sd (requires postgresql-libs) (make)
- bareos-bconsole (requires postgresql-libs) (make)
- bareos-common (requires postgresql-libs) (make)
- bareos-database-common (requires postgresql-libs) (make)
- bareos-database-postgresql (requires postgresql-libs)
- bareos-database-postgresql (requires postgresql-libs) (make)
- bareos-database-tools (requires postgresql-libs) (make)
- bareos-devel (requires postgresql-libs) (make)
- Show 1038 more...
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 »