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

* Re: sudo: git describe during GIT_VERSION_GEN not as expected..
  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 16:51 ` Junio C Hamano
  2 siblings, 0 replies; 5+ messages in thread
From: Philip Oakley @ 2022-05-15 10:38 UTC (permalink / raw)
  To: Git List; +Cc: Carlo Marcelo Arenas Belón

couple corrections.

On 15/05/2022 11:12, Philip Oakley wrote:
> 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
which, in this case, is invoked by the sudo in the `make install`
> . 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

Bad cut & paste. The response was:
/home/philip/repos/git

>
>
> 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

* Re: sudo: git describe during GIT_VERSION_GEN not as expected..
  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
  2 siblings, 1 reply; 5+ messages in thread
From: Carlo Arenas @ 2022-05-15 11:05 UTC (permalink / raw)
  To: Philip Oakley; +Cc: Git List

On Sun, May 15, 2022 at 3:12 AM Philip Oakley <philipoakley@iee.email> wrote:
> Is this a temporary position, as the sudo safe.directory problem is
> still to be added to next?

yes, it should be fixed once/if that branch graduates to next, and it
is currently broken in master and all maint branches as well as the
last 2 releases from those.

Carlo

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

* Re: sudo: git describe during GIT_VERSION_GEN not as expected..
  2022-05-15 11:05 ` Carlo Arenas
@ 2022-05-15 11:38   ` Philip Oakley
  0 siblings, 0 replies; 5+ messages in thread
From: Philip Oakley @ 2022-05-15 11:38 UTC (permalink / raw)
  To: Carlo Arenas; +Cc: Git List

Hi Carlo

On 15/05/2022 12:05, Carlo Arenas wrote:
> On Sun, May 15, 2022 at 3:12 AM Philip Oakley <philipoakley@iee.email> wrote:
>> Is this a temporary position, as the sudo safe.directory problem is
>> still to be added to next?
> yes, it should be fixed once/if that branch graduates to next, and it
> is currently broken in master and all maint branches as well as the
> last 2 releases from those.
>
> Carlo
Thanks for clarifying. Wasn't sure if it was finger trouble on my side.
P.

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

* Re: sudo: git describe during GIT_VERSION_GEN not as expected..
  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 16:51 ` Junio C Hamano
  2 siblings, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2022-05-15 16:51 UTC (permalink / raw)
  To: Philip Oakley; +Cc: Git List, Carlo Marcelo Arenas Belón

Philip Oakley <philipoakley@iee.email> writes:

> 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.

Yup, we've been discussing on this issue since the Git 2.35.3 (and
friends) and Git 2.36 release.

  https://lore.kernel.org/git/20220426183105.99779-1-carenas@gmail.com/

I think the last round:

  https://lore.kernel.org/git/20220513010020.55361-1-carenas@gmail.com/

is more or less done, so perhaps we should start merging it down to
'next' and all the way down to the older maintenance tracks like
maint-2.30 that are affected.

Thanks.

^ 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).