bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.34k stars 148 forks source link

Installation completed? #621

Closed alanmilinovic closed 1 year ago

alanmilinovic commented 1 year ago

Hi,

I haven't received message "PostgreSQL installation completed". My messages at the end of make install are:

make[3]: Entering directory '/home/amilino/test/agensgraph/src/test/regress'
make -C ../../../src/port all
make[4]: Entering directory '/home/amilino/test/agensgraph/src/port'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/amilino/test/agensgraph/src/port'
make -C ../../../src/common all
make[4]: Entering directory '/home/amilino/test/agensgraph/src/common'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/amilino/test/agensgraph/src/common'
make[3]: Leaving directory '/home/amilino/test/agensgraph/src/test/regress'
rm -f pg_regress.o && ln -s ../../../src/test/regress/pg_regress.o .
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -f
excess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 isolation_main.o pg_regress.o -L../../../src/port -L../../../src/common   -Wl,--as-needed -Wl,-rpath,'/home/amilino/test/agensg
raph/lib',--enable-new-dtags  -lpgcommon -lpgport -lpthread -lz -lreadline -lrt -ldl -lm  -o pg_isolation_regress
make[2]: Leaving directory '/home/amilino/test/agensgraph/src/test/isolation'
make -C test/perl install
make[2]: Entering directory '/home/amilino/test/agensgraph/src/test/perl'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/home/amilino/test/agensgraph/src/test/perl'
/usr/bin/mkdir -p '/home/amilino/test/agensgraph/lib/postgresql/pgxs/src'
/usr/bin/install -c -m 644 Makefile.global '/home/amilino/test/agensgraph/lib/postgresql/pgxs/src/Makefile.global'
/usr/bin/install -c -m 644 Makefile.port '/home/amilino/test/agensgraph/lib/postgresql/pgxs/src/Makefile.port'
/usr/bin/install -c -m 644 ./Makefile.shlib '/home/amilino/test/agensgraph/lib/postgresql/pgxs/src/Makefile.shlib'
/usr/bin/install -c -m 644 ./nls-global.mk '/home/amilino/test/agensgraph/lib/postgresql/pgxs/src/nls-global.mk'
make[1]: Leaving directory '/home/amilino/test/agensgraph/src'
make -C config install
make[1]: Entering directory '/home/amilino/test/agensgraph/config'
/usr/bin/mkdir -p '/home/amilino/test/agensgraph/lib/postgresql/pgxs/config'
/usr/bin/install -c -m 755 ./install-sh '/home/amilino/test/agensgraph/lib/postgresql/pgxs/config/install-sh'
/usr/bin/install -c -m 755 ./missing '/home/amilino/test/agensgraph/lib/postgresql/pgxs/config/missing'
make[1]: Leaving directory '/home/amilino/test/agensgraph/config'

Any idea it things are successful or not?

Thank you.

Halkrine commented 1 year ago

When you install AgensGraph, if not error occurs, you don't recieve 'PostreSQL installation completed' messsage, and you'll recieve 'make[1]: Leaving directory '/home/amilino/test/agensgraph/config'' message when insatall completed.

If some erroes occurs during install, installer will give you error message and stop install.