conda-forge / ruby-feedstock

A conda-smithy repository for ruby.
BSD 3-Clause "New" or "Revised" License
1 stars 24 forks source link

Build againts libxcrypt on Linux #123

Closed mbargull closed 10 months ago

mbargull commented 10 months ago

Ruby is currently linked against libcrypt.so.1 which we want to phase out. For details, see: https://github.com/conda-forge/linux-sysroot-feedstock/issues/52

Checklist

conda-forge-webservices[bot] commented 10 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

mbargull commented 10 months ago

The logs show

INFO (ruby,lib/libruby.so): Needed DSO lib/libcrypt.so.2 found in conda-forge/linux-64::libxcrypt==4.4.36=hd590300_1
...
INFO (ruby,bin/ruby): Needed DSO lib/libcrypt.so.2 found in conda-forge/linux-64::libxcrypt==4.4.36=hd590300_1
...
INFO (ruby,lib/libruby.so.3.2): Needed DSO lib/libcrypt.so.2 found in conda-forge/linux-64::libxcrypt==4.4.36=hd590300_1
...
INFO (ruby,lib/libruby.so.3.2.2): Needed DSO lib/libcrypt.so.2 found in conda-forge/linux-64::libxcrypt==4.4.36=hd590300_1

, which is what we want to happen now.