Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113727 - dev-util/git should depend on curl
Summary: dev-util/git should depend on curl
Status: RESOLVED DUPLICATE of bug 113719
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-27 10:52 UTC by Jacek Caban
Modified: 2005-11-27 10:56 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 10:52:28 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

*** This bug has been marked as a duplicate of 113719 ***