[racket-dev] build failed on ubuntu 13.04

From: James McCoy (jamessan at debian.org)
Date: Thu Nov 8 07:41:46 EST 2012

On Wed, Nov 07, 2012 at 09:20:09PM -0700, Jon Rafkind wrote:
> Ok I think I found the issue. Commit 1e375bab48f3d704bb2beeade77d05a2a3a642de is not in stable. The commit is basically
> 
> diff --git a/src/racket/gc2/sighand.c b/src/racket/gc2/sighand.c
> index c40aa09..b91ec7c 100644
> --- a/src/racket/gc2/sighand.c
> +++ b/src/racket/gc2/sighand.c
> @@ -60,7 +60,7 @@ void launchgdb() {
>  }
>  #endif
> 
> -void fault_handler(int sn, struct siginfo *si, void *ctx)
> +void fault_handler(int sn, siginfo_t *si, void *ctx)
>  {
> 
> 
> So should this commit be merged to stable?

That commit is in 5.3.1 already:
$ git tag --contains 1e375bab
v5.3.1

The build failure you saw was for 5.3, and there was a subsequent upload
with a patch to that affect applied.

-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <jamessan at debian.org>

Posted on the dev mailing list.