Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131668 - cogito broken?
Summary: cogito broken?
Status: RESOLVED DUPLICATE of bug 125636
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-29 05:28 UTC by molle.bestefich
Modified: 2006-04-29 05:32 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 molle.bestefich 2006-04-29 05:28:32 UTC
I think dev-util/cogito may depend on the wrong version of dev-util/git, or may contain an upstream bug.

I sync'd and merged world a couple of days ago, which got me:
 dev-util/git-1.2.4
 dev-util/cogito-0.16.4

Now, when I try to fetch a branch:
=================================
# cg-clone git://<url> dest
[ ...snip... ]
# cd dest
# cg-branch-add <branch> http://<url>
# cg-fetch
Fetching head...
Fetching objects...
/usr/bin/cg-fetch: line 152: git-http-fetch: command not found
cg-fetch: objects fetch failed
=================================

FYI, bash command completion tells me I have these git scripts installed:

# git <tab><tab>
Display all 110 possibilities? (y or n)
git                     git-hash-object         git-repo-config
git-add                 git-index-pack          git-request-pull
git-am                  git-init-db             git-rerere
git-apply               git-local-fetch         git-reset
git-applymbox           git-log                 git-resolve
git-applypatch          git-lost-found          git-rev-list
git-archimport          git-ls-files            git-rev-parse
git-bisect              git-ls-remote           git-revert
git-branch              git-ls-tree             git-send-pack
git-cat-file            git-mailinfo            git-sh-setup
git-check-ref-format    git-mailsplit           git-shell
git-checkout            git-merge               git-shortlog
git-checkout-index      git-merge-base          git-show
git-cherry              git-merge-index         git-show-branch
git-cherry-pick         git-merge-octopus       git-show-index
git-clone               git-merge-one-file      git-ssh-fetch
git-clone-pack          git-merge-ours          git-ssh-pull
git-commit              git-merge-recursive     git-ssh-push
git-commit-tree         git-merge-resolve       git-ssh-upload
git-convert-objects     git-merge-stupid        git-status
git-count-objects       git-mktag               git-stripspace
git-cvsexportcommit     git-mv                  git-svnimport
git-cvsimport           git-name-rev            git-symbolic-ref
git-daemon              git-pack-objects        git-tag
git-describe            git-pack-redundant      git-tar-tree
git-diff                git-parse-remote        git-unpack-file
git-diff-files          git-patch-id            git-unpack-objects
git-diff-index          git-peek-remote         git-update-index
git-diff-stages         git-prune               git-update-ref
git-diff-tree           git-prune-packed        git-update-server-info
git-fetch               git-pull                git-upload-pack
git-fetch-pack          git-push                git-var
git-fmt-merge-msg       git-read-tree           git-verify-pack
git-format-patch        git-rebase              git-verify-tag
git-fsck-objects        git-receive-pack        git-whatchanged
git-get-tar-commit-id   git-relink              git-write-tree
git-grep                git-repack
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-29 05:32:34 UTC

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