Re: windows/meson cfbot warnings

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: windows/meson cfbot warnings
Дата
Msg-id 20230225224538.GJ1653@telsasoft.com
обсуждение исходный текст
Ответ на Re: windows/meson cfbot warnings  (Andres Freund <andres@anarazel.de>)
Ответы Re: windows/meson cfbot warnings  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Sat, Feb 25, 2023 at 10:29:33AM -0800, Andres Freund wrote:
> Hi,
> 
> On 2022-12-28 17:44:47 -0800, Andres Freund wrote:
> > On 2022-12-28 18:35:38 -0600, Justin Pryzby wrote:
> > > Since a few days ago, the windows/meson task has been spewing messages for each tap
> > > test:
> > > 
> > > | Unknown TAP version. The first line MUST be `TAP version <int>`. Assuming version 12.
> > > 
> > > I guess because the image is updated to use meson v1.0.0.
> > > https://github.com/mesonbuild/meson/commit/b7a5c384a1f1ba80c09904e7ef4f5160bdae3345
> > > 
> > > mesonbuild/mtest.py-        if version is None:
> > > mesonbuild/mtest.py:            self.warnings.append('Unknown TAP version. The first line MUST be `TAP version
<int>`.Assuming version 12.')
 
> > > mesonbuild/mtest.py-            version = 12
> > 
> > I think the change is somewhat likely to be reverted in the next meson minor
> > version. It apparently came about due to somewhat odd language in the tap-14
> > spec...  So I think we should just wait for now.
> 
> FWIW, that did happen in 1.0.1, and the output is now clean again.

Unrelated, but something else changed and now there's this.

https://cirrus-ci.com/task/6202242768830464

[20:10:34.310] c:\cirrus>call sh -c 'if grep ": warning " build.txt; then exit 1; fi; exit 0' 
[20:10:34.397] C:\python\Include\pyconfig.h(117): warning C4005: 'MS_WIN64': macro redefinition
[20:10:34.397] C:\python\Include\pyconfig.h(117): warning C4005: 'MS_WIN64': macro redefinition
[20:10:34.397] C:\python\Include\pyconfig.h(117): warning C4005: 'MS_WIN64': macro redefinition
[20:10:34.397] C:\python\Include\pyconfig.h(117): warning C4005: 'MS_WIN64': macro redefinition



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: stopgap fix for signal handling during restore_command
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: verbose mode for pg_input_error_message?