Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 13:47:09 +0200
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        Kurt Jaeger <pi@freebsd.org>
Cc:        <freebsd-ports@freebsd.org>
Subject:   Re: PR 23672 - java/eclipse update
Message-ID:  <9f0d9015-3e42-7a1d-2198-06da98c416b3@gwdg.de>
In-Reply-To: <20190413175757.GM72200@home.opsec.eu>
References:  <CAJuc1zM9QqkJh%2BJN61-QwpRiBsFfJ87wn3NqvicP3WApu4r4pQ@mail.gmail.com> <20190413175757.GM72200@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Kurt,

Am 13.04.19 um 19:57 schrieb Kurt Jaeger:
> Hi!
> 
> While test-building java/eclipse in poudriere from 
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236792
> 
> I run into this problem: During the build, git is used to
> create a local git repo.
> 
> This works in current, because the build inside poudriere runs as root
> and therefore, this works:
> 
>         git init
>         git config --global user.email "eclipse@freebsd.org"
>         git config --global user.name "Eclipse"
>         git add .
> 
> It fails on 12.0 and 11.2, because the build is run as
> user nobody with 
> 
> home: /nonexistent
> error: could not lock config file /nonexistent/.gitconfig: No such file or directory
> error: could not lock config file /nonexistent/.gitconfig: No such file or directory
> 
> Any hints how I can force git to use existing directory as $HOME
> so that git does not fail ?
> 

Many thanks for the update. Eclipse 4.11 builds and installs fine!

Now I am trying to also update several tools inside ...

Best wishes,
Rainer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9f0d9015-3e42-7a1d-2198-06da98c416b3>