@omau pgadmin/Makefile contains only -fno-plt
flag and there's no -fstack-protector-strong
.
Search Criteria
Package Details: pgadmin3 1.22.2-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/pgadmin3.git (read-only, click to copy) |
---|---|
Package Base: | pgadmin3 |
Description: | Comprehensive design and management interface for PostgreSQL (legacy) |
Upstream URL: | https://www.pgadmin.org |
Licenses: | custom |
Submitter: | anthraxx |
Maintainer: | cl0ne |
Last Packager: | cl0ne |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-27 22:53 (UTC) |
Last Updated: | 2020-11-13 16:12 (UTC) |
Dependencies (8)
- libgcrypt (libgcrypt15-git, libgcrypt-git)
- libxslt (libxslt-git)
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-src-beta-libs, postgresql-libs-9.6, postgresql-libs-11, postgresql-libs-10, postgresql-lts-libs, postgresql-libs-12, postgresql13-libs, postgresql-src-libs)
- wxgtk2 (wxgtk2-light, wxgtk2-dev)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw) (make)
- krb5 (krb5-git, krb5-minimal-git) (make)
- libpqxx (libpqxx-git) (make)
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-9.5, postgresql-9.4, postgresql-src-beta, postgresql-9.6, postgresql-11, postgresql-10, postgresql-lts, postgresql-12, postgresql13, postgresql-src) (make)
Required by (0)
Sources (3)
Latest Comments
cl0ne commented on 2022-02-20 16:12 (UTC)
omau commented on 2022-02-17 11:50 (UTC)
it needs to be
sed -i 's/-fstack-protector-strong/-fstack-protector-strong -Wno-narrowing/' pgadmin/Makefile
now
cl0ne commented on 2021-04-22 17:02 (UTC)
The GPG key exist on the different keyserver tho:
$ LANG=en_US gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 24ADFAAF698F1519
gpg: key 24ADFAAF698F1519: "Dave Page <dpage@pgadmin.org>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
I believe it'd better to make a separate package for https://github.com/levinsv/pgadmin3
cypa commented on 2021-04-22 15:34 (UTC)
recent postgresql versions are not supported! please consider https://github.com/levinsv/pgadmin3
cypa commented on 2021-04-22 13:38 (UTC)
~/builds/pgadmin3 $ LC_ALL=en_US gpg --keyserver keys.openpgp.org --recv-keys 24ADFAAF698F1519 gpg: key 24ADFAAF698F1519: no user ID gpg: Total number processed: 1 ~/builds/pgadmin3 $
eduardocp25 commented on 2020-08-18 13:23 (UTC)
Thx @jb1, with the suggested changes, it installs successfully.
jb1 commented on 2020-07-31 16:22 (UTC)
To compile, edit the PKGBUILD, and add the following line just before make
in the build() section:
sed -i 's/-fno-plt/-fno-plt -Wno-narrowing/' pgadmin/Makefile
eduardocp25 commented on 2020-07-10 13:18 (UTC)
I have the same problem as @Genues
En el fichero incluido desde frm/frmEditGrid.cpp:18: frm/frmEditGrid.cpp: En el constructor ‘sqlTable::sqlTable(pgConn, pgQueryThread, const wxString&, OID, bool, const wxString&, char)’: ../pgadmin/include/utils/pgDefs.h:22:46: error: narrowing conversion of ‘-43’ from ‘long int’ to ‘long unsigned int’ [-Wnarrowing] 22 | #define PGOID_TYPE_SERIAL8 -43L | ^~~ frm/frmEditGrid.cpp:2397:10: nota: en expansión de macro ‘PGOID_TYPE_SERIAL8’ 2397 | case PGOID_TYPE_SERIAL8: | ^~~~~~~~~~~~~~~~~~ ../pgadmin/include/utils/pgDefs.h:23:46: error: narrowing conversion of ‘-44’ from ‘long int’ to ‘long unsigned int’ [-Wnarrowing] 23 | #define PGOID_TYPE_SERIAL2 -44L | ^~~ frm/frmEditGrid.cpp:2401:10: nota: en expansión de macro ‘PGOID_TYPE_SERIAL2’ 2401 | case PGOID_TYPE_SERIAL2: | ^~~~~~~~~~~~~~~~~~ ../pgadmin/include/utils/pgDefs.h:21:46: error: narrowing conversion of ‘-42’ from ‘long int’ to ‘long unsigned int’ [-Wnarrowing] 21 | #define PGOID_TYPE_SERIAL -42L | ^~~ frm/frmEditGrid.cpp:2405:10: nota: en expansión de macro ‘PGOID_TYPE_SERIAL’ 2405 | case PGOID_TYPE_SERIAL: | ^~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:5563: frm/frmEditGrid.o] Error 1
Genues commented on 2020-06-29 06:15 (UTC) (edited on 2020-06-29 06:16 (UTC) by Genues)
Hi. This not build:
../pgadmin/include/utils/pgDefs.h:22:46: error: narrowing conversion of ‘-43’ from ‘long int’ to ‘long unsigned int’ [-Wnarrowing]
...
../pgadmin/include/utils/pgDefs.h:23:46: error: narrowing conversion of ‘-44’ from ‘long int’ to ‘long unsigned int’ [-Wnarrowing]
...
../pgadmin/include/utils/pgDefs.h:21:46: error: narrowing conversion of ‘-42’ from ‘long int’ to ‘long unsigned int’ [-Wnarrowing]
anthraxx commented on 2019-03-29 10:34 (UTC)
To verify GPG signatures, see the wiki.
https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
romani4 commented on 2019-03-29 08:34 (UTC)
pgadmin3-1.22.2.tar.gz ... FAILED (unknown public key 24ADFAAF698F1519)
Pinned Comments
anthraxx commented on 2019-03-29 10:34 (UTC)
To verify GPG signatures, see the wiki.
https://wiki.archlinux.org/index.php/Makepkg#Signature_checking