-
Notifications
You must be signed in to change notification settings - Fork 252
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
[sqitch_pg] Cannot build #1572
Comments
I attempted to set POSTGRES_HOME and it was able detect the libraries and headers, but DBD::Pg was still unable to determine the version of Postgresql. Tracing the source, I see DBD::Pg uses App::Info to determine the installed Postgresql version, which isn't provided by the Next, I added postgresql to the I think by including pg_config in the postgresql-client package, we can get the desired behavior. This appears to be what ArchLinux does with its |
thanks for the good notes @smacfarlane - looks like we could remove this line to restore pg_config: https://github.com/habitat-sh/core-plans/blob/master/postgresql-client/plan.sh#L27 |
@smacfarlane did it build fine on builder? I've opened #1519 a while back, maybe it works fine now? |
@rsertelon It did! I'm going to close out #1519 for now, if the issue appears again we can re-open it. |
I'm getting the following error when building sqitch_pg
Habitat version:
The text was updated successfully, but these errors were encountered: