Re: Postgres Windows build system doesn't work with python installedin Program Files

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема Re: Postgres Windows build system doesn't work with python installedin Program Files
Дата
Msg-id CAEudQAo38dfR_0Ugt2OHy4mq-6Hz93XPSBAGEUV67RhKdgp8Zg@mail.gmail.com
обсуждение исходный текст
Ответ на Postgres Windows build system doesn't work with python installed inProgram Files  (Victor Wagner <vitus@wagner.pp.ru>)
Ответы Re: Postgres Windows build system doesn't work with python installedin Program Files  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Em qui., 30 de abr. de 2020 às 09:06, Victor Wagner <vitus@wagner.pp.ru> escreveu:

Collegues,

Accidently I've come over minor bug in the Mkvcbuild.pm.
It happens, that it doesn't tolerate spaces in the $config->{python}
path, because it want to call python in order to find out version,
prefix and so on, and doesn't properly quote command.

Fix is very simple, see attach.

Patch is made against REL_12_STABLE, but probably applicable to other
versions as well.

I don't know if it applies to the same case, but from the moment I installed python on the development machine, the Postgres build stopped working correctly.
Although perl, flex and bison are available in the path, the build does not generate files that depend on flex and bison.

Running bison on src/backend/bootstrap/bootparse.y
  'perl' nao é reconhecido como um comando interno
  ou externo, um programa operável ou um arquivo em lotes.
  Running flex on src/backend/bootstrap/bootscanner.l
  'perl' nao é reconhecido como um comando interno
  ou externo, um programa operável ou um arquivo em lotes.
  Running bison on src/backend/parser/gram.y
  'perl' nao é reconhecido como um comando interno
  ou externo, um programa operável ou um arquivo em lotes.
etc

Warning from build.pl
Use of uninitialized value $ARGV[0] in uc at build.pl line 44.
Use of uninitialized value $ARGV[0] in uc at build.pl line 48.

regards,
Ranier Vilela

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: design for parallel backup
Следующее
От: Ranier Vilela
Дата:
Сообщение: [REPORT] Static analys warnings