Re: kernel panic in gsync_wait

2016-11-09 Thread Olaf Buddenhagen
Hi, On Fri, Nov 04, 2016 at 12:14:27PM -1000, Brent W. Baccala wrote: > How do we want to handle fixed bugs, like this gsync problem? Should we > open and close a bug report, just so it's documented in the bug database? > I can open the bug, of course, but I don't have permission to close it...

Re: Time for another round of releases

2016-11-09 Thread Samuel Thibault
Manolis Ragkousis, on Wed 09 Nov 2016 13:02:14 +0200, wrote: > Now I only have problems with linking http://paste.lisp.org/display/330765 __gsync_wait and __gsync_wake are gnumach RPCs. They have been added to gnumach quite a long time ago, don't you have them in gnumach/include/mach/gnumach.defs?

Re: Time for another round of releases

2016-11-09 Thread Manolis Ragkousis
Hello Samuel, The problem was that guix was using gcc-4.9 for cross-compiling which has a bug not present in newer versions. Using the newer gcc-5 fixes this. [1] Now I only have problems with linking http://paste.lisp.org/display/330765 Has anyone encountered this before? Thank you, Manolis [