Re: The win postgis check
Dapeng Wang <[email protected]>
| Newsgroups | gmane.comp.gis.postgis |
|---|---|
| Message-ID | <CAKx0YhzGowAsjZ257bCY=vvi+Jm_qEvjU6j_=i-GfDVZ2rRf5A@mail.gmail.com> |
I have used the path /tmp/pgis_reg/pgis_reg_tmp/test_4_tmp, but I still
can't get it to work.
When I run the check on PostGIS 3.4.1 on Windows, there are two errors: one
related to COPY and the other to FlatGeobuf. Everything else checks out
fine.
The flatgeobuf.sql at 'PL' line, need lwerror("mixed geometry type is not
supported"), but it is not doing so. The database process continues to run
and does not terminate, causing the check to become stuck.
Debugging works fine on Linux, and I am currently debugging on the Windows
platform.
Are there any records of checks on the Windows platform?
Regina Obe <[email protected]> 于2024年11月15日周五 02:21写道:
> Are you building your own postgis and this is during regression testing?
>
> Did you build your own PostgreSQL?
>
>
>
> I think I’ve run into that issue before when I was testing against my
> meson built PostgreSQL. I think it might be those additional // causing
> the issue.
>
>
>
> e.g. has /tmp/pgis_reg/pgis_reg_tmp//test_4_tmp
>
>
>
> instead of /tmp/pgis_reg/pgis_reg_tmp/test_4_tmp
>
>
>
> I haven’t switched back to my meson build to confirm that is it.
>
>
>
> *From:* Dapeng Wang <[email protected]>
> *Sent:* Thursday, November 14, 2024 2:18 AM
> *To:* PostGIS Users Discussion <[email protected]>
> *Subject:* The win postgis check
>
>
>
> Hi everyone,
>
> I encountered two errors while running PostGIS checks on the Windows
> platform, both related to the COPY command.
> +ERROR: could not open file "/tmp/pgis_reg/pgis_reg_tmp//test_4_tmp" for
> writing: No such file or directory
>
> What should I do?
> I have already made sure there are no file permission issues.
>