Subject: | Linux::Inotify not supported in i486 arch |
Linux::Inotify-0.04 refuses to install in my box:
/usr/bin/make -- OK
Running make test
/usr/bin/perl Build --makefile_env_macros 1 test
t/inotify....unsupported architecture: i486
Compilation failed in require at t/inotify.t line 7.
I saw that i386 appears in line 99 of Inotify.pm. I just made a copy of that line and changed i386 to i486, after verifying the syscall number in my system headers.
I've not tested it (mainly because I didn't read the doc yet so I don't know haw to use it :)) but I thought you'd be glad to know about it.
I'm sending you the relevant patch.
This is my first bug report to anything related to Perl so I beg your pardon if I'm doing something terribly wrong.
--- /home/hue/Inotify.pm.orig 2005-12-18 19:45:13.000000000 +0100
+++ /home/hue/Inotify.pm 2005-12-18 19:45:42.000000000 +0100
@@ -97,6 +97,7 @@
alpha => 444,
arm => 316,
i386 => 291,
+ i486 => 291,
ia64 => 1277,
powerpc => 275,
powerpc64 => 275,