You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The requirement that Conan be less than or equal to v1.59.0 makes basilisk incompatible with Fedora 38+ as described here, because Fedora 38 adopts GCC 13 and Conan doesn't support GCC 13 until v1.60.0.
I assume this will be true of other linux distributions going forward, so it's probably time to get serious about upgrading conan.
To reproduce
Steps to reproduce the behavior:
Install Fedora 38
sudo dnf update
Follow basilisk installation instructions. Will fail at python3 conanfile.py.
Expected behavior
Resulting error is described here.
Desktop (please complete the following information):
OS: Fedora (but will become true of other new distributions)
Version 38+
Python version 3.11.4
Additional context
Workaround for now is to downgrade GCC, but since older versions aren't available through dnf install, the older version has to be built from source.
The text was updated successfully, but these errors were encountered:
patrickwalton
changed the title
Upgrade Conan
Conan <= 1.60.0 does not work on new linux distributions
Jul 29, 2023
patrickwalton
changed the title
Conan <= 1.60.0 does not work on new linux distributions
Upgrade Needed: Conan <= 1.60.0 does not work on new linux distributions
Jul 29, 2023
patrickwalton
changed the title
Upgrade Needed: Conan <= 1.60.0 does not work on new linux distributions
Dependency Upgrade Needed: Conan <= 1.60.0 does not work on new linux distributions
Jul 29, 2023
patrickwalton
changed the title
Dependency Upgrade Needed: Conan <= 1.60.0 does not work on new linux distributions
Dependency Upgrade Needed: Conan < 1.60.0 does not work on new linux distributions
Jul 29, 2023
Describe the bug
The requirement that Conan be less than or equal to v1.59.0 makes basilisk incompatible with Fedora 38+ as described here, because Fedora 38 adopts GCC 13 and Conan doesn't support GCC 13 until v1.60.0.
I assume this will be true of other linux distributions going forward, so it's probably time to get serious about upgrading conan.
To reproduce
Steps to reproduce the behavior:
sudo dnf update
python3 conanfile.py
.Expected behavior
Resulting error is described here.
Desktop (please complete the following information):
Additional context
Workaround for now is to downgrade GCC, but since older versions aren't available through dnf install, the older version has to be built from source.
The text was updated successfully, but these errors were encountered: