-
Notifications
You must be signed in to change notification settings - Fork 3.5k
osx-64 build failures with C++ #52553
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
Comments
Hi! How to help yourself ? Useful files are:
Compare the versions of tools and libs from the last successful build against the ones in the failing build (in the CI logs) and then try to pin (i.e. downgrade) them. For OSX you could also try with different values for MACOSX_DEPLOYMENT_TARGET and/or |
I discovered for bwa-mem2, that setting the osx compiler to 16 solved the issue - it was pinned to 15 conda_build_config.yaml for the recipe. |
Been struggling with a few recipes that work locally on os/x, but fail on the CI system. I haven't been able to work out why some osx-64 recipes are failing, and others not. I need help of a bioconda os/x guru!
Two PRs specifically I'm working with are failing - they are not finding standard C++ libraries like iostream or string! They work locally on Sonoma with a osx-64 conda environment on osx-arm64.
There have historically been a few of these exact errors on the developer.apple.com site - and they ask for things like reinstalls of Xcode, or doing some version change - but I can't do that kind of experiment here to resolve. Is something missing from the recipe or the OS image?
Note - this is pinned to version 15 of the compiler - as v16 bans the use of 'register' keyword which is used in a few places, and v14 (the previous setting) fails due to missing typedefs (on my local system) and the missing header files above in the CI.
The text was updated successfully, but these errors were encountered: