Build error in Solaris

Поиск
Список
Период
Сортировка
От Wei Sun
Тема Build error in Solaris
Дата
Msg-id tencent_2EFCC8BA0107B6EC0F97179E019A8A43C806@qq.com
обсуждение исходный текст
Ответы Re: Build error in Solaris  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi

When I built the latest code for branch REL_10_STABLE on the Solairs,
the following error occurred:
------------------------------------------------------
"plperl.c", line 669: syntax error before or at: if
"plperl.c", line 669: undefined symbol: _sv
"plperl.c", line 669: left operand of "->" must be pointer to struct/union
"plperl.c", line 669: warning: improper pointer/integer combination: arg #2
"plperl.c", line 669: syntax error before or at: else
"plperl.c", line 670: warning: statement not reached
"plperl.c", line 678: cannot recover from previous errors
cc: acomp failed for plperl.c
gmake: *** [plperl.o] Error 2
------------------------------------------------------

My build environment is as follows:
Solairs version : 11.3
perl version : v5.12.5

When I revert the following commit, the bulild was successful
https://github.com/postgres/postgres/commit/8be956c65c

Is there anything I can do to solve this problem?

Regards

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: BUG #17355: Server crashes on ExecReScanForeignScan in postgres_fdw when accessing foreign partition
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Build error in Solaris