Closed AntoinePrv closed 3 years ago
Looks like libasan.so
bumped its SOVERSION which hasn't happened in forever so we didn't expect this. Are you using these in for a conda package built by conda-build or outside of conda-build?
Outside conda-build
.
Should be fixed now. For gcc<=9.3.0, libgcc-ng
is pinned to the same version as gcc_impl_*
. For gcc>=9.4.0, there's a new package libsanitizer
which is pinned to the same version as gcc_impl_*
, but libgcc-ng
has only a lower bound of the version as gcc_impl_*
Issue: I use the
cxx-compiler
(gcc 9.3, linux-64, micromamba) to compile and sanitize (with-fsanitize=address
) some code, which used to work well. Now, installingcxx-compiler
installs gcc 9.3 butlibgcc-ng
11.1.0 and I get a linker errorReverting to
libgcc-ng
9.3 solves the issue.Is this the correct behaviour, or should gcc and
libgcc-ng
be the same version?Environment (
conda list
):Details about
conda
and system (conda info
):