Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310165 - portage tells me that dev-util/cmake wants net-misc/curl[gnutls] but should allow curl with any ssl
Summary: portage tells me that dev-util/cmake wants net-misc/curl[gnutls] but should a...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 04:39 UTC by Mark A Rada
Modified: 2010-03-19 10:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
A new cmake ebuild that fixes the problem (cmake.ebuild.patch,292 bytes, patch)
2010-03-19 04:41 UTC, Mark A Rada
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.