-
Notifications
You must be signed in to change notification settings - Fork 379
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
libmamba 2.0.6 fails to build on Fedora rawhide on i686 #3797
Comments
Just to chime in since I remember a related issue on the Fedora mail-list where gcc(-15?) does not comply correctly with the C++ standard. The issue then was that Overall the issue is with Lines 22 to 26 in 27010d1
Which I would insist not to make it default ON, ever! Instead this should only be set in the upstream development. But somehow related to the options parsing Lines 68 to 70 in 27010d1
Resetting a cache variable to a local variable is strongly discouraged. Particularly for packagers who would then have to review every such settings. Instead please use cmake_dependent_options
|
I agree, this should be off by default.
Correct me if I'm wrong, but |
You are right, but you are already doing that with the use of If you want to make it configurable though, just calculate an appropriate default and feed it into |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Other (please describe)
Search tried in issue tracker
useless cast
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
Trying to build libmamba 2.0.6 on Fedora Rawhide i686 with gcc 15 I'm getting:
mamba info / micromamba info
Logs
environment.yml
~/.condarc
The text was updated successfully, but these errors were encountered: