pg_pathman icon indicating copy to clipboard operation
pg_pathman copied to clipboard

Failed to make install from source on postgresql 9.6

Open vikingUnet opened this issue 4 years ago • 0 comments

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

vikingUnet avatar Jul 23 '20 22:07 vikingUnet