| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | John Naylor <john(dot)naylor(at)enterprisedb(dot)com> |
| Cc: | Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Subject: | Re: pgsql: Build all Flex files standalone |
| Date: | 2022-09-06 04:49:04 |
| Message-ID: | 3041062.1662439744@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
John Naylor <john(dot)naylor(at)enterprisedb(dot)com> writes:
> On Tue, Sep 6, 2022 at 10:54 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
>> Presumably it only happens if you previously triggered the parsers to be generated.
> If you attempt to run the check before building, the first thing you get is
> fatal error: utils/errcodes.h: No such file or directory
> so not sure what you mean.
crake is still unhappy:
Sep 06 00:09:55 In file included from /tmp/headerscheck.AwLxya/test.c:2:
Sep 06 00:09:55 /home/andrew/bf/root/HEAD/pgsql.build/../pgsql/src/backend/utils/adt/jsonpath_internal.h:26:10: fatal error: jsonpath_gram.h: No such file or directory
Sep 06 00:09:55 26 | #include "jsonpath_gram.h"
Sep 06 00:09:55 | ^~~~~~~~~~~~~~~~~
I wonder if that file is not getting installed in a directory that
this test expects to search.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John Naylor | 2022-09-06 04:57:50 | Re: pgsql: Build all Flex files standalone |
| Previous Message | John Naylor | 2022-09-06 04:20:24 | Re: pgsql: Build all Flex files standalone |