From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DC9D15800A for ; Sat, 12 Aug 2023 01:14:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A14E52BC033; Sat, 12 Aug 2023 01:14:15 +0000 (UTC) Received: from mohas.pair.com (mohas.pair.com [209.68.5.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 622482BC015 for ; Sat, 12 Aug 2023 01:14:14 +0000 (UTC) Received: from mohas.pair.com (localhost [127.0.0.1]) by mohas.pair.com (Postfix) with ESMTP id EB2E67321A for ; Fri, 11 Aug 2023 21:14:13 -0400 (EDT) Received: from w540.andor.dropbear.id.au (unknown [IPv6:2405:6e00:488:2e3::9e2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mohas.pair.com (Postfix) with ESMTPSA id 53BB17322E for ; Fri, 11 Aug 2023 21:14:13 -0400 (EDT) From: Paul Colquhoun To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Please help me understand this emerge error message. Date: Sat, 12 Aug 2023 11:15:05 +1000 Message-ID: <4501477.LvFx2qVVIh@w540.andor.dropbear.id.au> In-Reply-To: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Scanned-By: mailmunge 3.11 on 209.68.5.112 X-Archives-Salt: d9112858-5737-4114-a8f4-2f73126f5ee1 X-Archives-Hash: 5766efd9e45393856cdbd9d88c043074 On Saturday, August 12, 2023 4:46:17 A.M. AEST Alan Mackenzie wrote: > Hello, Gentoo. > > For the past couple of days, after $ emerge --sync, I've tried > > $ emerge -auND @world > > .. It has come back very quickly with the error message: > > ######################################################################### > > !!! The ebuild selected to satisfy ">=net-misc/curl-7.21.5[ssl]" has unmet > requirements. - net-misc/curl-8.1.2::gentoo USE="adns ftp gnutls http2 imap > pop3 progress-meter smtp ssl tftp -alt-svc -brotli -gopher -hsts -idn > -kerberos -ldap -mbedtls (-nghttp3) -nss -openssl -rtmp (-rustls) -samba > -ssh (-sslv3) -static-libs -telnet -test -verify-sig -websockets -zstd" > ABI_X86="(64) -32 (-x32)" CURL_SSL="openssl -gnutls -mbedtls -nss > (-rustls)" > > The following REQUIRED_USE flag constraints are unsatisfied: > curl_ssl_openssl? ( openssl ) > > The above constraints are a subset of the following complete expression: > ssl? ( exactly-one-of ( curl_ssl_gnutls curl_ssl_mbedtls curl_ssl_nss > curl_ssl_openssl curl_ssl_rustls ) ) curl_ssl_gnutls? ( gnutls ) > curl_ssl_mbedtls? ( mbedtls ) curl_ssl_nss? ( nss ) curl_ssl_openssl? ( > openssl ) curl_ssl_rustls? ( rustls ) > > ######################################################################### > > .. I don't understand what is meant by "curl_ssl_openssl? ( openssl )" in > the above message. I assume it's talking about some USE flag, but which? > openssl? curl_ssl_openssl? As a matter of interest, I have > =dev-libs/openssl-3.0.9-r2 installed. > > Please help me understand what's happening. > > Thanks for the help! In the USE flsgs you have: gnutls -openssl In the CURL_SSL flags you have: openssl -gnutls These 2 are contradicting each other. One says use gnutls instead of openssl, the other says no, use openssl instead of gnutls. Pick which option you want to use, and adjust the flags to agree on that option. -- Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/ Asking for technical help in newsgroups? Read this first: http://catb.org/~esr/faqs/smart-questions.html#intro