Skip Menu |

This queue is for tickets about the Linux-Inotify CPAN distribution.

Report information
The Basics
Id: 50968
Status: new
Priority: 0/
Queue: Linux-Inotify

People
Owner: Nobody in particular
Requestors: clive.darke [...] talk21.com
Cc:
AdminCc:

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



Subject: i686 unsupported platform - an easy fix
In Inotify.pm there is a hash of supported platforms %syscall_init with the syscall number against each one as the value. The syscall number is the same for i686 and i386 (291), so just copy the i386 line and change the key to i686. Probably works on other 32-bit Intel as well, but only tested on a single 686 32-bit CPU.