Skip Menu |

This queue is for tickets about the Quota CPAN distribution.

Report information
The Basics
Id: 72402
Status: rejected
Priority: 0/
Queue: Quota

People
Owner: tomzo [...] users.sourceforge.net
Requestors: marcel.greter [...] ocbnet.ch
Cc:
AdminCc:

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



Subject: Quota module does not build on linux kernel 3
Date: Sun, 13 Nov 2011 18:22:50 +0100
To: bug-Quota [...] rt.cpan.org
From: Marcel Greter <marcel.greter [...] ocbnet.ch>
Hello, I hope I got the correct way to report this little problem. The Quota Module (http://search.cpan.org/dist/Quota/) will not build if you are running a new linux v3 kernel. This is because in Makefile.PL there is a OS regex for linux: elsif($os =~ /^Linux 2/) { $config='linux.h'; $picobj='linuxapi.o'; } The fix is obviously and very easy. Here is one possible fix: elsif($os =~ /^Linux \d+/) { $config='linux.h'; $picobj='linuxapi.o'; } Thank you very much and have a nice day! Sincerly, Marcel Greter
This issue should already be solved in release 1.6.7 which I released just a few hours before you submitted this ticket. Therefore I'll reject it (there's no "duplicate" action, which would be more appropriate.) Please re-open the ticket if you still see this problem with release 1.6.7 -tom