-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
New package: PostgREST.postgrest version 12.2.3 #189441
base: master
Are you sure you want to change the base?
Conversation
- External dependencies required, add "InstallationNotes" for it. Signed-off-by: Dragon1573 <[email protected]>
/AzurePipelines run |
Automatic Validation ended with:
Automated error analysis suggests -1073741515 may mean STATUS_DLL_NOT_FOUND - possibly due to a dependency on (Automated response - build 897.) |
@stephengillie yes, it depends on psql.dll (and its' dependencies). Installation notes seem to mention that |
Hi @Dragon1573, Is a dependency missing? The application refuses to run, instead giving this message on each launch. |
Hi @develop7, Please understand that my previous response was the output of a scripted process which downloads the run logs, filters to include and exclude specific terms, then matches this against a list of error codes - before it posts this output as a comment into the PR. I'm dealing with capacity issues and just getting to this PR for the first time. |
@stephengillie , I don't have good solution for resolving this problem. 😞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem is already mentioned before.
Dependencies: | ||
ExternalDependencies: | ||
- libpq.dll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libpq.dll
is mentioned here as an external dependency.
InstallationNotes: |- | ||
"libpq.dll" is required by this package. It can be found in any version of PostgreSQL ODBC drivers. | ||
Available via "PostgreSQL.psqlODBC" in WinGet. You should manually add it's "bin/" directory ( | ||
"$env:PROGRAMFILES/psqlODBC/<version>/bin" by default) into "$env:PATH" environment variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I note here and asking users to resolve "libpq.dll
not found" error on their own.
So the package has a dependency, and a workaround is needed to address a bug. |
Notes
Checklist for Pull Requests
Manifests
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the directory's name containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow