Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113719 - dev-util/git should depend on curl
Summary: dev-util/git should depend on curl
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Carlos Silva (RETIRED)
URL:
Whiteboard:
Keywords:
: 113727 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-27 09:36 UTC by Jacek Caban
Modified: 2005-11-28 06:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Caban 2005-11-27 09:36:34 UTC
Running git without curl installed gives following error:

defaulting to local storage area
/usr/bin/git-clone: line 26: curl: command not found
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?

Installing curl solves the problem.

Reproducible: Always
Steps to Reproduce:
1. Uninstall curl (if installed)
2. Run git clone

Actual Results:  
I get error:

defaulting to local storage area
/usr/bin/git-clone: line 26: curl: command not found
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?

Expected Results:  
Clone repository.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-27 10:56:44 UTC
*** Bug 113727 has been marked as a duplicate of this bug. ***
Comment 2 Carlos Silva (RETIRED) gentoo-dev 2005-11-28 06:14:54 UTC
You have to add the use flag "curl". If you don't, git-http-{push,pull} won't be
built and http:// protocol won't work either...