Skip Menu |

This queue is for tickets about the Math-Prime-Util CPAN distribution.

Maintainer(s)' notes

The latest version is in https://github.com/danaj/Math-Prime-Util

    git clone --origin upstream git://github.com/danaj/Math-Prime-Util.git Math-Prime-Util

Comments, issues, and patches are welcome at either RT or github, or send me email.

Report information
The Basics
Id: 99742
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Math-Prime-Util

People
Owner: DANAJ [...] cpan.org
Requestors: DANAJ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.46
Fixed in: 0.47



Subject: NetBSD has a bug, needs workaround
NetBSD's string.h loads in strings.h and stdint.h, defining various prototypes that should not be done. See netbsd bug standards/45258. One of these is popcount, which clashes with one of our internal functions. Commit 68be36dd7d6863fd67d088eac0a7d9efa8872b2a renames our function and should fix this.
Fixed in latest release.