Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] REQUIRED_USE flag constraints are unsatisfied
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
abdus
Apprentice
Apprentice


Joined: 10 Feb 2021
Posts: 189
Location: bandung

PostPosted: Wed Apr 07, 2021 5:49 am    Post subject: [solved] REQUIRED_USE flag constraints are unsatisfied Reply with quote

hey guys, how is it going,i hope someone helps me, i will appreciate it a lot, i am facing a trouble running the command emerge -auDN world or the equivalent long version as i guess,
the output is https://dpaste.com/6XJ9BUXUK
i followed this thread https://forums.gentoo.org/viewtopic-t-978258-view-previous.html
net-misc/curl was installed and i was having the same output as in the link above however when i wanted to run the commands as in the thread above which are as follows:
# sudo emerge -C net-misc/curl
# sudo emerge net-misc/curl:0 (main slotted version)
# sudo emerge -a @preserved-rebuild (i followed the instructions of the thread above)
i got the output https://dpaste.com/B2Q74H9B5 for the second command (emerge net-misc/curl:0)
i found another thread but it's in spanish which i do not understand and it is very similar with my case (i mean the output since i can understand it)
please guys help me, i may not explain well so ask me what you wanna know and i will tell you
_________________
i would like to thank everyone that contributed to the gentoo project in any means


Last edited by abdus on Wed Apr 07, 2021 12:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
abdus
Apprentice
Apprentice


Joined: 10 Feb 2021
Posts: 189
Location: bandung

PostPosted: Wed Apr 07, 2021 6:00 am    Post subject: Reply with quote

the spanish post https://forums.gentoo.org/viewtopic-p-8328026.html
_________________
i would like to thank everyone that contributed to the gentoo project in any means
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30911
Location: here

PostPosted: Wed Apr 07, 2021 6:18 am    Post subject: Reply with quote

The important line is
Code:
    ssl? ( exactly-one-of ( curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss curl_ssl_openssl curl_ssl_winssl ) )

this tell you that if you enable ssl use flag, to curl package, you should enable also exectly one of curl_ssl_gnutls, curl_ssl_libressl, curl_ssl_mbedtls, curl_ssl_nss, curl_ssl_openssl, curl_ssl_winssl.
For enable a use flag for specific package you should use /etc/portage/package.use.
If you don't have special requirements enable curl_ssl_openssl, so in package.use file you should add entry
Code:
net-misc/curl curl_ssl_openssl

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
abdus
Apprentice
Apprentice


Joined: 10 Feb 2021
Posts: 189
Location: bandung

PostPosted: Wed Apr 07, 2021 12:07 pm    Post subject: Reply with quote

that worked, thank you very much
_________________
i would like to thank everyone that contributed to the gentoo project in any means
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