Skip Menu |

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

Report information
The Basics
Id: 16581
Status: open
Priority: 0/
Queue: Linux-Inotify

People
Owner: Nobody in particular
Requestors: dserrano5 [...] yahoo.es
Cc:
AdminCc:

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



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,
From: emmanuel.rodriguez [...] gmail.com
I'm having the same problem: my architecture is i486 and the module refuses to work complaining that the architecture is unsupported. The pacth submitted seems to work since `make tests` didn't fail. Of course this is assuming that the unit tests cover all cases :)
From: TWERNER [...] cpan.org
On Mo. 31. Jul. 2006, 12:35:25, emmanuel.rodriguez@gmail.com wrote: Show quoted text
> I'm having the same problem: my architecture is i486 and the module > refuses to work complaining that the architecture is unsupported. > > The pacth submitted seems to work since `make tests` didn't fail. > Of course this is assuming that the unit tests cover all cases :) >
I have lost interest in the package. If someone is interested in taking over, feel free to fix it! Regards, Torsten
On Mon Jul 31 15:13:43 2006, TWERNER wrote: Show quoted text
> I have lost interest in the package. If someone is interested in taking > over, feel free to fix it!
I'll take it. :) -- Paul Evans