On Tue, May 30, 2017 at 3:46 AM,  <chrisbcouti...@gmail.com> wrote:
>
> I am also facing a breaking build due to the sys.Goexperiment error
> mentioned earlier:
>
> ...
> ../../../gcc-svn-src/libgo/go/runtime/heapdump.go:379:14: error: reference
> to undefined identifier ‘sys.Goexperiment’
>   dumpstr(sys.Goexperiment)
>               ^
> Makefile:3233: recipe for target 'runtime.lo' failed
> ...
>
> This was after trying to build on a fresh checkout of trunk this morning.
> Any movement on this issue?

No, I don't understand what causes it.  It's a problem with an
incremental build.  It has something to do with the way GNU make
rebuilds files that depend on Makefile itself.  You can fix it by
removing the TARGET/libgo directories and building from scratch.

Ian

Reply via email to