| From: | Wei Sun <936739278(at)qq(dot)com> |
|---|---|
| To: | pgsql-bugs <pgsql-bugs(at)lists(dot)postgresql(dot)org>, ilmari <ilmari(at)ilmari(dot)org> |
| Subject: | Build error in Solaris |
| Date: | 2022-02-08 10:52:50 |
| Message-ID: | tencent_2EFCC8BA0107B6EC0F97179E019A8A43C806@qq.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-02-08 12:28:09 | Re: Build error in Solaris |
| Previous Message | Etsuro Fujita | 2022-02-08 09:09:09 | Re: BUG #17355: Server crashes on ExecReScanForeignScan in postgres_fdw when accessing foreign partition |