-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postgres build status #36
Comments
These errors could also just be the way I set up the build. Postgres is listed as building successfully in #4 (comment) The MSYS patches will probably still be useful though. |
The build errors were a PEBKAC as I neglected to pass the DLLSUFFIX argument to the build.sh call. I'll leave this open as I suspect the patches will still be useful. |
I need to look a bit further but perl is needed for two Postgres components.
The build for the latter includes XS code so will need to be run with the same perl it was built with (https://github.com/postgres/postgres/tree/master/src/pl/plperl). If it is enabled the docker image needs an initial perl build to bootstrap itself, consistent with the current diagram (StrawberryPerl/spbuild#12). FWIW, MSYS2/mingw disable it in their builds. Is PL/perl used by consumers of strawberry perl? Has it worked in the past few versions of strawberry perl? Have the past few versions even included it? |
It seems I have not been checking the postgresql builds.
Running a new build and re-using build artifacts from a previous run to speed things up, I get these failures.
...more logging...
There are no patches for postgres 15.1 at the moment (edit - in this repo). MSYS are applying a number of patches which we should look to adapt. Some are already present for postgres 9.x but since we use version specific patch sets they are not applied.
MSYS also disable the perl component in their build, which maybe we should look at if it has no effect on Strawberry perl users and if postgres does a hard bind to the version it was built with.
The text was updated successfully, but these errors were encountered: