Skip Menu |

This queue is for tickets about the Math-Random-MT CPAN distribution.

Report information
The Basics
Id: 48423
Status: resolved
Priority: 0/
Queue: Math-Random-MT

People
Owner: Nobody in particular
Requestors: salvatore.bonaccorso [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.07
Fixed in: (no value)



Subject: Fails to build on GNU/kFreeBSD
Hi On Debian we recived the following "Fails to build from source"-Bugreport: http://bugs.debian.org/539949 Show quoted text
> Hi, > > please find attached a patch to fix the FTBFS on GNU/kFreeBSD. I think > you may want to add “|| defined(__GNU__)” if you want to help GNU/Hurd > people, but I didn't test it on such a platform. > > Thanks for considering. > > Mraw, > KiBi.
Cyril Brulebois proposed the attached patch to fix that. Would it possible to integrate this? Many thanks for consideration Salvatore
Subject: 01-fix-ftbfs-on-kfreebsd.diff
--- a/mt.h +++ b/mt.h @@ -5,7 +5,7 @@ #include <stdlib.h> -#if defined(__linux__) || defined(__WIN32__) +#if defined(__linux__) || defined(__WIN32__) || defined(__GLIBC__) #include <stdint.h> #elif defined(__osf__) #include <inttypes.h>
Subject: Re: [rt.cpan.org #48423] Fails to build on GNU/kFreeBSD
Date: Thu, 6 Aug 2009 09:28:43 +0530
To: "https://launchpad.net/~carnil via RT" <bug-Math-Random-MT [...] rt.cpan.org>
From: Abhijit Menon-Sen <ams [...] toroid.org>
At 2009-08-04 15:58:53 -0400, bug-Math-Random-MT@rt.cpan.org wrote: Show quoted text
> > Cyril Brulebois proposed the attached patch to fix that. > > Would it possible to integrate this? > > Many thanks for consideration > Salvatore
Done, and released as 1.08. Thank you. -- ams
Hi! On Wed Aug 05 23:59:05 2009, ams@toroid.org wrote: Show quoted text
> At 2009-08-04 15:58:53 -0400, bug-Math-Random-MT@rt.cpan.org wrote:
> > > > Cyril Brulebois proposed the attached patch to fix that. > > > > Would it possible to integrate this? > > > > Many thanks for consideration > > Salvatore
> > Done, and released as 1.08. Thank you.
Many thanks for this fast fixing this! Kind regards Salvatore
Fixed in an earlier release.