Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Repositories & Backports
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

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
Old April 20th, 2007   #1
gummibaerchen
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...
gummibaerchen is offline   Reply With Quote
Old April 30th, 2007   #2
exidez
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
exidez is offline   Reply With Quote
Old May 2nd, 2007   #3
jackbravo
First Cup of Ubuntu
 
Join Date: May 2007
Location: Guadalajara, México
Beans: 11
Re: Git 1.5 for Feisty

Quote:
Originally Posted by exidez View Post
$ 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
Had the exact same error...
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
jackbravo is offline   Reply With Quote
Old May 2nd, 2007   #4
jackbravo
First Cup of Ubuntu
 
Join Date: May 2007
Location: Guadalajara, México
Beans: 11
Talking Re: Git 1.5 for Feisty

seems I was missing libexpat1-dev too.
now make was succesfull =)
jackbravo is offline   Reply With Quote
Old May 2nd, 2007   #5
exidez
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' ;
exidez is offline   Reply With Quote
Old May 14th, 2007   #6
jackbravo
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
That will install all the dependencies needed to compile git-core, you can do the same for gitk,git-svn and others, then compile git. Good luck.
jackbravo is offline   Reply With Quote
Old May 21st, 2007   #7
Vinze
Ubuntu Extra Shot
 
Join Date: Jun 2005
Location: The Netherlands
Beans: 367
Xubuntu Jaunty Jackalope (testing)
Send a message via ICQ to Vinze Send a message via AIM to Vinze Send a message via Yahoo to Vinze Send a message via Skype™ to Vinze
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
and it is still possible that it won't work. It's 32 bits or something, whatever. Just try it and see if it works.

Last edited by Vinze; May 21st, 2007 at 10:27 AM..
Vinze is offline   Reply With Quote
Old May 25th, 2007   #8
Vinze
Ubuntu Extra Shot
 
Join Date: Jun 2005
Location: The Netherlands
Beans: 367
Xubuntu Jaunty Jackalope (testing)
Send a message via ICQ to Vinze Send a message via AIM to Vinze Send a message via Yahoo to Vinze Send a message via Skype™ to Vinze
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!
Vinze is offline   Reply With Quote
Old May 27th, 2007   #9
imog
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.
imog is offline   Reply With Quote
Old May 28th, 2007   #10
jackbravo
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.
jackbravo is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:28 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry