-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
treewide: fix pg_config / postgresql headers moved to dev output #336994
Conversation
Damn it, sorry for missing that on the final iterations! :( |
Built the following things so far, with success:
Can take a look into
from |
I already confirmed that this happened before #294504 already. The error changes after the PR, because pg_config can't be found, but then goes back to that original error. So the change here is good, but I guess it would still be worth to look at this. Could be related to upgrading libpq from 15 to 16. |
6d3da41
to
20361c3
Compare
Here's my progress so far: Those build fine:
I also confirmed that they failed before this fix - and if they didn't, I removed the respective flags, because they didn't make a difference anyway. I am still running Regarding The following three are still open for me:
I'm not sure whether The two pg extensions are a bit tricky, I'm looking into them now. |
Note that the latest force push changed the fix for IIRC libdbiDrivers and something else that you didn't list, yet. Removed the flag instead of changing it. |
Hm. Seems like the fixes here are ok. age is actually passing now and plv8 was failing before #294504 already. |
Fine on master, but broken on staging. |
I grepped for Except for This is ready from my side. |
This was supposed to happen in NixOS#294504, but the commit was accidentally left out when splitting off some libpq-related changes. Originated in NixOS#179962, by Sandro. Co-authored-by: Sandro Jäckel <[email protected]> Co-authored-by: Wolfgang Walther <[email protected]>
20361c3
to
050689d
Compare
Latest force push changed |
Tracked this down to #327653 (comment). |
This was supposed to happen in #294504, but the commit was accidentally left out when splitting off some libpq-related changes. Originated in #179962, by Sandro.
@Ma27
ToDo:
${postgresql}
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.