Search Criteria
Package Details: agensgraph-git 2.1.1.r494.6122dd6c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/agensgraph-git.git (read-only, click to copy) |
---|---|
Package Base: | agensgraph-git |
Description: | A multi-model graph database based on PostgreSQL. |
Upstream URL: | http://bitnine.net/agensgraph/ |
Licenses: | Apache |
Conflicts: | postgresql, postgresql-client, postgresql-git, postgresql-libs, postgresql-testing |
Provides: | postgresql, postgresql-client, postgresql-libs |
Submitter: | ferion |
Maintainer: | None |
Last Packager: | ferion |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-19 17:57 (UTC) |
Last Updated: | 2019-05-25 05:43 (UTC) |
Dependencies (12)
- krb5 (krb5-git, krb5-minimal-git)
- libxml2 (libxml2-git)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- perl (perl-git)
- python2 (python2-bin)
- readline (readline-athame-git, readline-git)
- zlib (zlib-static, zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- jdk8-openjdk (make)
- tcl (tcl85, tcl84, tcl-fossil, tcl-nothreading) (make)
- perl (perl-git) (optional) – for PL/Perl support
- python2 (python2-bin) (optional) – for PL/Python support
- tcl (tcl85, tcl84, tcl-fossil, tcl-nothreading) (optional) – for PL/Tcl support
Required by (1441)
- adminer (requires postgresql) (optional)
- adminer-editor (requires postgresql) (optional)
- adminer-git (requires postgresql) (optional)
- akkoma-bin (requires postgresql) (optional)
- akonadi-git (requires postgresql) (make)
- akonadi-git (requires postgresql) (optional)
- akonadi-qt4 (requires postgresql) (make)
- akonadi-qt4 (requires postgresql) (optional)
- alerta (requires postgresql) (optional)
- algernon (requires postgresql) (optional)
- algernon-bin (requires postgresql) (optional)
- anastasis (requires postgresql)
- anastasis-git (requires postgresql)
- anastasis-gtk (requires postgresql)
- anastasis-gtk-git (requires postgresql)
- armitage-git (requires postgresql)
- arsse (requires postgresql) (optional)
- arsse-git (requires postgresql) (optional)
- asterisk (requires postgresql) (optional)
- asterisk-cisco (requires postgresql) (optional)
- Show 1421 more...
Latest Comments
andreas_baumann commented on 2018-11-08 15:03 (UTC) (edited on 2018-11-08 16:42 (UTC) by andreas_baumann)
error: target not found: java-environment-jdk>=7 ==> ERROR: 'pacman' failed to install missing dependencies.
makedepends=('tcl' 'java-environment>=7' )
is actually enough, see:
https://wiki.archlinux.org/index.php/Java_package_guidelines
After that I get a patch error:
patching file src/include/pg_config_manual.h Hunk #1 succeeded at 181 with fuzz 1 (offset 37 lines). can't find file to patch at input line 3make[3]: Entering directory '/data/builder/agensgraph-git/src/agensgraph/src/bin/psql' make[3]: *** No rule to make target 'po/tr.po', needed by 'po/tr.mo'. Stop. make[3]: Leaving directory '/data/builder/agensgraph-git/src/agensgraph/src/bin/psql'
Perhaps you used the wrong -p or --strip option? The text leading up to this was:make[3]: Entering directory '/data/builder/agensgraph-git/src/agensgraph/src/bin/psql' make[3]: *** No rule to make target 'po/tr.po', needed by 'po/tr.mo'. Stop. make[3]: Leaving directory '/data/builder/agensgraph-git/src/agensgraph/src/bin/psql'
|--- agensgraph/contrib/hadoop_fdw/Makefile 2017-08-20 16:03:13.185671931 +0300 |+++ agensgraph.new/contrib/hadoop_fdw/Makefile 2017-08-20 15:58:09.490727006 +0300
File to patch:
This stems from the agensgraph.patch, as I see it the current git version has no haddop contribution directory anymore, so I removed the patch.
Later fails in:
make[3]: Entering directory '/data/builder/agensgraph-git/src/agensgraph/src/bin/psql' make[3]: *** No rule to make target 'po/tr.po', needed by 'po/tr.mo'. Stop. make[3]: Leaving directory '/data/builder/agensgraph-git/src/agensgraph/src/bin/psql'
Why do they build a local version of PostgreSQL?
I copied a local de.mo to tr.mo in src/bin/psql and called makepkg -e again.
Now I get:
make[1]: Leaving directory '/data/builder/agensgraph-git/src/agensgraph/contrib/ltree_plpython' make: Leaving directory '/data/builder/agensgraph-git/src/agensgraph/contrib' install: cannot stat '/data/builder/agensgraph-git/src/HadoopJDBCLoader.class': No such file or directory
ferion commented on 2018-04-08 12:55 (UTC) (edited on 2018-09-02 09:37 (UTC) by ferion)
@Det, I changed it. I think it's ok. thx.
Det commented on 2018-03-27 19:38 (UTC)
jdk's a rather weird dependency. Perhaps you mean java-environment-jdk>=x?