Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: carnil [...] debian.org
Cc:
AdminCc:

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



Subject: Patch to fix FTBFS on hurd
Date: Thu, 19 Jan 2012 19:30:04 +0100
To: bug-math-random-mt [...] rt.cpan.org
From: Salvatore Bonaccorso <carnil [...] debian.org>
Hi In Debian we are currently applying the attached patch to Math-Random-MT. We thought you might be interested in it, too. Description: Fix FTBFS on hurd-i386. stdint.h is not included in mt.h, so the uint32_t typedef is missing. Check for __GNU__ to the preprocessor conditions for including stdint.h Origin: vendor Bug: http://bugs.debian.org/656499 Author: Pino Toscano <pino@debian.org> Last-Update: 2012-01-19 Thanks in advance, Salvatore Bonaccorso, Debian Perl Group

Message body is not shown because sender requested not to inline it.

Hi Salvatore, Thanks for the bug report. I applied your patch to Math::Random::MT in version 1.15. Florent