Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fehler bei: emerge -uDNva world
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
rrbs
n00b
n00b


Joined: 19 Dec 2014
Posts: 66

PostPosted: Thu Jan 15, 2015 8:20 am    Post subject: Fehler bei: emerge -uDNva world Reply with quote

Hallo ich wollte das system updaten und bekam folgende meldung.
Leider bin ich mir ueber die Beseitigung des Problems nicht ganz sicher und bitte Euch
hier mal um Hilfe.

Danke.


Code:
!!! Problem resolving dependencies for net-misc/curl from @selected
... done!

!!! The ebuild selected to satisfy "net-misc/curl" has unmet requirements.
- net-misc/curl-7.40.0::gentoo USE="ipv6 ldap ssl -adns -idn -kerberos -metalink -rtmp -samba -ssh -static-libs -test -threads" ABI_X86="64 -32 -x32" CURL_SSL="nss openssl -axtls -gnutls -polarssl -winssl"

  The following REQUIRED_USE flag constraints are unsatisfied:
    ssl? ( exactly-one-of ( curl_ssl_axtls curl_ssl_gnutls curl_ssl_openssl curl_ssl_nss curl_ssl_polarssl curl_ssl_winssl ) )

  The above constraints are a subset of the following complete expression:
    curl_ssl_winssl? ( elibc_Winnt ) threads? ( !adns ) ssl? ( exactly-one-of ( curl_ssl_axtls curl_ssl_gnutls curl_ssl_openssl curl_ssl_nss curl_ssl_polarssl curl_ssl_winssl ) )

(dependency required by "@selected" [set])
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4553
Location: Germany

PostPosted: Thu Jan 15, 2015 8:57 am    Post subject: Reply with quote

Hehe, einen ähnlichen hatten wir doch neulich erst ;)

Du versuchst net-misc/curl mit USE=ssl und CURL_SSL="nss openssl -axtls -gnutls -polarssl -winssl"
zu bauen - das haut so nicht hin.
Mit
Quote:
The following REQUIRED_USE flag constraints are unsatisfied:
ssl? ( exactly-one-of ( curl_ssl_axtls curl_ssl_gnutls curl_ssl_openssl curl_ssl_nss curl_ssl_polarssl curl_ssl_winssl ) )
ist anders formuliert etwa gemeint: Wenn mit USE=ssl dann kann bei CURL_SSL= nur eines (von den vorgeschlagenen) mit eingebaut werden - Du versuchst es aber mit Zweien =
CURL_SSL="nss openssl"
Entscheide dich für eins von beiden.

CURL_SSL=
wird normal vom verwendeten Profil schon gesetzt - du hast wahrscheinlich in der make.conf oder/und in package.use noch ein weiteres hinzugesetzt
Schau zb mit
Code:
grep -Ri curl /etc/portage/ /etc/make.conf
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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