[PATCH mig] Change x_server_routine functions to "static inline" for -std=gnu11

2015-05-10 Thread David Michael
* header.c (WriteServerHeader): Replace "extern" with "static". * server.c (WriteEpilog): Remove WriteSubsystemServerRoutine call. --- header.c | 2 +- server.c | 6 -- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/header.c b/header.c index 23e5686..3af9746 100644 --- a/header.

Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-10 Thread David Michael
On Thu, May 7, 2015 at 6:42 AM, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting Samuel Thibault (2015-05-06 21:24:25) >> David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : >> > Does anyone foresee problems with this method? >> >> Well, that imposes using a gcc compiler.

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-05-10 Thread Manolis Ragkousis
Hello everyone, Everything works great with those branches. Thomas please have a look at uploading a tarball. :-) Manolis

Re: refcounts_ref assertion failure

2015-05-10 Thread Justus Winter
Quoting Thomas Schwinge (2015-05-10 13:08:19) > Hi! > > Running a binutils/GDB build on an up-to-date Debian GNU/Hurd system, I > just hit (mostly manually transcribed): > > ext2fs: ../../libports/../libshouldbeinlibc/refcount.h:165: > refcounts_ref: Assertion `! (r.hard == 1 && r.weak == 0)

refcounts_ref assertion failure

2015-05-10 Thread Thomas Schwinge
Hi! Running a binutils/GDB build on an up-to-date Debian GNU/Hurd system, I just hit (mostly manually transcribed): ext2fs: ../../libports/../libshouldbeinlibc/refcount.h:165: refcounts_ref: Assertion `! (r.hard == 1 && r.weak == 0) || !"refcount detected use-after-free!"' failed. Unfortun