-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
[Bug] OSGeo4w builds fail unable to locate PostgreSQL library #4990
Comments
@jef-n Is it an expected situation caused by an update? If there's somewhere I could see the changes made, I could create the needed changes for here. |
There was an update to 17.2: jef-n/OSGeo4W@83d7b6e |
I see that some commits were recently pushed, but seemed committed a couple days before |
@nilason look at the new patches for grass: jef-n/OSGeo4W@5469ac4#diff-414d394754c9be1f500a50bb84f57407a144af9b3ea204bc88b9c50245ce073eR23 |
This is what config.log has to say:
See this SO post for possible cause. |
Describe the bug
Just noting that windows builds recently started failing on main and PRs, while they were working up to 7 hours ago. I don't see any commits in the OSGeo4W repo, so there must be changes that aren't pushed yet. Its harder to investigate since there is no observability in this case.
To reproduce
Our first broken run on main for commit ff7cebd: https://github.com/OSGeo/grass/actions/runs/12965370319
Our last working run on main for commit 1c956f7: https://github.com/OSGeo/grass/actions/runs/12953600166
There are more from the renovate PRs in between.
To investgate...
Further info (edits):
From an OSGeo installation that wasn't updated since a couple of weeks (max 3), we see libpq upgraded from 16.2-2 to 17.2-1.
But the package source file in the OSGeo4W repo is still 16.2 (last commit of the repo is from 2 weeks ago):
https://github.com/jef-n/OSGeo4W/blob/c6ba3d7a4e42753944ba3b5679b2298be69421a5/src/libpq/osgeo4w/package.sh#L1-L6
The text was updated successfully, but these errors were encountered: