[racket-dev] build failed on ubuntu 13.04

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Thu Nov 8 13:12:07 EST 2012

You are right, somehow my ppa scripts got messed up and submitted 5.3 instead of 5.3.1.

On 11/08/2012 05:41 AM, James McCoy wrote:
> 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.
>


Posted on the dev mailing list.