Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to make install from source on postgresql 9.6 #214

Open
vikingUnet opened this issue Jul 23, 2020 · 0 comments
Open

Failed to make install from source on postgresql 9.6 #214

vikingUnet opened this issue Jul 23, 2020 · 0 comments

Comments

@vikingUnet
Copy link

root@astrarm:/opt/build/pg_pathman-1.5.11# make install USE_PGXS=1
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -g -g -O2 -fdebug-prefix-map=/build/postgresql-9.6/postgresql-9.6-9.6.10=. -Wformat -Werror=format-security -I/usr/include/mit-krb5 -fPIC -pie -fPIC -I/opt/build/pg_pathman-1.5.11/src/include -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.6 -c -o src/pg_pathman.o src/pg_pathman.c
lcc: "/opt/build/pg_pathman-1.5.11/src/include/compat/pg_compat.h", строка 282: ошибка:
слишком мало параметров в вызове
функции
create_append_path((rel), (subpaths), (required_outer), (parallel_workers))
^
в раскрытие макроса "create_append_path_compat" на
строке 1776 файла "src/pg_pathman.c"
path = (Path *) create_append_path_compat(rel, startup_subpaths,
^

lcc: "/opt/build/pg_pathman-1.5.11/src/include/compat/pg_compat.h", строка 282: ошибка:
слишком мало параметров в вызове
функции
create_append_path((rel), (subpaths), (required_outer), (parallel_workers))
^
в раскрытие макроса "create_append_path_compat" на
строке 1783 файла "src/pg_pathman.c"
path = (Path *) create_append_path_compat(rel, total_subpaths,
^

lcc: "/opt/build/pg_pathman-1.5.11/src/include/compat/pg_compat.h", строка 282: ошибка:
слишком мало параметров в вызове
функции
create_append_path((rel), (subpaths), (required_outer), (parallel_workers))
^
в раскрытие макроса "create_append_path_compat" на
строке 1797 файла "src/pg_pathman.c"
path = (Path *) create_append_path_compat(rel,
^

lcc: "/opt/build/pg_pathman-1.5.11/src/include/compat/pg_compat.h", строка 282: ошибка:
слишком мало параметров в вызове
функции
create_append_path((rel), (subpaths), (required_outer), (parallel_workers))
^
в раскрытие макроса "create_append_path_compat" на
строке 1804 файла "src/pg_pathman.c"
path = (Path *) create_append_path_compat(rel,
^

lcc: "/opt/build/pg_pathman-1.5.11/src/include/compat/pg_compat.h", строка 282: ошибка:
слишком мало параметров в вызове
функции
create_append_path((rel), (subpaths), (required_outer), (parallel_workers))
^
в раскрытие макроса "create_append_path_compat" на
строке 2195 файла "src/pg_pathman.c"
(Path *) create_append_path_compat(rel, subpaths, NULL, 0));
^

lcc: "/opt/build/pg_pathman-1.5.11/src/include/compat/pg_compat.h", строка 282: ошибка:
слишком мало параметров в вызове
функции
create_append_path((rel), (subpaths), (required_outer), (parallel_workers))
^
в раскрытие макроса "create_append_path_compat" на
строке 2223 файла "src/pg_pathman.c"
appendpath = create_append_path_compat(rel, partial_subpaths, NULL,
^

lcc: "/opt/build/pg_pathman-1.5.11/src/include/compat/pg_compat.h", строка 282: ошибка:
слишком мало параметров в вызове
функции
create_append_path((rel), (subpaths), (required_outer), (parallel_workers))
^
в раскрытие макроса "create_append_path_compat" на
строке 2279 файла "src/pg_pathman.c"
create_append_path_compat(rel, subpaths, required_outer, 0));
^

7 ошибки обнаружено при компиляции "src/pg_pathman.c".
<встроенное>: ошибка выполнения рецепта для цели «src/pg_pathman.o»
make: *** [src/pg_pathman.o] Ошибка 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant