Hi Christian,
The file repos/base/src/core/version.inc in my release directory has the same content as the current master. In that file, line 4 sets:
GENODE_ROOT_DIR = $(BASE_DIR)/../..
If I change that to set it to /tmp I still get the two git repository warnings.
Bob
Sent from my android device.
-----Original Message----- From: Christian Helmuth <christian.helmuth@...1...> To: genode-main@lists.sourceforge.net Sent: Mon, 18 Jul 2016 12:47 PM Subject: Re: Build issue..."Not a git repository"
Hello Bob,
On Thu, Jul 14, 2016 at 07:14:16AM -0400, robjsstewart@...196... wrote:
I've been building Genode the same way for several years and never seen these messages, and BUILD_DIR has never been inside a git repository. I suspect it is related to building libc in 16.05.
You're right and as Emery wrote: The second warning will disappear with the next release (or with the current master branch). Nevertheless, I'm curious why you see the first warning as git is used like follows in repos/base/src/core/version.inc.
git -C $(GENODE_ROOT_DIR) describe --dirty=" <local changes>" 2> /dev/null
On my machine, this line effectivle prevents warnings from git for any GENODE_ROOT_DIR, for example
GENODE_ROOT_DIR=/tmp
Greets