Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
curl bulld failes on multilib with rustls and clang
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Wiebel
n00b
n00b


Joined: 05 Feb 2003
Posts: 60
Location: Bad Homburg, Germany

PostPosted: Thu Sep 21, 2023 8:14 am    Post subject: curl bulld failes on multilib with rustls and clang Reply with quote

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 ?
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 2064

PostPosted: Thu Sep 21, 2023 12:39 pm    Post subject: Reply with quote

Reading the config.log of a failed build will give clues to what is going on. Comparing to a successful configure using the same options would be interesting as well.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum