Jason Legler

Results 38 comments of Jason Legler

Most definitely. The dependencies are a moving target as Postgres adds functionality and changes what they depend on.

I'm glad you figured it out because I suspect the reason it isn't in the dependencies is because I install pkgconf at the same time I install git, curl, and...

As it turns out, pkgconfig is one of many ways to handle this, but is not strictly required. By installing pkgconfig, though, users have to manage their linking for all...

It appears I never got around to implementing that for this plugin. I built several of these plugins for a stack I was using at work over the course of...

I am unsure what you're looking for from me on this one. You've built automation on top of asdf that isn't working. If I had to guess what was happening...

Check out this and see if this helps: https://stackoverflow.com/questions/68379786/building-postgres-from-source-throws-utils-errcodes-h-file-not-found-when-ca

Since I haven't experienced what you're experiencing, I am not in a great position to document it. If you want to add a troubleshooting section to the docs though, or...

@GotoRen, I hope @ulope's suggestion helps. I am going to close this because I can't fix this level of problem for this library. I made the unfortunate decision to compile...

I just merged @stanhu's PR. @alexeyr-ci1, can you update to the latest asdf-postgres and try again and let us know if it behaves as expected?

Yep. I don't use it much, but I work on it occasionally. I can look into that algorithm and see how tricky adding will be. You're welcome to take a...