Hello,
It looks to me like this is caused by core and libc trying to get some version information from git, but it is failing because the current working directory (BUILD_DIR) is not inside a git repository. In the case of core it is only a cosmetic issue, and version information was removed from libc not long after it was introduced, so as you move further down the master branch that warning will disapear regardless.
Emery
On Wed, Jul 13, 2016 at 05:24:42PM -0400, Bob Stewart wrote:
Hi, I started getting build warning message about repository not found, as you can see below. This occurred shortly after I did a make prepare for libc and libm from libports on my 16.05 build. I'm building from the BUILD_DIR directory. An suggestion why this is occurring?