View previous topic :: View next topic |
Author |
Message |
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4810 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Tue Dec 01, 2009 10:19 pm Post subject: [curl] voleva le gnutls [zittito] |
|
|
Code: |
s939 ~ # emerge -uDpvN world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds built with USE flags to satisfy ">=net-misc/curl-7.16.7[gnutls]".
!!! One of the following packages is required to complete your request:
- net-misc/curl-7.19.7 (Change USE: +gnutls)
(dependency required by "dev-util/cmake-2.8.0" [installed])
(dependency required by "kde-base/ark-4.3.3-r1" [ebuild])
(dependency required by "kde-base/kdeutils-meta-4.3.3" [installed])
(dependency required by "kde-base/kde-meta-4.3.3" [installed])
(dependency required by "world" [argument])
|
ok. curl vuole le tls.
ma perché curl vuole le tls?
naturalmente, nel mio sistema il supporto a tls tramite ssl. _________________ vu vu vu
gentù
mi piaci tu
Last edited by cloc3 on Wed Dec 02, 2009 9:08 pm; edited 4 times in total |
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Tue Dec 01, 2009 11:33 pm Post subject: |
|
|
non è curl che vuole gnutls, ma qualche ebuild vuole che sia compilato con quella use attiva. Uno di quelli che emerge ti elenca. _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4810 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Wed Dec 02, 2009 1:29 pm Post subject: |
|
|
Onip wrote: | non è curl che vuole gnutls, ma qualche ebuild vuole che sia compilato con quella use attiva. Uno di quelli che emerge ti elenca. |
no. prima di postare avevo inserito -gnutls in make.conf.
probabilmente, si è trattato di un qualche baco temporaneo di portage, perché adesso il fenomeno è scomparso senza che io abbia fatto assolutamente nulla:
Code: |
s939 ~ # emerge -uDpvN world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] net-misc/curl-7.19.7 USE="idn kerberos ldap -ares -gnutls* -ipv6 -libssh2 -nss -openssl -test" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
|
_________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4810 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Wed Dec 02, 2009 5:09 pm Post subject: |
|
|
controdine. sembra colpa di cmake, ma non capisco il perché.
Code: |
s939 ~ # emerge -1 cmake -pv
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds built with USE flags to satisfy ">=net-misc/curl-7.16.7[gnutls]".
!!! One of the following packages is required to complete your request:
- net-misc/curl-7.19.7 (Change USE: +gnutls)
(dependency required by "dev-util/cmake-2.8.0" [ebuild])
(dependency required by "cmake" [argument])
|
_________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Wed Dec 02, 2009 5:53 pm Post subject: |
|
|
/usr/portage/dev-util/cmake/cmake-2.8.0.ebuild wrote: |
DEPEND="
|| (
>=net-misc/curl-7.16.7[gnutls]
>=net-misc/curl-7.16.7[nss]
>=net-misc/curl-7.16.7[openssl]
)
>=dev-libs/expat-2.0.1
>=dev-libs/libxml2-2.6.28
>=dev-libs/xmlrpc-c-1.06.27[curl]
qt4? ( x11-libs/qt-gui:4 )
"
|
O ti mancano tutte e tre le flag sopra (e quindi emerge si sceglie la prima alternativa) o hai scoperto un bacarozzo.
Vedendo l'output dell'altro post direi che la soluzione è la prima . _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4810 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Wed Dec 02, 2009 7:59 pm Post subject: |
|
|
Onip wrote: |
O ti mancano tutte e tre le flag sopra (e quindi emerge si sceglie la prima alternativa) |
certo che mi mancano.
nel mio sistema è installato openssl da sempre, in automatico e senza alcuna specificazione.
mo' si sveglia questo ciMache, che manda a dire a curl di piazzarmi le gnutelle.
sembra berlusconi che prova a sdoganare il lodo con dalema e violante.
non sarà un baco, ma non mi pare neppure una roba tanto elegante.
_________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Wed Dec 02, 2009 8:36 pm Post subject: |
|
|
openssl c'è, non lo metto in dubbio. ma curl non ne ha attivato il supporto. Metti
Code: | net-misc/curl openssl | in package.use e zittiscilo. _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
|