Re: [RFC] building postgres with meson
От | Andres Freund |
---|---|
Тема | Re: [RFC] building postgres with meson |
Дата | |
Msg-id | 20211012182359.ieijw7mika6a4cxm@alap3.anarazel.de обсуждение исходный текст |
Ответ на | Re: [RFC] building postgres with meson (Andrew Dunstan <andrew@dunslane.net>) |
Ответы |
Re: [RFC] building postgres with meson
|
Список | pgsql-hackers |
Hi, On 2021-10-12 14:11:39 -0400, Andrew Dunstan wrote: > On 10/12/21 12:59 PM, Andres Freund wrote: > > If you repro the hanging, what's the last bit in meson-logs/meson-log.txt? > Here's the entire thing > Sanity check compiler command line: ccache cc sanitycheckc.c -o > sanitycheckc.exe -D_FILE_OFFSET_BITS=64 > Sanity check compile stdout: > > ----- > Sanity check compile stderr: > > ----- > > meson.build:1:0: ERROR: Compiler ccache cc can not compile programs. Huh, it's not a question of gcc vs cc, it's that meson automatically uses ccache. And it looks like msys's ccache is broken at the moment (installed yesterday): $ ccache --version ccache version 4.4.1 ... $ echo > test.c $ ccache cc -c test.c Segmentation fault (core dumped) .. not sure how that leads to hanging, but it's not too surprising that things don't work out after that... Greetings, Andres Freund
В списке pgsql-hackers по дате отправления: