Your message dated Sat, 25 Mar 2006 15:32:15 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358957: fixed in liblinux-inotify2-perl 1.01-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: liblinux-inotify2-perl
Version: 1.01-1
Severity: important
Tags: patch

Your package doesn't support mips and mipsel.  A patch is below.

Thiemo: is __mips__ okay in this case or how can I check for O32?


With it applied I get:

(sid)369:[EMAIL PROTECTED]: ..iblinux-inotify2-perl-1.01] make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/00_load.......ok
t/01_inotify....ok
All tests successful.
Files=2, Tests=6,  1 wallclock secs ( 0.47 cusr +  0.14 csys =  0.61 CPU)


> Automatic build of liblinux-inotify2-perl_1.01-1 on bigsur by sbuild/mips 
> 1.106
...
> cc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
> -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -Wall -g -O2   -DVERSION=\"1.01\" 
> -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl/5.8/CORE"   Inotify2.c
> In file included from Inotify2.xs:11:
> inotify-syscalls.h:43:3: error: #error "Unsupported architecture!"
> In file included from Inotify2.xs:11:
> inotify-syscalls.h: In function 'inotify_init':
> inotify-syscalls.h:48: error: '__NR_inotify_init' undeclared (first use in 
> this function)
> inotify-syscalls.h:48: error: (Each undeclared identifier is reported only 
> once
> inotify-syscalls.h:48: error: for each function it appears in.)
> inotify-syscalls.h: In function 'inotify_add_watch':
> inotify-syscalls.h:53: error: '__NR_inotify_add_watch' undeclared (first use 
> in this function)
> inotify-syscalls.h: In function 'inotify_rm_watch':
> inotify-syscalls.h:58: error: '__NR_inotify_rm_watch' undeclared (first use 
> in this function)
> Inotify2.c: In function 'XS_Linux__Inotify2_inotify_blocking':
> Inotify2.c:104: warning: unused variable 'targ'
> Inotify2.c:103: warning: unused variable 'RETVAL'
> Inotify2.xs: In function 'XS_Linux__Inotify2_inotify_read':
> Inotify2.xs:69: warning: suggest explicit braces to avoid ambiguous 'else'
> make[1]: *** [Inotify2.o] Error 1


--- inotify-syscalls.h~ 2006-03-25 13:41:40.000000000 +0000
+++ inotify-syscalls.h  2006-03-25 13:46:57.000000000 +0000
@@ -39,6 +39,14 @@
 # define __NR_inotify_init     290
 # define __NR_inotify_add_watch        291
 # define __NR_inotify_rm_watch 292
+#elif defined (__mips__)
+/*
+ * Linux o32 style syscalls are in the range from 4000 to 4999.
+ */
+#define __NR_Linux             4000
+#define __NR_inotify_init      (__NR_Linux + 284)
+#define __NR_inotify_add_watch (__NR_Linux + 285)
+#define __NR_inotify_rm_watch  (__NR_Linux + 286)
 #else
 # error "Unsupported architecture!"
 #endif

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: liblinux-inotify2-perl
Source-Version: 1.01-2

We believe that the bug you reported is fixed in the latest version of
liblinux-inotify2-perl, which is due to be installed in the Debian FTP archive:

liblinux-inotify2-perl_1.01-2.diff.gz
  to pool/main/libl/liblinux-inotify2-perl/liblinux-inotify2-perl_1.01-2.diff.gz
liblinux-inotify2-perl_1.01-2.dsc
  to pool/main/libl/liblinux-inotify2-perl/liblinux-inotify2-perl_1.01-2.dsc
liblinux-inotify2-perl_1.01-2_i386.deb
  to 
pool/main/libl/liblinux-inotify2-perl/liblinux-inotify2-perl_1.01-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Bramer <[EMAIL PROTECTED]> (supplier of updated liblinux-inotify2-perl 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 26 Mar 2006 00:08:57 +0100
Source: liblinux-inotify2-perl
Binary: liblinux-inotify2-perl
Architecture: source i386
Version: 1.01-2
Distribution: unstable
Urgency: low
Maintainer: Michael Bramer <[EMAIL PROTECTED]>
Changed-By: Michael Bramer <[EMAIL PROTECTED]>
Description: 
 liblinux-inotify2-perl - scalable directory/file change notification
Closes: 358957
Changes: 
 liblinux-inotify2-perl (1.01-2) unstable; urgency=low
 .
   * now with mips and mipsel support (closes: #358957)
Files: 
 8eef07d7d1c4cd643a9afd7cfb793170 655 perl optional 
liblinux-inotify2-perl_1.01-2.dsc
 f5c5fdde37393a747c490ddd762e4d45 2363 perl optional 
liblinux-inotify2-perl_1.01-2.diff.gz
 d36c501c50180ea4bd35014e1f573521 20770 perl optional 
liblinux-inotify2-perl_1.01-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEJc9f+F6/RiWNh4ERArVxAJ9eqU8vIGMXXcmeAEHmOQ1N+2joEwCfXKHl
g047o6Ub+kQLRGfelMz+Eis=
=jrLD
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to