Re: make check-world failing for me

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make check-world failing for me
Дата
Msg-id 2596.1477097535@sss.pgh.pa.us
обсуждение исходный текст
Ответ на make check-world failing for me  (Thom Brown <thom@linux.com>)
Ответы Re: make check-world failing for me  (Thom Brown <thom@linux.com>)
Список pgsql-hackers
Thom Brown <thom@linux.com> writes:
> I'm using the latest version of Linux Mint Debian Edition, having recently
> upgraded from an older version, and now I can't get make check-world to
> finish successfully.

> The initial theory was that the version of Bison I'm using (3.0.2) is to
> blame, but I've also tested it against 3.0.1, 2.7.1 and 2.3, but I get the
> same problem:

Don't see how it would be Bison's fault.  What this looks like to me is
that you've got a corrupted copy of src/test/perl/PostgresNode.pm,
because this:

> syntax error at
> /home/thom/Development/postgresql/src/test/modules/commit_ts/../../../../src/test/perl/PostgresNode.pm
> line 437, near ")
>             print"

doesn't seem to have anything to do with what's actually at line 437
in that file (at least not in current HEAD).  I don't see any close
matches elsewhere in that file, either.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fun fact about autovacuum and orphan temp tables
Следующее
От: Thom Brown
Дата:
Сообщение: Re: make check-world failing for me