Package Details: agensgraph-git 2.1.1.r494.6122dd6c-1

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)

Required by (1444)

Sources (8)

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?