This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gofrontend-dev] Re: Go patches committed: merge recent changes to gofrontend


On Tue, May 30, 2017 at 3:46 AM,  <chrisbcoutinho@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]