Skip to content
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

No resolvable combination of libpq=16 openssl=3.2 libxml2=2.11 #194

Closed
akrherz opened this issue Dec 8, 2023 · 2 comments
Closed

No resolvable combination of libpq=16 openssl=3.2 libxml2=2.11 #194

akrherz opened this issue Dec 8, 2023 · 2 comments
Labels

Comments

@akrherz
Copy link
Contributor

akrherz commented Dec 8, 2023

Comment:

With the pain involved this week with #191 and the builds that got marked broken as a result, we are left with an unresolvable combination of this:

$ mamba create -n dev libpq=16 openssl=3.2 libxml2=2.11
Could not solve for environment specs
The following packages are incompatible
├─ libpq 16**  is installable with the potential options
│  ├─ libpq 16.0 would require
│  │  └─ openssl >=3.1.3,<3.2.0a0 , which can be installed;
│  ├─ libpq 16.1 would require
│  │  └─ libxml2 >=2.12.2,<2.13.0a0 , which can be installed;
│  └─ libpq 16.1 would require
│     └─ openssl >=3.1.4,<3.2.0a0 , which can be installed;
├─ libxml2 2.11**  is not installable because it conflicts with any installable versions previously reported;
└─ openssl 3.2**  is not installable because it conflicts with any installable versions previously reported.

This is not allowing gdal=3.8.1 to install, see conda-forge/gdal-feedstock#867

It may be helpful to make an intermediate build against libxml2 2.11, but can certainly understand if there isn't an appetite here to go messing with postgresql builds for a while :/

@akrherz
Copy link
Contributor Author

akrherz commented Dec 9, 2023

should have been fixed by #197, but will verify first once builds propagate CDN

@akrherz
Copy link
Contributor Author

akrherz commented Dec 9, 2023

appears resolved

$ mamba create -n dev libpq=16 openssl=3.2 libxml2=2.11
 + openssl                 3.2.0  hd590300_1   conda-forge     Cached
  + libxml2                2.11.6  h232c23b_0   conda-forge     Cached
  + libpq                    16.1  h33b98f1_7   conda-forge        2MB

@akrherz akrherz closed this as completed Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant