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
The following PR: #25060
("xerces-c: Fix clang compilation issue on Windows")
broke compilation of our stuff on Red Hat 9.
The PR says it's for Windows but it introduces dependency on nsl library for Linux:
elif self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs.extend(["pthread", "nsl"])
The libnsl.so library seems unnecessary for xerces-c on Red Hat 9.
Problematic version of xerces-c recipe: dac49cb4f4b99435670ed8ea0b03fa11
Previous version of this recipe works fine: eaa4f49d6f4fa9351c8b706957ef0a99
Package and Environment Details
Package Name/Version: xerces-c/3.2.5
Operating System+version: Red Hat Enterprise Linux 9.4 (Plow)
This affects us too. We've had to work around this by duplicating the recipe and reverting this change. We're also using UBI8 where the libnsl2-devel package (RPM) is unavailable.
Description
The following PR: #25060
("xerces-c: Fix clang compilation issue on Windows")
broke compilation of our stuff on Red Hat 9.
The PR says it's for Windows but it introduces dependency on nsl library for Linux:
The libnsl.so library seems unnecessary for xerces-c on Red Hat 9.
Problematic version of xerces-c recipe: dac49cb4f4b99435670ed8ea0b03fa11
Previous version of this recipe works fine: eaa4f49d6f4fa9351c8b706957ef0a99
Package and Environment Details
Conan profile
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
N/A
Logs
The text was updated successfully, but these errors were encountered: