All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems during upgrade git from 1.5.3.2 to latest
@ 2008-10-27  2:29 horry
  2008-10-27  3:58 ` Pete Harlan
  0 siblings, 1 reply; 2+ messages in thread
From: horry @ 2008-10-27  2:29 UTC (permalink / raw)
  To: git


Hello ,
   My previous git version is 1.5.3.2 and i perform the suggested commands : 
git clone http://www.kernel.org/pub/scm/git/git.git  and it goes well , end
up with :

....................................................................
got d00da833cbeec16da9415e0ac11269594279545a
Checking 1480 files out...
 100% (1480/1480) done

Then i checked git version , it still shows previous version without any
change .

XXXXXXX:/apps/mds_lrt/git/git> git version
git version 1.5.3.2

Is there additional command which i should perform after clone ?

thanks,
Horry
-- 
View this message in context: http://www.nabble.com/Problems-during-upgrade-git-from-1.5.3.2-to-latest-tp20180862p20180862.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problems during upgrade git from 1.5.3.2 to latest
  2008-10-27  2:29 Problems during upgrade git from 1.5.3.2 to latest horry
@ 2008-10-27  3:58 ` Pete Harlan
  0 siblings, 0 replies; 2+ messages in thread
From: Pete Harlan @ 2008-10-27  3:58 UTC (permalink / raw)
  To: horry; +Cc: git

horry wrote:
> Hello ,
>    My previous git version is 1.5.3.2 and i perform the suggested commands : 
> git clone http://www.kernel.org/pub/scm/git/git.git  and it goes well , end
> up with :
> 
> ....................................................................
> got d00da833cbeec16da9415e0ac11269594279545a
> Checking 1480 files out...
>  100% (1480/1480) done
> 
> Then i perform make in the same directory i performed clone and it shows
> errors .
> 
> bfnt47-gx1:/apps/mds_lrt/git/git> make
> GIT_VERSION = 1.6.0.3.517.g759a
>     * new build flags or prefix
>     CC fast-import.o
> In file included from /usr/include/openssl/ssl.h:179,
>                  from git-compat-util.h:104,
>                  from builtin.h:4,
>                  from fast-import.c:142:
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory

This is saying that you are missing this header file.  On my machine
(Debian Linux "testing") the package that provides that file is libkrb5-dev.

Even if you're not using Debian, or Linux, this page may help you locate
which packages on your system may contain a given missing file:

http://www.debian.org/distrib/packages#search_contents

Entering krb5.h in the "Search the contents of packages" box brings up a
list of packages containing files ending in "krb5.h", one (likely
example of which) is libkrb5-dev.

--Pete

> XXXXXXX:/apps/mds_lrt/git/git> git version
> git version 1.5.3.2
> 
> Can someone tell me how to resolve it ?
> 
> thanks,
> Horry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-27  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27  2:29 Problems during upgrade git from 1.5.3.2 to latest horry
2008-10-27  3:58 ` Pete Harlan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.