git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* sudo: git describe during GIT_VERSION_GEN not as expected..
@ 2022-05-15 10:12 Philip Oakley
  2022-05-15 10:38 ` Philip Oakley
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philip Oakley @ 2022-05-15 10:12 UTC (permalink / raw)
  To: Git List; +Cc: Carlo Marcelo Arenas Belón

Hi,

I have run into a problem with make/install of git on my old travel 
laptop. While trying to make / install git with some patches on top of 
yesterdays next (coincidental timing) I'm finding that the generated git 
version is the default value rather than that of a regular 'get 
describe' as used in GIT_VERSION_GEN.

Commit tree state:
~/repos/git (die_preserve_2)$ git log -4 --oneline --decorate
dd96dd88c3 (HEAD -> die_preserve_2) rebase: note `preserve` merges may 
be a pull config option
53d93c1c94 rebase: help users when dying with `preserve-merges`
65721c069b rebase.c: state preserve-merges has been removed
7e84679e2a (junio/next, gitster/next, gitgitgadget/next, git/next) Merge 
branch 'cb/ci-make-p4-optional' into next

After a make/install of the above I'm getting a version string is the 
default, rather than referencing the current hash as below. I've already 
tried setting the safe.directory as advised. The second describe 
invocation is from GIT_VERSION_GEN. Note how it fails to provide the 
expected output.

~/repos/git (die_preserve_2)$ git version
git version 2.36.GIT
~/repos/git (die_preserve_2)$ git describe --match "v[0-9]*" HEAD
v2.36.1-165-gdd96dd88c3
~/repos/git (die_preserve_2)$ sudo git describe --match "v[0-9]*" HEAD
fatal: unsafe repository ('/home/philip/repos/git' is owned by someone else)
To add an exception for this directory, call:

     git config --global --add safe.directory /home/philip/repos/git
~/repos/git (die_preserve_2)$ git config --global --get safe.directory


Is this a temporary position, as the sudo safe.directory problem is 
still to be added to next? Or is it a secondary side effect of the 
install method as per [1,2]?

Philip

[1] 
https://www.digitalocean.com/community/tutorials/how-to-install-git-from-source-on-ubuntu-20-04-quickstart 

     see `sudo make prefix=/usr/local install`
[2] 
https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-20-04


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

end of thread, other threads:[~2022-05-15 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-15 10:12 sudo: git describe during GIT_VERSION_GEN not as expected Philip Oakley
2022-05-15 10:38 ` Philip Oakley
2022-05-15 11:05 ` Carlo Arenas
2022-05-15 11:38   ` Philip Oakley
2022-05-15 16:51 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).