Your message dated Fri, 5 Jan 2007 21:46:30 +0100
with message-id <[EMAIL PROTECTED]>
and subject line openmosix removed
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: openmosix
Severity: serious
Version: 1:0.3.4-7
>From my build log:
...
rm -f .libs/libproc_la-devname.lo
cc -DHAVE_CONFIG_H -I. -I. -I../.. "-DVERSION=1 -DSUBVERSION=2
-DMINORVERSION=9" -Wall -O2 -I../moslib -I../include -I. -Wall -O2 -I../moslib
-I.././include -I. -D_GNU_SOURCE -Wall -O2 -I../moslib -I../include -I. -Wall
-O2 -I../moslib -I.././include -I. -c devname.c -MT libproc_la-devname.lo -MD
-MP -MF .deps/libproc_la-devname.TPlo -fPIC -DPIC -o
.libs/libproc_la-devname.lo
In file included from devname.c:18:
/usr/include/linux/kdev_t.h:26: error: syntax error before "old_encode_dev"
/usr/include/linux/kdev_t.h:31: error: syntax error before "val"
/usr/include/linux/kdev_t.h: In function `old_decode_dev':
/usr/include/linux/kdev_t.h:33: error: `val' undeclared (first use in this
function)
...
make[5]: *** [libproc_la-devname.lo] Error 1
make[5]: Leaving directory `/tmp/buildd/openmosix-0.3.4/mps/proc'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/tmp/buildd/openmosix-0.3.4/mps/proc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/openmosix-0.3.4/mps'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/openmosix-0.3.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/openmosix-0.3.4'
make: *** [debian/stamp-makefile-build] Error 2
I've attached a patch which fixes the compilation.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.2
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)
--
Daniel Schepler "Please don't disillusion me. I
[EMAIL PROTECTED] haven't had breakfast yet."
-- Orson Scott Card
diff -urN openmosix-0.3.4.old/mps/proc/devname.c openmosix-0.3.4/mps/proc/devname.c
--- openmosix-0.3.4.old/mps/proc/devname.c 2003-02-25 05:32:05.000000000 -0800
+++ openmosix-0.3.4/mps/proc/devname.c 2004-02-14 19:43:45.444739720 -0800
@@ -15,6 +15,7 @@
#include <fcntl.h>
#define __KERNEL__
+#include <linux/types.h>
#include <linux/kdev_t.h>
#undef __KERNEL__
--- End Message ---
--- Begin Message ---
Openmosix was removed in January 2006 because it was "outdated and
buggy". This package was only in woody which is no longer supported.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---