Обсуждение: [BUG] Windows Server 2019 build fail

Поиск
Список
Период
Сортировка

[BUG] Windows Server 2019 build fail

От
Oleg Gurev
Дата:

Hello. Looks like this commit https://github.com/postgres/postgres/commit/e138b78cdc963cd0497c5355e20921aeb516f805 broke Windows 2019 build.

https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=drongo&br=REL_14_STABLE

Build FAILED.

"C:\\prog\\bf\\root\\REL_14_STABLE\\pgsql.build\\pgsql.sln" (default target) (1) ->
"C:\\prog\\bf\\root\\REL_14_STABLE\\pgsql.build\\regress.vcxproj" (default target) (36) ->
(Link target) ->   regress.obj : error LNK2001: unresolved external symbol PGLZ_strategy_always [C:\\prog\\bf\\root\\REL_14_STABLE\\pgsql.build\\regress.vcxproj]  .\\Release\\regress\\regress.dll : fatal error LNK1120: 1 unresolved externals [C:\\prog\\bf\\root\\REL_14_STABLE\\pgsql.build\\regress.vcxproj]
    0 Warning(s)    2 Error(s)

Time Elapsed 00:32:21.73


Re: [BUG] Windows Server 2019 build fail

От
Tom Lane
Дата:
Oleg Gurev <gurevoleg@gmail.com> writes:
> Hello. Looks like this commit
> https://github.com/postgres/postgres/commit/e138b78cdc963cd0497c5355e20921aeb516f805
> broke Windows 2019 build.

Thanks for the report, but I believe I fixed that yesterday:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=f76685b250c12f7449a3938b9a27befa812057c4

            regards, tom lane