On 2021-12-30, kaddkaka wrote:
>     I assume that "rootuser" is not root, but a user that has privileges to
>     become root and use "sudo". Yes, you need to build as "rootuser", 
> otherwise
>     there are generated files owned by "kaddkaka" that can't be changed by
>     "rootuser".
> 
> Yes that's correct. If I git clone as kaddkaka and then switch to user 
> rootuser
> and do
> 
> cd src
> sudo make
> 
> It fails already on the sudo make step:

Don't make it more difficult than it needs to be.  You don't need to
run make as anyone special.  Just pick a user and as that user do
the cloning so that user owns all the files, then as that same user
do:

    cd vim
    cd src # This is optional.  I never do this.
    make
    sudo make install

That should install into /usr/local/bin and /usr/local/share/vim
just fine.

Regards,
Gary

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20211230163148.GA10680%40phoenix.

Raspunde prin e-mail lui