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
condalistjava-1.8.0-openjdk-devel# packages in environment at /opt/miniconda3/envs/debug:## Name Version Build Channeljava-1.8.0-openjdk-devel-cos7-s390x1.8.0.242.b082condalistbinutils_impl_linux# packages in environment at /opt/miniconda3/envs/debug:## Name Version Build Channelbinutils_impl_linux-s390x2.33.1hb8c1d61_19
This is an important yet urgent issue that needs a quick help in fixing the SYSROOT path of a package and at the same time feedstock (like binutils above) should not override the folder or directory which already populated (in this case lib directory)
There couple of issues in CDT packages for s390x platform -
Let take an example for
java-1.8.0-openjdk-devel-cos7-s390x
Install
java-1.8.0-openjdk-devel-cos7-s390x
-After installation :-
Scenario -
During any package build when CDT and toolchain both coexists in same
build
environment -As part of the toolchain installation
binutils_impl_linux-s390x
will get installedBoth the packages installed successfully -
However, lib is now linked to lib64
So jvm and other related directory related to
java-1.8.0-openjdk-devel
went missing.The text was updated successfully, but these errors were encountered: