![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Repositories & Backports Need help with apt-get and updating Ubuntu? Post here.. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Gee! These Aren't Roasted!
![]() Join Date: Oct 2006
Beans: 152
Ubuntu 6.10 Edgy
|
Git 1.5 for Feisty
Hi,
I am searching like mad for a git package for Feisty as it doesn't build for me the way I want. Anyone? ![]()
__________________
Edgy Eft Packages: Glade-3 3.1.4, Geany 0.10, Banshee 0.11.3, Inkscape 0.45, [] Geom - interactive geometry [] Any questions? Send me a PM, as I don't subscribe to every thread. ![]() Mark Shuttleworth...
|
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() Join Date: Apr 2007
My beans are hidden!
|
Re: Git 1.5 for Feisty
i also need the same
i cant install the git package from http://www.kernel.org/pub/software/scm/git/ the current version i have is 1.4.4.2 but i need the latest as it is still buggy can anyone help when making i get this error $ make /bin/sh: curl-config: not found CC convert-objects.o In file included from convert-objects.c:1: cache.h:6:21: error: openssl/sha.h: No such file or directory cache.h:7:18: error: zlib.h: No such file or directory make: *** [convert-objects.o] Error 1 |
|
|
|
|
|
#3 | |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Guadalajara, México
Beans: 11
|
Re: Git 1.5 for Feisty
Quote:
I installed the packages: build-essential, libcurl3-dev, zlib1g-dev and libssl-dev but then this error appeared: Code:
LINK git-ssh-push
CC http.o
CC http-fetch.o
LINK git-http-fetch
/usr/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
make: *** [git-http-fetch] Error 1
|
|
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Guadalajara, México
Beans: 11
|
seems I was missing libexpat1-dev too.
now make was succesfull =) |
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() Join Date: Apr 2007
My beans are hidden!
|
Re: Git 1.5 for Feisty
i kind of get this problem.... ???
$ make install SUBDIR git-gui make[1]: Nothing to be done for `all'. SUBDIR perl SUBDIR templates install -d -m755 '/home/exidez/bin' install -d -m755 '/home/exidez/bin' install git-convert-objects git-fetch-pack git-fsck git-hash-object git-index-pack git-local-fetch git-fast-import git-merge-base git-daemon git-merge-index git-mktag git-mktree git-patch-id git-peek-remote git-receive-pack git-send-pack git-shell git-show-index git-ssh-fetch git-ssh-upload git-unpack-file git-update-server-info git-upload-pack git-verify-pack git-pack-redundant git-var git-merge-tree git-imap-send git-merge-recursive git-ssh-pull git-ssh-push git-http-fetch git-http-push git-bisect git-checkout git-clean git-clone git-commit git-fetch git-ls-remote git-merge-one-file git-mergetool git-parse-remote git-pull git-rebase git-repack git-request-pull git-reset git-sh-setup git-tag git-verify-tag git-applymbox git-applypatch git-am git-merge git-merge-stupid git-merge-octopus git-merge-resolve git-merge-ours git-lost-found git-quiltimport git-add--interactive git-archimport git-cvsimport git-relink git-cvsserver git-remote git-svnimport git-cvsexportcommit git-send-email git-svn git-status git-instaweb '/home/exidez/bin' install git gitk '/home/exidez/bin' make -C templates DESTDIR='' install make[1]: Entering directory `/home/exidez/git-1.5.1/templates' install -d -m755 '/home/exidez/share/git-core/templates/' (cd blt && tar cf - .) | \ (cd '/home/exidez/share/git-core/templates/' && tar xf -) make[1]: Leaving directory `/home/exidez/git-1.5.1/templates' make -C perl prefix='/home/exidez' install make[1]: Entering directory `/home/exidez/git-1.5.1/perl' make[2]: Entering directory `/home/exidez/git-1.5.1/perl' Writing /home/exidez/lib/perl/5.8.8/auto/Git/.packlist Appending installation info to /home/exidez/lib/perl/5.8.8/perllocal.pod make[2]: Leaving directory `/home/exidez/git-1.5.1/perl' make[1]: Leaving directory `/home/exidez/git-1.5.1/perl' make -C git-gui install make[1]: Entering directory `/home/exidez/git-1.5.1/git-gui' install -d -m755 '/home/exidez/bin' install git-gui '/home/exidez/bin' rm -f '/home/exidez/bin/git-citool' && ln '/home/exidez/bin/git-gui' '/home/exidez/bin/git-citool' ; make[1]: Leaving directory `/home/exidez/git-1.5.1/git-gui' if test 'z/home/exidez/bin' != 'z/home/exidez/bin'; \ then \ ln -f '/home/exidez/bin/git' \ '/home/exidez/bin/git' || \ cp '/home/exidez/bin/git' \ '/home/exidez/bin/git'; \ fi rm -f '/home/exidez/bin/git-format-patch' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-format-patch' ; rm -f '/home/exidez/bin/git-show' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-show' ; rm -f '/home/exidez/bin/git-whatchanged' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-whatchanged' ; rm -f '/home/exidez/bin/git-cherry' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-cherry' ; rm -f '/home/exidez/bin/git-get-tar-commit-id' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-get-tar-commit-id' ; rm -f '/home/exidez/bin/git-init' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-init' ; rm -f '/home/exidez/bin/git-repo-config' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-repo-config' ; rm -f '/home/exidez/bin/git-fsck-objects' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-fsck-objects' ; rm -f '/home/exidez/bin/git-cherry-pick' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-cherry-pick' ; rm -f '/home/exidez/bin/git-add' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-add' ; rm -f '/home/exidez/bin/git-annotate' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-annotate' ; rm -f '/home/exidez/bin/git-apply' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-apply' ; rm -f '/home/exidez/bin/git-archive' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-archive' ; rm -f '/home/exidez/bin/git-blame' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-blame' ; rm -f '/home/exidez/bin/git-branch' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-branch' ; rm -f '/home/exidez/bin/git-bundle' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-bundle' ; rm -f '/home/exidez/bin/git-cat-file' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-cat-file' ; rm -f '/home/exidez/bin/git-checkout-index' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-checkout-index' ; rm -f '/home/exidez/bin/git-check-ref-format' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-check-ref-format' ; rm -f '/home/exidez/bin/git-commit-tree' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-commit-tree' ; rm -f '/home/exidez/bin/git-count-objects' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-count-objects' ; rm -f '/home/exidez/bin/git-describe' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-describe' ; rm -f '/home/exidez/bin/git-diff' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-diff' ; rm -f '/home/exidez/bin/git-diff-files' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-diff-files' ; rm -f '/home/exidez/bin/git-diff-index' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-diff-index' ; rm -f '/home/exidez/bin/git-diff-tree' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-diff-tree' ; rm -f '/home/exidez/bin/git-fetch--tool' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-fetch--tool' ; rm -f '/home/exidez/bin/git-fmt-merge-msg' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-fmt-merge-msg' ; rm -f '/home/exidez/bin/git-for-each-ref' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-for-each-ref' ; rm -f '/home/exidez/bin/git-fsck' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-fsck' ; rm -f '/home/exidez/bin/git-gc' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-gc' ; rm -f '/home/exidez/bin/git-grep' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-grep' ; rm -f '/home/exidez/bin/git-init-db' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-init-db' ; rm -f '/home/exidez/bin/git-log' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-log' ; rm -f '/home/exidez/bin/git-ls-files' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-ls-files' ; rm -f '/home/exidez/bin/git-ls-tree' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-ls-tree' ; rm -f '/home/exidez/bin/git-mailinfo' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-mailinfo' ; rm -f '/home/exidez/bin/git-mailsplit' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-mailsplit' ; rm -f '/home/exidez/bin/git-merge-base' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-merge-base' ; rm -f '/home/exidez/bin/git-merge-file' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-merge-file' ; rm -f '/home/exidez/bin/git-mv' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-mv' ; rm -f '/home/exidez/bin/git-name-rev' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-name-rev' ; rm -f '/home/exidez/bin/git-pack-objects' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-pack-objects' ; rm -f '/home/exidez/bin/git-prune' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-prune' ; rm -f '/home/exidez/bin/git-prune-packed' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-prune-packed' ; rm -f '/home/exidez/bin/git-push' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-push' ; rm -f '/home/exidez/bin/git-read-tree' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-read-tree' ; rm -f '/home/exidez/bin/git-reflog' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-reflog' ; rm -f '/home/exidez/bin/git-config' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-config' ; rm -f '/home/exidez/bin/git-rerere' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-rerere' ; rm -f '/home/exidez/bin/git-rev-list' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-rev-list' ; rm -f '/home/exidez/bin/git-rev-parse' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-rev-parse' ; rm -f '/home/exidez/bin/git-revert' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-revert' ; rm -f '/home/exidez/bin/git-rm' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-rm' ; rm -f '/home/exidez/bin/git-runstatus' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-runstatus' ; rm -f '/home/exidez/bin/git-shortlog' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-shortlog' ; rm -f '/home/exidez/bin/git-show-branch' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-show-branch' ; rm -f '/home/exidez/bin/git-stripspace' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-stripspace' ; rm -f '/home/exidez/bin/git-symbolic-ref' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-symbolic-ref' ; rm -f '/home/exidez/bin/git-tar-tree' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-tar-tree' ; rm -f '/home/exidez/bin/git-unpack-objects' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-unpack-objects' ; rm -f '/home/exidez/bin/git-update-index' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-update-index' ; rm -f '/home/exidez/bin/git-update-ref' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-update-ref' ; rm -f '/home/exidez/bin/git-upload-archive' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-upload-archive' ; rm -f '/home/exidez/bin/git-verify-pack' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-verify-pack' ; rm -f '/home/exidez/bin/git-write-tree' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-write-tree' ; rm -f '/home/exidez/bin/git-show-ref' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-show-ref' ; rm -f '/home/exidez/bin/git-pack-refs' && ln '/home/exidez/bin/git' '/home/exidez/bin/git-pack-refs' ; |
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Guadalajara, México
Beans: 11
|
Re: Git 1.5 for Feisty
So you couldn't install git???
can't see the error on your post. Post the last lines of you compile errors. Also, found on another thread a better way to meet dependencies of a package: Code:
sudo apt-get build-dep git-core |
|
|
|
|
|
#7 |
|
Ubuntu Extra Shot
![]() |
Re: Git 1.5 for Feisty
Hey, I checkinstalled it which generated this package: http://www.esnips.com/nsdoc/50f0dd4b...d-a1ef0f19b19c
You should still do Code:
sudo apt-get build-dep git-core Last edited by Vinze; May 21st, 2007 at 10:27 AM.. |
|
|
|
|
|
#8 |
|
Ubuntu Extra Shot
![]() |
Re: Git 1.5 for Feisty
Sorry, I just found out you needed an account for that link, here is a new one:
http://filegunner.net/file-viewer.ph...5.2-1_i386.deb And I just installed that in a Xubuntu LiveCD, so there's no need to install anything in advance. Have fun! |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2007
Beans: 24
|
Re: Git 1.5 for Feisty
The version hosted on file gunner does not have curl support builtin and I received the following error:
Initialized empty Git repository in /home/imog/git-1.5.2/ipwraw/.git/ http transport not supported, rebuild Git with curl support It appears as though that installed a very old version of git, but not the essential git-core package this thread was presumably started in reference to. Before attempting that, I followed jackbravo's advice above which allowed me to do a make on git. When I attempted to do a make install however, I get the same result as exidez above and git-core does not install successfully. Thank you for the input. |
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Guadalajara, México
Beans: 11
|
Re: Git 1.5 for Feisty
What options did you guys used on the make process. And could you post your last lines of errors on the make install? maybe you need to do a sudo make install or something.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|