Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 310165

Summary: portage tells me that dev-util/cmake wants net-misc/curl[gnutls] but should allow curl with any ssl
Product: Gentoo Linux Reporter: Mark A Rada <marada>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: A new cmake ebuild that fixes the problem

Description Mark A Rada 2010-03-19 04:39:11 UTC
When I tried upgrading today I got a message from portage telling me that I needed to compile curl with gnutls support in order for cmake to work. However, I already have cmake installed and curl compiled with openssl. 

I took a quick look at the ebuild for cmake, and it should accept curl built with any ssl toolkit.

This seems to be a problem with the new ebuild for curl using that weird 'ssl' flag. The cmake ebuild needs to be updated to accept it as well.

Reproducible: Always

Steps to Reproduce:
1. Upgrade to the latest curl in portage using openssl
2. Try to reinstall cmake


Actual Results:  
Portage complains about wanting you to build curl with gnutls

Expected Results:  
Portage to not complain, because nothing is wrong.
Comment 1 Mark A Rada 2010-03-19 04:41:13 UTC
Created attachment 224213 [details, diff]
A new cmake ebuild that fixes the problem

This fixes the problem...
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-03-19 10:07:16 UTC
It was fixed 2 days ago...

*cmake-2.8.0-r3 (17 Mar 2010)

  17 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> -cmake-2.8.0.ebuild,
  -cmake-2.8.0-r1.ebuild, -cmake-2.8.0-r2.ebuild, +cmake-2.8.0-r3.ebuild:
  Update deps to match latest curl IUSE update.