-
Notifications
You must be signed in to change notification settings - Fork 29
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
v17.0 builds but is not listed in pgenv versions #81
Comments
Seems it is not installed at all, since you don't have
|
I'm facing the same issue with 17.0 $ pgenv build 17.0
...
make[1]: Leaving directory '/var/lib/pgenv/src/postgresql-17.0/src'
$ pgenv versions
Using PGENV_ROOT /var/lib/pgenv
15.4 pgsql-15.4
* 15.6 pgsql-15.6
16.0 pgsql-16.0 With 16.4, the ending line looks different: $ pgenv build 16.4
...
make[1]: Leaving directory '/var/lib/pgenv/src/postgresql-16.4/contrib'
pgenv configuration written to file /var/lib/pgenv/config/default.conf
PostgreSQL 16.4 built The |
Are there errors reported in the output? |
Might the build be failing due to #79? |
This is how the build ends for me. I don't see an error |
Hrm. so |
No.
|
Then the install did not finish; no idea why there are no errors. Can you try the patch in #80? |
Replaced
After
|
Yeah, it was the documentation issue, then. Closing as a dupe of #79, thanks! |
FYI: #80 has been merged to fix this issue, and related in v1.3.8. |
I've marked |
pgenv versions * 11.10 pgsql-11.10 16.4 pgsql-16.4
ls ~/.pgenv/src postgresql-11.10 postgresql-16.4 postgresql-17.0 postgresql-11.10.tar.bz2 postgresql-16.4.tar.bz2 postgresql-17.0.tar.bz2
I'm on Arch Linux BTW
The text was updated successfully, but these errors were encountered: