Wiebel n00b


Joined: 05 Feb 2003 Posts: 60 Location: Bad Homburg, Germany
|
Posted: Thu Sep 21, 2023 8:14 am Post subject: curl bulld failes on multilib with rustls and clang |
|
|
I have recently switched to llvm with surprisingly little issues. I also wanted to give rustls a shot in curl so I did and everything workes fine, again,surprisingly.
Now curl wanted to update from 8.2.1 to 8.3.0 now I do get in configure of the 64bit part (32bit had no issue):
Code: |
checking for rustls_client_session_read in -lrustls... no
checking for rustls_connection_read in -lrustls... no
configure: error: --with-rustls was specified but could not find rustls.
|
I do have net-libs/rustls-ffi just fine.
I tried to build the upstream with just the same issue.
The issue was manually resolvable by:
./configure --with-rustls=/usr/lib64/librustls.so
Which made me wonder what went wrong.
The configure part also succeeded when using a gcc profile"
I am considering emerging the {llvm,clang,ldd}-toolchain-symlinks with the multilib-symlinks use flag, but the warning sounds a bit frightening as I do have still packages that do need gcc.
Has anyone any advice that does not contain emerge -e ? |
|